Oeschey, Lars wrote:
>
> doh... when i go "view image" i get an cache access denied, you have to
> authenticate yourself... of course i am authenticated....
proxy_auth and FTP icons does not work in Squid 2.0 if your browser
tries to go direct when fetching the icon. I have a patch on my
Squid-page. http://hem.passagen.se/hno/squid/
A alternative to patching Squid 2.0 is to allow access to
/squid-internal-static without proxy_auth.
Add
acl localnet src xxx.xxx.xxx.xxx/yyy.yyy.yyy.yyy
acl icons urlpath_regex ^/squid-internal-static/icons/
http_access allow icons localnet
somewhere before your "http_access allow proxy_auth_acl" line.
--- Henrik Nordström Spare time Squid hackerReceived on Wed Oct 21 1998 - 15:10:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:38 MST