Re: [squid-users] squid 2.5 stable 1 reject every connection request!!!

From: Gerben Welter <gerben@dont-contact.us>
Date: Sun, 29 Sep 2002 09:50:38 +0200

At 01:31 9/29/2002 +0000, ip freak wrote:
>Thanks. it was actually "'http_access allow all"
>
>I used squid 2.4 before and it was fine except few sites i had trouble
>with (those web sites with heavy java and flash popups, i could not them
>in full screen sometimes, without squid, i can see them full screen with
>no problem).

Don't use "http_access allow all"!!! If your Squid is directly connected to
the internet, the whole world can use your proxy...
Only allow access from your own lan like:

acl locallan 192.168.1.0/255.255.255.0 (assuming you use this lan)
http_access alllow locallan

Grtz Gerben.

>>From: Gerben Welter <gerben@brekelmans.com>
>>To: "ip freak" <ipfreak@hotmail.com>, squid-users@squid-cache.org
>>Subject: Re: [squid-users] squid 2.5 stable 1 reject every connection
>>request!!!
>>Date: Sat, 28 Sep 2002 23:20:46 +0200
>>
>>At 21:07 9/28/2002 +0000, ip freak wrote:
>>>Hi:
>>>
>>>I got squid-2.5 stable1 installed. it works except it refuses every
>>>connection all; "The connection was refused when attempting to connect
>>>www.whatever.com".
>>>
>>>which log file i can check for finding the reason?
>>
>>Did you make an acl to define your ip/domain? Did you allow access with a
>>'http_access allow aclname' ?
>>
>>Check the acl section of the squid.conf to see how that's done.
>>
>>Grtz Gerben.
>
>
>
>
>_________________________________________________________________
>Join the world's largest e-mail service with MSN Hotmail.
>http://www.hotmail.com
Received on Sun Sep 29 2002 - 01:50:31 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:27 MST