From b9a1269290f90e3232ea2e1d0c30c8638454de9d Mon Sep 17 00:00:00 2001 From: bmortier <benoit.mortier@opensides.be> Date: Mon, 21 Jan 2019 17:26:51 +0000 Subject: [PATCH] Merge branch '5946-remove-no-longer-needed-if-section-an-the-php-option-from-fusiondirectory-apache-conf' into '1.3-dev' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve "remove no longer needed if section an the php option from fusiondirectory-apache.conf" See merge request fusiondirectory/fd!501 (cherry picked from commit 531bdbabc8652dd6a9f7a9e17595a8d04b0622ea) 398d3b7d :ambulance: fix(apache) remove no longer needed if section an the php option… --- contrib/apache/fusiondirectory-apache.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/apache/fusiondirectory-apache.conf b/contrib/apache/fusiondirectory-apache.conf index 88926f3ad..e21275cba 100644 --- a/contrib/apache/fusiondirectory-apache.conf +++ b/contrib/apache/fusiondirectory-apache.conf @@ -1,14 +1,8 @@ # Include FusionDirectory to your web service Alias /fusiondirectory /var/www/fusiondirectory/html -<IfModule mod_php5.c> <Directory /var/www/fusiondirectory/html> - php_admin_flag engine on - php_admin_flag expose_php off - php_admin_value upload_tmp_dir /var/spool/fusiondirectory/ - php_admin_value session.cookie_lifetime 0 # Remove the comment from the line below if you use fusiondirectory-setup --encrypt-passwords # include /etc/fusiondirectory/fusiondirectory.secrets </Directory> -</IfModule> -- GitLab