From: Remi Collet Date: Mon, 17 Nov 2014 05:57:59 +0000 (+0100) Subject: comment about ipv4-mapped in fpm conf X-Git-Tag: php-5.5.20RC1~37^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4475cbdc8577ec704bf7d6a6c753e5e4066fec19;p=php comment about ipv4-mapped in fpm conf --- diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index f22c2ff8b7..9d75295660 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -156,8 +156,8 @@ group = @php_fpm_group@ ; a specific port; ; 'port' - to listen on a TCP socket to all IPv4 addresses on a ; specific port; -; '[::]:port' - to listen on a TCP socket to all addresses on a -; specific port; +; '[::]:port' - to listen on a TCP socket to all addresses +; (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