Make artboard httpd 2.4 compliant.
This commit is contained in:
parent
ec2eb819fc
commit
1710fea8b8
1 changed files with 9 additions and 2 deletions
|
@ -3,7 +3,14 @@
|
||||||
|
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
|
|
||||||
Order allow,deny
|
<IfModule mod_authz_core.c>
|
||||||
|
# Apache 2.4
|
||||||
|
Require all granted
|
||||||
|
</IfModule>
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
# Apache 2.2
|
||||||
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue