]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm-config.patch
Up to 8.2.2
[packages/php.git] / php-fpm-config.patch
index e6ff89fdaa45457216e641c1b2239f853323aa40..84c0fa27cbc145927497f3b5f404cbfe0a6e700a 100644 (file)
  
  ; Set listen(2) backlog.
  ; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
-@@ -46,9 +46,9 @@
+@@ -50,9 +50,9 @@ listen = /var/run/php/@processname@.sock
  ; and group can be specified either by name or by their numeric IDs.
- ; Default Values: user and group are set as the running user
- ;                 mode is set to 0660
+ ; Default Values: Owner is set to the master process running user. If the group
+ ;                 is not set, the owner's group is used. Mode is set to 0660.
 -;listen.owner = @php_fpm_user@
 -;listen.group = @php_fpm_group@
 -;listen.mode = 0660
 +listen.owner = root
 +listen.group = @php_fpm_group@
 +listen.mode = 0660
  ; When POSIX Access Control Lists are supported you can set them using
  ; these options, value is a comma separated list of user/group names.
- ; When set, listen.owner and listen.group are ignored
 @@ -60,7 +60,7 @@
  ; must be separated by a comma. If this value is left blank, connections will be
  ; accepted from any ip address.
This page took 0.04693 seconds and 4 git commands to generate.