[fix] options now force + or - everywhere

This commit is contained in:
Benjamin Sonntag 2018-06-21 18:28:10 +02:00
parent 791e3ddb38
commit 88f6d04f89
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ AssignUserId www-data www-data
# Deny access to the root filesystem
<Directory />
Options FollowSymLinks
Options +FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
@ -62,13 +62,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory /usr/share/phpmyadmin>
AllowOverride AuthConfig Options FileInfo Limit Indexes
Options Indexes Includes FollowSymLinks MultiViews
Options +Indexes +Includes +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
</Directory>
<Directory /usr/share/squirrelmail>
AllowOverride AuthConfig Options FileInfo Limit Indexes
Options Indexes Includes FollowSymLinks MultiViews
Options +Indexes +Includes +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
</Directory>

View File

@ -19,7 +19,7 @@
# Access to tinymce files
<Directory "/usr/share/tinymce/www/">
Options Indexes MultiViews FollowSymLinks
Options +Indexes +MultiViews +FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
@ -57,7 +57,7 @@
Alias /javascript /usr/share/javascript/
<Directory "/usr/share/javascript/">
Options FollowSymLinks MultiViews
Options +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
</Directory>

View File

@ -19,13 +19,13 @@
<Directory /usr/share/squirrelmail>
php_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail/:/var/lib/squirrelmail/data/:/var/spool/squirrelmail/:/etc/mailname
php_admin_flag safe_mode off
Options Indexes FollowSymLinks
Options +Indexes +FollowSymLinks
</Directory>
Alias /javascript /usr/share/javascript/
<Directory "/usr/share/javascript/">
Options FollowSymLinks MultiViews
Options +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
</Directory>