This commit is contained in:
heinzel
2019-10-18 16:50:21 +02:00
parent 452a020368
commit cd193da78f
16 changed files with 526 additions and 108 deletions

View File

@@ -0,0 +1,11 @@
# /etc/httpd/conf.d/status.conf
<IfDefine ENABLE_STATUS_ENDPOINTS>
<Location /.status>
SetHandler server-status
Require all granted
</Location>
<Location /.info>
SetHandler server-info
Require all granted
</Location>
</IfDefine>