Featured Posts

Integrating GlassFish Application server with Apache... A typical production topology for GlassFish will be a front ending GlassFish with Apache for serving the static files. To integrate GlassFish Application Server with Apache web server follow the below...

Readmore

Some Java, JEE and WebSphere stuffs Rss

Command to find out apache version

Posted by Albin Joseph | Posted in Apache | Posted on 08-12-2008

0

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.