mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Apache 2.4 removed Order / Allow directives for new Require
This commit is contained in:
parent
66dd28addc
commit
bbc7ddef2f
@ -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
1
htdocs/.gitignore
vendored
@ -1 +0,0 @@
|
||||
andrew@catalyst.net.nz.freebusy
|
||||
Loading…
x
Reference in New Issue
Block a user