diff options
author | ramon <ramongomez@us.es> | 2017-06-07 11:42:59 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-06-07 11:42:59 +0000 |
commit | d13a559a2f7ff44357750b0e02faf24dd4842956 (patch) | |
tree | b00dc716eb13733450ee874a052de38ee16e77c4 /server/etc | |
parent | 0234026e750d84bb070e282ec77b241b10dff81a (diff) |
#730: Corregir errata en r5347.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5349 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 8158b767..9ce9a115 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -7,7 +7,7 @@ RewriteEngine On # Overrides default CentOS php.ini configuration. <IfModule mod_php5.c> php_value short_open_tag on -</IfDefine> +</IfModule> # Redirect HTTP to HTTPS and default configuration. <Directory CONSOLEDIR> |