[fix] apache2.4 for Jessie doesn't ALLOW by default
This commit is contained in:
parent
fc068bc938
commit
50d8f8f1fb
|
@ -11,6 +11,9 @@
|
||||||
php_admin_flag mail.add_x_header on
|
php_admin_flag mail.add_x_header on
|
||||||
Options -MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
Options -MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# If you want to log the errors also in /var/log/alternc/sites/
|
# If you want to log the errors also in /var/log/alternc/sites/
|
||||||
|
|
Loading…
Reference in New Issue