squid -k parse returns no errors

The total of my acl and http_access:

acl users proxy_auth REQUIRED
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl CONNECT method CONNECT

http_access allow all users
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all



On Thu, 2003-06-19 at 12:38, Henrik Nordstrom wrote:
> On Thursday 19 June 2003 19.04, Fred Evans wrote:
> > I made sure that the password file is owned by the user squid runs
> > as and is readable by that user.
> >
> > Prior to this installation of squid there was no transparent proxy.
> >  The browsers were not configured for proxying at all until I
> > configured them to work with this install of squid.  Further, I
> > tested on IE and Mozilla for windows and Mozilla for linux.
> >
> > The config is as follows:
> >
> > auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid.passwd
> > auth_param basic children 5
> > auth_param basic credentialsttl 2 hours
> >
> > acl users proxy_auth REQUIRED
> > http_access allow all users
> 
> 
> Looks good..
> 
> Any errors if you run "squid -k parse"? 
> 
> 
> Is there any other http_access lines before this?
> (the order of your http_access lines is important)
> 
> Regards
> Henrik

Reply via email to