1. เข้าไปที่ $APACHE_HOME/bin เช่นสมมติลง apache ไว้ที่ /opt/apache2
#cd /opt/apache2
2. เข้าไปที่ bin
#cd bin
3. Output a list of modules compiled into the server:
#httpd -l
4. dump a list of loaded Static and Shared Modules
#httpd -M
5. Print the version and build parameters of httpd, and then exit
#httpd -V
อ้างอิง
http://www.cyberciti.biz/faq/find-out-apache-version/