Find Out Which Apache Version Is Running
From NetworkStuff
To discover which Apache version is running on your host, use the httpd command with this syntax;
httpd -v
If for some reason the httpd daemon isn't 'on' your system path, switch to whichever directory it resides in first, this is normally /usr/sbin/httpd.
To find the httpd binary file location, you can use one of these commands:
Typical Output
Server version: Apache/2.2.4 (Unix) Server built: Mar 23 2007 06:59:31
Server version: Apache/2.2.9 (Unix) Server built: Jul 14 2008 15:29:50
Related Articles
See our other How To articles
You may be interested in our HTTP Headers Masterclass
Information on other Linux commands
Information on F5 BigIP commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Zebra commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands





