SHA256
1
0
forked from pool/apache2

Accepting request 205788 from home:fdekruijf:branches:Apache

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
This commit is contained in:
Tomáš Chvátal
2013-11-11 14:10:25 +00:00
committed by Git OBS Bridge
parent 4c27b7a385
commit 738fecb393
11 changed files with 32 additions and 41 deletions

View File

@@ -7,9 +7,7 @@
<IfModule mod_info.c>
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from localhost
Require local
</Location>
</IfModule>