• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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