saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
12
apache2/modules.d/00_mod_info.conf
Normal file
12
apache2/modules.d/00_mod_info.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<IfDefine INFO>
|
||||
# Allow remote server configuration reports, with the URL of
|
||||
# http://servername/server-info
|
||||
<Location /server-info>
|
||||
SetHandler server-info
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from 127.0.0.1
|
||||
</Location>
|
||||
</IfDefine>
|
||||
|
||||
# vim: ts=4 filetype=apache
|
||||
Reference in New Issue
Block a user