]> git.pld-linux.org Git - packages/apache-mod_mpm_itk.git/commitdiff
Rel 3; fix session dir for php 8 master auto/th/apache-mod_mpm_itk-2.4.7.04-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jun 2022 11:36:19 +0000 (13:36 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jun 2022 11:36:19 +0000 (13:36 +0200)
apache-mod_mpm_itk-php.conf
apache-mod_mpm_itk.spec

index 24a0d20df28705f49c6b55fdafc04c3fe425cd78..dd86a1c38fb8bedf6fa993a070a43796ae204ae2 100644 (file)
@@ -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>
index 5174b233465e3c3befc7e443f4a05e1977bac9ee..0ae02b46cc477f9bb7757349047d6fd9e07e413f 100644 (file)
@@ -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
This page took 0.122503 seconds and 4 git commands to generate.