X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-fpm-config.patch;h=11b9933f6a1c64a7c0badea7904723838f35c91f;hp=c0205582c114c7c50c00a9970787cee12020e179;hb=029e4361d0227f335d20116b02fca24571663589;hpb=036ad354cf8a1bc51663ee13805028b108977303 diff --git a/php-fpm-config.patch b/php-fpm-config.patch index c020558..11b9933 100644 --- a/php-fpm-config.patch +++ b/php-fpm-config.patch @@ -20,16 +20,16 @@ --- php-5.6.5/sapi/fpm/www.conf.in~ 2015-02-04 19:26:16.000000000 +0200 +++ php-5.6.5/sapi/fpm/www.conf.in 2015-02-04 19:27:25.275218535 +0200 @@ -32,7 +32,7 @@ - ; specific port; + ; (IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. -listen = 127.0.0.1:9000 +listen = /var/run/php/@processname@.sock ; Set listen(2) backlog. - ; Default Value: 65535 (-1 on FreeBSD and OpenBSD) + ; Default Value: 511 (-1 on FreeBSD and OpenBSD) @@ -46,9 +46,9 @@ - ; BSD-derived systems allow connections regardless of permissions. + ; 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 -;listen.owner = @php_fpm_user@ @@ -83,5 +83,5 @@ + $(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf; \ + $(INSTALL_DATA) sapi/fpm/www.conf $(INSTALL_ROOT)$(sysconfdir)/fpm.d/www.conf; \ fi - + @echo "Installing PHP FPM man page: $(INSTALL_ROOT)$(mandir)/man8/"