Hiu Yen Onn wrote: > > if i wish to have a completely open squid, then, what would be the > acl look like? > Is it like such below > > acl all 0.0.0.0/0.0.0.0
combined with 'http_access allow all' That should make squid 'wide open'. But don't do this, it makes your squid possibly usable by anyone on the Internet. Take this as a testing stage to see whether squid works, in a production stage proper restrictions should be acl-defined limiting access to the known intranet network(s). > > -----Original Message----- > From: Marc Elsen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 5:05 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [squid-users] squid 2.5 problem! > > Hiu Yen Onn wrote: > > > > i think i have a proper acl list > > i quote some as below: > > > > acl manager proto cache_object > > acl all src 0.0.0.0/0.0.0.0 > > acl allowed_hosts src 10.0.128.0/255.255.128.0 > > > > http_access allow allowed_hosts > > http_access deny all > > > > icp_access allow allowed_hosts > > > > miss_access allow allowed_hosts > > > > but still cannot make the thing works. > > Difficult for me to tell, since I don't know your client > network layout. > For instance have a test with a completely open squid. > acl's allowing every connection. > > Then for your client particular ip. > > Etc. > > M. > > > -----Original Message----- > > From: Marc Elsen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 19, 2003 4:28 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: [squid-users] squid 2.5 problem! > > > > Hiu Yen Onn wrote: > > > > > > Dear all, > > > > > > i am a squid newbie. here, i have some problems. hoping that, i can get > > the > > > solution from here! > > > i installed squid 2.5 STABLE2. then, i configure the squid.conf file as > > what > > > the quickstart file mentioned, which > > > come together with the squid 2.5 STABLE2 installation tar file. > > > then, later, i start my squid and start testing squid from the browser. > > > > > > but, however, there is an error prompts to the browser > > > > > > Access denied > > > access control configuration prevent your request being allowed at this > > time > > > > > > what is exactly the error means. please notify! thanks > > > > You will need at least the proper acl statements to allow your client > > host(/network) to access squid. > > > > M. > > > > > > > > Cheers, > > > yenonn > > > > -- > > > > 'Time is a consequence of Matter thus > > General Relativity is a direct consequence of QM > > (M.E. Mar 2002) > > -- > > 'Time is a consequence of Matter thus > General Relativity is a direct consequence of QM > (M.E. Mar 2002) -- 'Time is a consequence of Matter thus General Relativity is a direct consequence of QM (M.E. Mar 2002)
