Archive for August 7th, 2009

Aug
07
2009

How to find the version of Apache?

In ubuntu, it is

$ apache2 -v

In CentOS, it is

$ httpd -v

To find out where apache2 or httpd program is installed you can do the
$ whereis apache2 or,
$ locate httpd

  • Share/Save/Bookmark