Jorge Bastos wrote:
>
>> Try this:
>>
>> echo rawurldecode($_GET['url']);
>>
>>
>> Its a little weird that the redirect URL is being added as the sub-URI.
>> Are you sure your http_access are permitting access to the splash URI
>> before checking the session handler?
>>
>> Amos
>
> Hi Amos,
> Well, the rawurldecode() returned the same value.
> About the question you are making, well forgive me but don't know how to
> answer, the directives for the session setup are:
>
> ---
> external_acl_type session ttl=14400 negative_ttl=0 children=1
> concurrency=200 %URI /usr/lib/squid3/squid_session -t 14400
> acl session external session
> http_access deny !session
> deny_info http://195.23.114.74/inicial.php?url=%s session
> ---
>
> What can be wrong here?
>
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.php?url=....
why it even stops there I don't know right now.
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 - 09:50:05 MDT
This archive was generated by hypermail 2.2.0 : Sun Apr 12 2009 - 12:00:03 MDT