From f05f558efffadc93663726fc98a0f97df35ac025 Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 7 Jun 2017 11:30:50 +0000 Subject: #730: Evitar error de inicio de Apache si se configura PHP-FPM en vez de mod_php. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5347 a21b9725-9963-47de-94b9-378ad31fedc9 --- server/etc/apache.conf.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/etc') diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 5249d3fc..8158b767 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -5,7 +5,9 @@ Alias /opengnsys CONSOLEDIR RewriteEngine On # Overrides default CentOS php.ini configuration. -php_value short_open_tag on + + php_value short_open_tag on + # Redirect HTTP to HTTPS and default configuration. -- cgit v1.2.3-18-g5258