On 28/02/2013 7:53 a.m., equinox@xxxxxx wrote:
Hi,
Look at this log snippet.
Can you see that TCP_DENIED/403 is immediately followed by TCP_REDIRECT?
Is that not illogical?
No. You cannot tell from this log what relationship any two log lines
may have.
* HTTP is stateless
* the log indicates only the order HTTP transactions were completed.
* you are cropping the query-string off URLs, any two
seeming-identical log lines MAY be for extremely different resources
Can you explain it? Why are there TCP_DENIED messages?
Your config DENIED the transaction. Without details of your config and
the full URLs it is impossible to say more.
Amos