Server-status access

By default I get error when open domain/server-status
Access Denied

I try to Add

        <Location /server-status>
                SetHandler server-status
                #Require local
                #Require ip 95.29.44.187
                Order Deny, Allow
                Deny from all
                Allow from all
        </Location>

resrtart apache2 but no effect, still access denided

Server status is already running, so no need to add it to your config. This is how hestia displays the apache stats within the control panel.

However its running on port 8081 and limited to requests from localhost. Try
curl http://127.0.0.1:8081/server-status

Config in here /etc/apache2/mods-enabled/hestia-status.conf

You can see the details from within hestia at https://hestia.domain.com:8083/list/server/?web

(which I’ve always found to be pretty well hidden! Settings > Task Monitor > Advanced Details)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.