[packages/apache-mod_mpm_itk] Rel 3; fix session dir for php 8

arekm arekm at pld-linux.org
Fri Jun 24 13:36:31 CEST 2022


commit d1c5d19641f323e16d2c047750c30ee39af3371b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Jun 24 13:36:19 2022 +0200

    Rel 3; fix session dir for php 8

 apache-mod_mpm_itk-php.conf | 4 ++++
 apache-mod_mpm_itk.spec     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/apache-mod_mpm_itk.spec b/apache-mod_mpm_itk.spec
index 5174b23..0ae02b4 100644
--- a/apache-mod_mpm_itk.spec
+++ b/apache-mod_mpm_itk.spec
@@ -5,7 +5,7 @@
 Summary:	mod_mpm_itk - allows you to run each of your vhost under a separate uid and gid
 Name:		apache-mod_mpm_itk
 Version:	%{ver}.%{subver}
-Release:	2
+Release:	3
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://mpm-itk.sesse.net/mpm-itk-%{ver}-%{subver}.tar.gz
diff --git a/apache-mod_mpm_itk-php.conf b/apache-mod_mpm_itk-php.conf
index 24a0d20..dd86a1c 100644
--- a/apache-mod_mpm_itk-php.conf
+++ b/apache-mod_mpm_itk-php.conf
@@ -12,6 +12,10 @@ php_value session.save_path "/var/run/php-ug"
 php_value session.save_path "/var/run/php-ug"
 </IfModule>
 
+<IfModule mod_php.c>
+php_value session.save_path "/var/run/php-ug"
+</IfModule>
+
 <IfModule sapi_apache2.c>
 php_value session.save_path "/var/run/php-ug"
 </IfModule>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_mpm_itk.git/commitdiff/d1c5d19641f323e16d2c047750c30ee39af3371b



More information about the pld-cvs-commit mailing list