How to enable apachectl on server

ARUN Post in HTTPD
0

PLESK :

Go to httpd.conf

vi /etc/httpd/conf/httpd.conf

ExtendedStatus On

<Location /server-status>
    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .example.com
</Location>

It will show IP/server-status
« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.