]> git.pld-linux.org Git - packages/apache-mod_mpm_itk.git/blame - 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
82dde414
AM
1# different settings when ITK in use
2
3<IfModule mod_php5.c>
456f9439 4php_value session.save_path "/var/run/php-ug"
82dde414
AM
5</IfModule>
6
7<IfModule sapi_apache2.c>
456f9439 8php_value session.save_path "/var/run/php-ug"
82dde414
AM
9</IfModule>
10
This page took 0.203297 seconds and 4 git commands to generate.