> > Hi, > > Although i've been a Linux sysdm for years, only now i need squid. > So, i'm a newbie at it. > > Before posting, i've made my home work, but didn't get > through my problems. > > 1. I want to deny all ftp access to everyone. I've read that > > acl negados_ftp proto ftp > http_access deny negados_ftp > > would do the job, but i can browse all ftp sites either through ftp > direcly or through a web interface.
Should do it. Check the order of the ACL rules. I think it's first match based. Perhaps related to that. > > How can i do this ? > > > 2. Is it possible to have the acl rules in a separate file other than > squid.conf ? How ? > Not enough expertise. > > 3. Imagine this situation: i have an internal network with a > squid proxy > let's say in 10.10.2.33 > ok, i configure my browsers to use the 10.10.2.33 machine as proxy. > Now, what about if my ISP also requires to define a proxy in > the browser ? > How can i overcome this ? > Have SQUID use the ISP's proxy as a parent. M.
