]> git.pld-linux.org Git - packages/apache-mod_mpm_itk.git/commitdiff
- rel 2; define session path for php4 and 7, too auto/th/apache-mod_mpm_itk-2.4.7.04-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 May 2017 08:40:17 +0000 (10:40 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 May 2017 08:40:17 +0000 (10:40 +0200)
apache-mod_mpm_itk-php.conf
apache-mod_mpm_itk.spec

index 111bcb53ef5da14b8190e27c7645d366b4a863f4..24a0d20df28705f49c6b55fdafc04c3fe425cd78 100644 (file)
@@ -1,9 +1,17 @@
 # different settings when ITK in use
 
+<IfModule mod_php4.c>
+php_value session.save_path "/var/run/php-ug"
+</IfModule>
+
 <IfModule mod_php5.c>
 php_value session.save_path "/var/run/php-ug"
 </IfModule>
 
+<IfModule mod_php7.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 a3e0229a3f62ea371db0b2206eb27f96adcf28fd..5174b233465e3c3befc7e443f4a05e1977bac9ee 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:       1
+Release:       2
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://mpm-itk.sesse.net/mpm-itk-%{ver}-%{subver}.tar.gz
This page took 0.171096 seconds and 4 git commands to generate.