14,958
edits
| Line 78: | Line 78: | ||
check apache servie is running or not | check apache servie is running or not | ||
* {{kbd | key=service --status-all | grep httpd}} ({{Linux}}) | * {{kbd | key=service --status-all | grep httpd}} ({{Linux}}<ref>[http://www.cyberciti.biz/faq/check-running-services-in-rhel-redhat-fedora-centoslinux/ Red Hat / CentOS: Check / List Running Services]</ref>) | ||
* {{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 | * {{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 | ||