Coolest Guides on the Planet

coolest guides on the planet

Coolest Guides On The Planet

  • Home
  • macOS
  • WebDev
  • All Posts
  • Contact

Monitor Apache WebServer Status of your Server from your Browser

May 4, 2013 Leave a Comment

To use your browser from a dedicated IP address to see the status of webserver Apache, you can add a directive in the httpd.conf file that uses the mod_status module to allow you to see the Apache Server Status

Open your httpd.conf file

$ cd /etc/httpd/conf
$ vi httpd.conf

Add in the below, swapping in your IP address in the allow string (this could also be a domain name):

<Location /server-status>
   SetHandler server-status
   Order Deny,Allow
   Deny from all
   Allow from 1.2.3.4
</Location>

Restart Apache

$ apachectl restart

Browse to your Apache webserver staus by going to:

http://1.2.3.4/server-status

cpanel-allow-apache-browser-watch

If you are using WHM then you can configure this in the Apache Configuration – Include Editor function, this way the httpd.conf will always load the directive.

cpanel-allow-apache-monitor

 

cpanel-allow-apache-ip-address

 

Update and restart Apache.

Cats: WebRoot

Tags

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls

Donate a Beer to the Coolest Guides

Get Beaver Builder Now!

Copyright © 2023· Neil Gee - All Rights Reserved - Hosted by Runcloud

Copyright © 2023 · gee on Genesis Framework · WordPress · Log in