diff options
author | ramon <ramongomez@us.es> | 2017-11-09 11:04:48 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-11-09 11:04:48 +0000 |
commit | 41876cbfdb5b38e77c571da4f0de2a2a292fc5cb (patch) | |
tree | 1d0c9ccc94b1bd7801f08525c8d85d917b01e6ce /server/etc | |
parent | 31d4f1a5492f5028775b012f30e82ec4c0810722 (diff) |
#814: Dejar de permitir etiquetas cortas en configuración del módulo PHP para Apache.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5505 a21b9725-9963-47de-94b9-378ad31fedc9
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 |