From 9e2709cdf75c6bf1add93a5a89fb14cdda5ba1c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Sep 2012 14:49:25 +0200 Subject: php: sync with rawhide --- php.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.conf') diff --git a/php.conf b/php.conf index 0013860..bf19554 100644 --- a/php.conf +++ b/php.conf @@ -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" -- cgit