On 7/02/2012 6:12 p.m., Chaitanya Shastri wrote:
Hi All,
Could that be redirector's permission issue? What permissions
should be given to the redirector script?
That page is a Squid HTTP *_access control deny.
For example:
http_access deny all
or
http_reply_access deny QUERY
Start with setting strip_query_terms OFF so you can check the full URL
for anything strange.
If it looks okay compare it agains all your access controls. Possibly
raising the Squid logging with "debug_options 28,5" to see what the ACLs
are matching.
Amos