Your message dated Thu, 23 Aug 2012 12:00:38 +0200
with message-id 
<caljhhg8e7bzccpsn-p9ffau8a-r6sjutvrnd5ldijywfsfa...@mail.gmail.com>
and subject line Re: [php-maint] Bug#660581: access log format string for 
php5-fpm collapses whitespace with unescaped quotes
has caused the Debian Bug report #660581,
regarding access log format string for php5-fpm collapses whitespace with 
unescaped quotes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
660581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660581
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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%%"



--- End Message ---
--- Begin Message ---
Version: 5.4.0-1

It was fixed in 5.3.11, but that version never got into Debian, so
marked as fixed in 5.4.x...

O.

On Mon, Feb 20, 2012 at 2:30 AM, Michael Bravo <[email protected]> wrote:
> 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%%"
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint



-- 
Ondřej Surý <[email protected]>

--- End Message ---

Reply via email to