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}}) | ||
* {{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 | ||
== system operation == | == system operation == | ||