diff options
author | Gawain Lynch <gawain.lynch@gmail.com> | 2017-01-22 09:08:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-22 09:36:44 +0100 |
commit | 4b2d0e5269e9713e6b8ccd575fd19a4c9e91aff1 (patch) | |
tree | 58a31c7eac14fb322b7013853d1b9145ed45225e /php-fpm-www.conf | |
parent | 82fa217c7557853b3c5f24d24600528a88e0bbeb (diff) |
Update comment about PHP session data directory ownership
Diffstat (limited to 'php-fpm-www.conf')
-rw-r--r-- | php-fpm-www.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 65e424d..933ff79 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -411,7 +411,14 @@ php_admin_value[error_log] = /var/log/php-fpm/www-error.log php_admin_flag[log_errors] = on ;php_admin_value[memory_limit] = 128M -; Set session path to a directory owned by process user +; Set the following data paths to directories owned by the FPM process user +; +; Do not change the ownership of existing system directories, if the process +; user does not have write permission, create dedicated directories for this +; purpose. +; +; See warning about choosing the location of these directories on your system +; at http://php.net/session.save-path php_value[session.save_handler] = files php_value[session.save_path] = /var/lib/php/session php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache |