Better Apache 2.4 support

See https://httpd.apache.org/docs/2.4/en/upgrading.html
This commit is contained in:
Carlos Ferreira 2018-05-04 00:49:45 +02:00 committed by GitHub
parent 98e9b0e759
commit 81e6435808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,6 @@
deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>