How To Check If Httpd Server Is Running
- Forums
- Apache Hosting
- How To Check If Httpd Server Is Running
when you purchase a dedicated linux server from webune, it comes pre-installed with apache httpd server. one way to confirm if the httpd server is running on you linux machine is to execute the following command... [1008], Last Updated: Mon Jun 24, 2024
Webune Support
Mon May 03, 2010
0 Comments
575 Visits
when you purchase a dedicated Linux server from Webune, it comes pre-installed with apache httpd server. one way to confirm if the httpd server is running on you linux machine is to execute the following command...
service httpd status
you should get a message that says:
httpd ( pid 1883 1881 1880 1873) is running
hope that helps