summaryrefslogtreecommitdiffstats
path: root/server/etc
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2014-04-16 09:42:51 +0000
committerramon <ramongomez@us.es>2014-04-16 09:42:51 +0000
commitb97f2dc35edde578a0802b50615b1edcf0c899bf (patch)
tree0497879d4fa15912cdd0c6f4e243ba4af9695f1d /server/etc
parent3ab902286fc87cc18c842b28a9dff8e51bf4520e (diff)
#616: Solucionar problema de instalaciĆ³n en sistemas Ubuntu actualizados tras el fallo Heartbleed de OpenSSL.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4236 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc')
-rw-r--r--server/etc/apache.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl
index ddf8cc97..1bf6d2c6 100644
--- a/server/etc/apache.conf.tmpl
+++ b/server/etc/apache.conf.tmpl
@@ -6,7 +6,7 @@ Alias /opengnsys CONSOLEDIR
php_value short_open_tag on
<Directory CONSOLEDIR>
- Options -Indexes FollowSymLinks
+ Options -Indexes +FollowSymLinks
DirectoryIndex index.php
</Directory>