738fecb393
Removed obsolete directive DefaultType bnc#848146 Changed access control to use new Require type directives OBS-URL: https://build.opensuse.org/request/show/205788 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=397
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
#
|
|
# Allow remote server configuration reports, with the URL of
|
|
# http://servername/server-info (requires that mod_info.c be loaded).
|
|
#
|
|
# see http://httpd.apache.org/docs-2.2/mod/mod_info.html
|
|
#
|
|
<IfModule mod_info.c>
|
|
<Location /server-info>
|
|
SetHandler server-info
|
|
Require local
|
|
</Location>
|
|
</IfModule>
|
|
|