• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question cannot get server-status to work

tkalfaoglu

Silver Pleskian
Server operating system version
AlmaLinux
Plesk version and microupdate number
Obsidian
Hi.. Although enabled in httpd.conf, and the module is loaded, when I try
I get a 404..

Code:
<IfModule mod_status.c>
<Location /server-status>
SetHandler server-status
<RequireAny>
Require ip 1.2.3.4
</RequireAny>
</Location>
ExtendedStatus On
</IfModule>

Any ideas how to enable it?
Thanks! -t
 
Back
Top