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%%"



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to