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__> <Directory __MANAGERDIR__>
Order deny,allow Order deny,allow
Allow from all Allow from all
Options +ExecCGI Options +ExecCGI +FollowSymLinks
</Directory> </Directory>
# On-line documentation # On-line documentation

View File

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

View File

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

View File

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