mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-19 05:59:02 +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>
|
<Directory /usr/share/davical/htdocs>
|
||||||
DirectoryIndex index.php index.html
|
DirectoryIndex index.php index.html
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
# for Apache from 2.4 use
|
||||||
Allow from all
|
Require all granted
|
||||||
|
# for Apache before 2.4 use
|
||||||
|
#Order allow,deny
|
||||||
|
#Allow from all
|
||||||
AcceptPathInfo On
|
AcceptPathInfo On
|
||||||
php_value include_path /usr/share/php/awl/inc
|
php_value include_path /usr/share/php/awl/inc
|
||||||
php_value magic_quotes_gpc 0
|
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