itpp2012 Wrote:
-------------------------------------------------------
> Look at the logfiles to see the path and php filename which is passed
> on, might be the path has changed without php.ini having an entry for
> that path.
It seems that php section is not even accessed when the 'break' rule is present.
This is my php-fpm access log section config:
access.log = /var/log/php5-fpm.access.log
access.format = "%t %R %f \"%m %r%Q%q\" %s %{mili}dms %{kilo}Mkb %C%%"
catch_workers_output = yes
It collects requests when 'last' is present, but does not show anything when 'break' is in action.
I googled and it seems that using break is the reason of the problem as it breaks the locaiton lookup.
I think there should be a different soution, Any suggestions?
-------------------------------------------------------
> Look at the logfiles to see the path and php filename which is passed
> on, might be the path has changed without php.ini having an entry for
> that path.
It seems that php section is not even accessed when the 'break' rule is present.
This is my php-fpm access log section config:
access.log = /var/log/php5-fpm.access.log
access.format = "%t %R %f \"%m %r%Q%q\" %s %{mili}dms %{kilo}Mkb %C%%"
catch_workers_output = yes
It collects requests when 'last' is present, but does not show anything when 'break' is in action.
I googled and it seems that using break is the reason of the problem as it breaks the locaiton lookup.
I think there should be a different soution, Any suggestions?