Posted by Albin Joseph | Posted in Apache | Posted on 08-12-2008
Tagged Under : Apache
Command to find out apache version
A small tip – how to find the version of apache web server? To find the version of Apache web server use -v switch ie,
/usr/local/apache/bin/httpd -v
Where /usr/local/apache/bin/ is your apache installation directory.