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
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025