summaryrefslogtreecommitdiffstats
path: root/php.conf
diff options
context:
space:
mode:
Diffstat (limited to 'php.conf')
-rw-r--r--php.conf6
1 files changed, 6 insertions, 0 deletions
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"