On 10/08/2013 12:58 a.m., Roberto Carna wrote:
Dear, the splash page work OK for Windows XP and Windows 7 with IE,
but it doesn't work for Android devices.
What can I do ???
You will need to be clear and precise about what the difference is
between the transactions by devices when it works and those from devices
when it does not. What you mean by "works" itself.
For example the splash page being visible to the user is different from
it being deliverd by Squid and hidden by the device, which is different
again from Squid not even delivering it, which is different from it
being blocked somewhere in the network, which is different from a bunch
of other problems.
So far we cant tell these problems apart from the info you provided.
HTH
Amos
2013/8/9 Roberto Carna <robertocarna36@xxxxxxxxx>:
Web page is http protocol and makes a redirect to a public web site.
With some browsers the redirect is ok but in some others doesn't.
Are these splash lines ok in my squid.conf file or do I have to add
something else?
My Squid is 3.1 Debian package.
Thanks
2013/8/9 Amos Jeffries <squid3@xxxxxxxxxxxxx>:
On 9/08/2013 1:53 p.m., Roberto Carna wrote:
Dear, I have implemented a Splash page with Debian 7 + Squid 3.1 as folow:
external_acl_type splash_page ttl=60 concurrency=100 %SRC
/usr/local/sbin/squid/squid_session -t 7200 -b
/var/lib/squid/session.db
acl existing_users external splash_page
deny_info http://example.com/splash.html existing_users
http_access deny !existing_users
In some cases depending on the Windows platform and web browser type
and version (Firefox, IE, etc.), the splash page works OK but in other
cases doesn't at al.
Is there any way to implement an univeralñ splash page that work for
all Windows + web browser scenarios ???
Note that web page != HTTP protocol. What is the prblem?
Amos