diff options
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache-prev2.4.conf.tmpl | 3 | ||||
-rw-r--r-- | server/etc/apache.conf.tmpl | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/server/etc/apache-prev2.4.conf.tmpl b/server/etc/apache-prev2.4.conf.tmpl index 24f89677..304e3b2c 100644 --- a/server/etc/apache-prev2.4.conf.tmpl +++ b/server/etc/apache-prev2.4.conf.tmpl @@ -4,9 +4,6 @@ Alias /opengnsys CONSOLEDIR RewriteEngine On -# Overrides default CentOS php.ini configuration. -php_value short_open_tag on - # Redirect HTTP to HTTPS and default configuration. <Directory CONSOLEDIR> RewriteCond %{HTTPS} !=on diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 5ecd996e..ab49503d 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -4,11 +4,6 @@ Alias /opengnsys CONSOLEDIR RewriteEngine On -# Overrides default CentOS php.ini configuration. -<IfModule mod_php5.c> - php_value short_open_tag on -</IfModule> - # Redirect HTTP to HTTPS and default configuration. <Directory CONSOLEDIR> RewriteCond %{HTTPS} !=on |