]> git.pld-linux.org Git - packages/apache-mod_mpm_itk.git/blame_incremental - apache-mod_mpm_itk-php.conf
- rel 6; use /var/run/php-ug for session files (because /var/run/php/ug gets deleted...
[packages/apache-mod_mpm_itk.git] / apache-mod_mpm_itk-php.conf
... / ...
CommitLineData
1# different settings when ITK in use
2
3<IfModule mod_php5.c>
4php_value session.save_path "/var/run/php-ug"
5</IfModule>
6
7<IfModule sapi_apache2.c>
8php_value session.save_path "/var/run/php-ug"
9</IfModule>
10
This page took 0.053727 seconds and 4 git commands to generate.