Force FollowSymLinks option in Apache configuration (#458)

This commit is contained in:
Clément Oudot 2012-04-03 09:00:09 +00:00
parent 81e33d20b8
commit a95853006f
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<Directory __MANAGERDIR__>
Order deny,allow
Allow from all
Options +ExecCGI
Options +ExecCGI +FollowSymLinks
</Directory>
# On-line documentation

View File

@ -14,7 +14,7 @@
<Directory __MANAGERDIR__>
Order deny,allow
Allow from all
Options +ExecCGI
Options +ExecCGI +FollowSymLinks
</Directory>
# On-line documentation

View File

@ -14,7 +14,7 @@
<Directory __PORTALDIR__>
Order allow,deny
Allow from all
Options +ExecCGI
Options +ExecCGI +FollowSymLinks
</Directory>
# Perl script

View File

@ -14,7 +14,7 @@
<Directory __PORTALDIR__>
Order allow,deny
Allow from all
Options +ExecCGI
Options +ExecCGI +FollowSymLinks
</Directory>
# Perl script