Linux commands: Difference between revisions

Jump to navigation Jump to search
254 bytes added ,  16 December 2012
Line 76: Line 76:
check which mpm (multi processing module) apache is running
check which mpm (multi processing module) apache is running
* {{kbd | key=httpd -l}}  ({{Linux}} & {{Win}}) ex: {{Linux}} /usr/local/httpd/bin/httpd -l or {{Win}}  x:\apache\bin>httpd -l where x:\apache is the installation folder of apache <ref>[http://www.binarytides.com/check-which-mpm-multi-processing-module-apache-is-running/ Check which mpm (multi processing module) apache is running | Binary Tides]</ref>
* {{kbd | key=httpd -l}}  ({{Linux}} & {{Win}}) ex: {{Linux}} /usr/local/httpd/bin/httpd -l or {{Win}}  x:\apache\bin>httpd -l where x:\apache is the installation folder of apache <ref>[http://www.binarytides.com/check-which-mpm-multi-processing-module-apache-is-running/ Check which mpm (multi processing module) apache is running | Binary Tides]</ref>
check apache servie is running or not
* {{kbd | key=service --status-all | grep httpd}}  ({{Linux}}
* {{kbd | key=<nowiki>netstat -an | find /i "listening"</nowiki>}}  ({{Win}} find the local open ports & find local address TCP 0.0.0.0:80 is listening


== system operation ==
== system operation ==

Navigation menu