diff options
Diffstat (limited to 'php.conf')
-rw-r--r-- | php.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,3 +15,9 @@ DirectoryIndex index.php # files as PHP source code: # #AddType application/x-httpd-php-source .phps + +# +# Apache specific PHP configuration options +# those can be override in each configured vhost +# +php_value session.save_path "/var/lib/php/session" |