[php-maint] Bug#660581: access log format string for php5-fpm collapses whitespace with unescaped quotes

Michael Bravo mike.bravo at gmail.com
Mon Feb 20 01:30:45 UTC 2012


Package: php5-fpm
Version: 5.3.10-1

Suggested access log format string in

/etc/php5/fpm/pool.d/www.conf

line 292

if uncommented, handles whitespace incorrectly, because of unescaped
quotes in the middle of format string

at the moment, that line reads as:

;access.format = %R - %u %t "%m %r%Q%q" %s %f %{mili}d %{kilo}M %C%%

while to function as expected it should be changed thus:

;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"





More information about the pkg-php-maint mailing list