Francois Bradet wrote:
> Is it possible, to keep transparent proxying active, without necessary
> logins, but with the squid_redirect redirector active, and also have a
> non-transparent proxy port open, which requires authentication, and offers
> unfiltered access ? The authorised users would temporarily configure their
> browser to access the traditional proxy.
Sure. See the following directives in squid.conf:
http_port
acl .. myport ...
acl .. proxy_auth ...
http_access
redirector_access
Hint: Use the myport ACL to detect which port Squid received the request
on.
-- Henrik Nordstrom Squid hackerReceived on Mon Apr 02 2001 - 15:32:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:07 MST