summaryrefslogtreecommitdiffstats
path: root/php-fpm-www.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-31 17:44:58 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-31 17:44:58 +0200
commit715cbfd065bc38541d67a9e91c11a0308a63fc9b (patch)
treef862ca0c6520a79278aa5d181e72bad39ef9391b /php-fpm-www.conf
parentaf54b5064e163d80e6843cc0e617b09bc4607854 (diff)
php54-php: update to 5.4.32
Diffstat (limited to 'php-fpm-www.conf')
-rw-r--r--php-fpm-www.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 9cdbb4f..e2f3dc8 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -27,10 +27,10 @@ listen.allowed_clients = 127.0.0.1
; permissions must be set in order to allow connections from a web server. Many
; BSD-derived systems allow connections regardless of permissions.
; Default Values: user and group are set as the running user
-; mode is set to 0666
+; mode is set to 0660
;listen.owner = nobody
;listen.group = nobody
-;listen.mode = 0666
+;listen.mode = 0660
; Unix user/group of processes
; Note: The user is mandatory. If the group is not set, the default user's group
@@ -222,5 +222,6 @@ php_admin_flag[log_errors] = on
; Set session path to a directory owned by process user
php_value[session.save_handler] = files
-php_value[session.save_path] = /var/lib/php/session
+php_value[session.save_path] = /var/lib/php/session
+php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache