Skip to content

Commit

Permalink
bugfix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
vpolaris committed Dec 12, 2021
1 parent 58f4410 commit 53bf050
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configurations/serveur-status.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Listen 8800
<VirtualHost 127.0.0.1:8800>
ServerName web-monitor:8800
ServerAlias webmon
ServerAdmin admin@localhost
DocumentRoot /var/www/html
ErrorLog /var/log/httpd/error.log
CustomLog /var/log//httpd/access.log combined
<IfModule mod_status.c>
<Location /server-status>
SetHandler server-status
Require local localhost
</Location>
</IfModule>
</VirtualHost>

0 comments on commit 53bf050

Please sign in to comment.