Jul 26, 2001 #1 abovebrd IS-IT--Management May 9, 2000 690 US How do I determine which version of apache I am running. Is there and easy way to determine this ? -Danny
How do I determine which version of apache I am running. Is there and easy way to determine this ? -Danny
Jul 26, 2001 1 #2 sophisticate Programmer Aug 2, 2000 227 US Yep. Code: httpd -v will do it. On default installs, you'll find this in the /usr/local/apache/bin directory. brendanc@icehouse.net Upvote 0 Downvote
Yep. Code: httpd -v will do it. On default installs, you'll find this in the /usr/local/apache/bin directory. brendanc@icehouse.net
Jul 26, 2001 Thread starter #3 abovebrd IS-IT--Management May 9, 2000 690 US thank you, your my hero ! -Danny Upvote 0 Downvote
Aug 9, 2001 1 #4 rninja Technical User Apr 11, 2001 381 US the easiest way is to go to a browser and type: http://localhost/sma.html (just make a fake url) you then get a 404 message with the apache version and server name (by default). Just wanted to add that... Hope this helps!!! Rninja Upvote 0 Downvote
the easiest way is to go to a browser and type: http://localhost/sma.html (just make a fake url) you then get a 404 message with the apache version and server name (by default). Just wanted to add that... Hope this helps!!! Rninja
Aug 9, 2001 Thread starter #5 abovebrd IS-IT--Management May 9, 2000 690 US your my new hero -Danny Upvote 0 Downvote
Aug 9, 2001 #6 rninja Technical User Apr 11, 2001 381 US Glad to be of service! Rninja Upvote 0 Downvote