Jorge Bastos wrote:
>> That passes a 302:http://195.23.114.74/inicial.php?url=... back to the
>> client.
>>
>> If the client then requests from Squid:
>> http://195.23.114.74/inicial.php?url=...
>>
>> and if squid is not configured to unconditionally accept the
>> "http://195.23.114.74/inicial.php" requests this will result in the
>> client being sent:
>> 302:http://195.23.114.74/inicial.php?url=http://195.23.114.74/inicial.p
>> hp?url=....
>
>
> Amos,
> How to I tell squid to accept it then?
> Forgive me but I'm very fresh on that, do not know how to do it. The
> squid_session manpage also doesn't mention nothing of that.
>
acl A dstdomain 195.23.114.74
acl B urlpath_regex /inicial.php
http_access allow A B
http_access deny !session
Amos
-- Please be using Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13 Current Beta Squid 3.1.0.6Received on Sun Apr 12 2009 - 10:27:54 MDT
This archive was generated by hypermail 2.2.0 : Sun Apr 12 2009 - 12:00:03 MDT