Kristyna Streitova
4b31aea044
- more 2.2 -> 2.4 [bnc#862058] OBS-URL: https://build.opensuse.org/request/show/252506 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=406
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
#
|
|
# Allow server status reports generated by mod_status,
|
|
# with the URL of http://servername/server-status
|
|
#
|
|
# see http:///httpd.apache.org/docs/2.4/mod/mod_status.html
|
|
#
|
|
<IfModule mod_status.c>
|
|
<Location /server-status>
|
|
SetHandler server-status
|
|
Require local
|
|
</Location>
|
|
</IfModule>
|
|
|