How can I determine which web server a particular website is using (Apache, IIS, Nginx, etc)?
5th January 2011
My answer to How can I determine which web server a particular website is using (Apache, IIS, Nginx, etc)? on Quora
If you’re on Linux or OS X, use curl with the -I option (to make a HEAD request and see the HTTP headers):
$ curl -I www.op3intl.com
HTTP/1.1 200 OK
Date: Thu, 06 Jan 2011 03:31:28 GMT
Server: Microsoft-IIS/6.0
...
More recent articles
- Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode - 11th December 2024
- ChatGPT Canvas can make API requests now, but it's complicated - 10th December 2024
- I can now run a GPT-4 class model on my laptop - 9th December 2024