diff options
Diffstat (limited to 'server/etc/apache.conf.tmpl')
-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 |