diff options
author | ramon <ramongomez@us.es> | 2012-03-20 11:12:56 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-03-20 11:12:56 +0000 |
commit | ea60f4177485729fd840a668fa69e226497f7d08 (patch) | |
tree | 97c34c4de101124e48c7475b90f13efb3fca4054 /server/etc | |
parent | 55477d293862a9965f044b558d1224104dc2dd2b (diff) |
VersiĆ³n 1.0.4, #414: Modificar configuraciĆ³n de PHP y SELinux para consola web en CentOS.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2903 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache.conf.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 57ffb94e..ddf8cc97 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -2,6 +2,9 @@ Alias /opengnsys CONSOLEDIR +# Overrides default CentOS php.ini configuration. +php_value short_open_tag on + <Directory CONSOLEDIR> Options -Indexes FollowSymLinks DirectoryIndex index.php |