• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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
 
still nothing
Did you ever get this to work? I've realized we have some Debian 12 servers that show the page and some that don't. The ones that show the Plesk 404 page (the astronaut) do not have an entry in /var/log/apache2/other_vhosts_access.log.
 
Back
Top