ABHIONLINUX
Site useful for linux administration and web hosting

Showing posts with label apache status. Show all posts
Showing posts with label apache status. Show all posts

2009/11/14

How to add apache status in http.conf

Include this in httpd.conf


SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1


then check command:
lynx http://localhost//whm-server-status
lynx http://localhost//whm-server-status grep uptime to see the apache uptime