Weblog

Apache Serverstatusmodul konfigurieren

19ter März 2026, Daniel Schildt

Apache httpd mod_status

benutzer /srv/1

$ vi usr/conf/httpd.conf

+ Listen 127.0.0.1:80

+ <Location /server-status> + + SetHandler server-status + + Require ip 127.0.0.1 + + </Location>

benutzer

$ usr/bin/apachectl configtest

root /srv/1

# usr/bin/apachectl restart

benutzer

$ usr/bin/apachectl status