Search Our Database

How to Enable Apache ExtendedStatus

Last updated on |
by

In order to enable the Apache ExtendedStatus in your server, you will need to SSH to your server first with root access. After that please follow the steps below.

 

Step 1: Edit httpd.conf file:-

vi /etc/httpd/conf/httpd.conf

 

Step 2: Add the code below into the httpd.conf file:-

ExtendedStatus On

   SetHandler server-status

Step 3: Please restart apache service:-

/etc/init.d/httpd restart

 

Step 4: Access the URL:-

The URL will be http://yourIPAddress/ips1-status