Apache 2.4 removed Order / Allow directives for new Require

This commit is contained in:
Florian Schlichting 2015-12-31 17:32:48 +01:00
parent 66dd28addc
commit bbc7ddef2f
2 changed files with 5 additions and 3 deletions

View File

@ -5,8 +5,11 @@ Alias /davical /usr/share/davical/htdocs
<Directory /usr/share/davical/htdocs>
DirectoryIndex index.php index.html
AllowOverride None
Order allow,deny
Allow from all
# for Apache from 2.4 use
Require all granted
# for Apache before 2.4 use
#Order allow,deny
#Allow from all
AcceptPathInfo On
php_value include_path /usr/share/php/awl/inc
php_value magic_quotes_gpc 0

1
htdocs/.gitignore vendored
View File

@ -1 +0,0 @@
andrew@catalyst.net.nz.freebusy