From owner-freebsd-questions Tue Sep 28 7:42:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id AA3CA14FA1 for ; Tue, 28 Sep 1999 07:42:15 -0700 (PDT) (envelope-from ert@hotpop.com) Received: from superonline (unknown [212.252.144.192]) by zagnut.hotpop.com (Postfix) with SMTP id 991E963A1A; Tue, 28 Sep 1999 10:39:40 -0400 (EDT) Message-ID: <012401bf09bf$488766e0$14000080@com> From: "Ertan Kucukoglu" To: "The Hermit Hacker" Cc: "FreeBSD" References: Subject: Re: Proxy Server Recommendations ... Date: Tue, 28 Sep 1999 17:36:35 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: The Hermit Hacker To: Ertan Kucukoglu Cc: Chris Dillon ; FreeBSD Sent: Tuesday, September 28, 1999 4:17 PM Subject: Re: Proxy Server Recommendations ... > On Tue, 28 Sep 1999, Ertan Kucukoglu wrote: > > > > On Mon, 27 Sep 1999, The Hermit Hacker wrote: > > > > > > > > > > > Looking at reducing bandwidth usage at our local University, and have > > > > proposed setting up a proxy server so that there isn't *as much* traffic > > > > going out related to the WWW ... > > > > > > > > Anyone have any recommendations on one that is good? I'm going to be > > > > running the test on a FreeBSD box, and trying to push it as an end > > > > solution, so something in ports is great... > > > > > > Squid -- ports/www/squid22. I have been using it for a couple of > > > years, ranging from a 486SX-25 with 16MB RAM and a 50MB cache, to a > > > PIII-500 with 256MB RAM and a 19GB cache (it doesn't need much CPU, > > > really, but RAM requirements go up with the number of objects being > > > cached). If my figures are right, it cuts down on our HTTP and FTP > > > traffic by about 30%. Depending on your traffic patterns, the results > > > could be either better or worse. > > > > > > > > > -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net > > > FreeBSD: The fastest and most stable server OS on the planet. > > > For Intel x86 and Alpha architectures (SPARC under development). > > > ( http://www.freebsd.org ) > > > > > > "One should admire Windows users. It takes a great deal of > > > courage to trust Windows with your data." > > > > > > > Hello, > > > > As an information you can get the latest version from > > http://squid.nlanr.net/Squid/ > > and comple and use it as well. > > compiled it out of ports, installed it, and started it up...starts fine, > but wen I try to use, I get: > > =========== > Access Denied. > > Access control configuration prevents your request from being allowed > at this time. Please contact your service provider if you feel this > is incorrect. > ============ > > Just want a plain-jane cache here, but am not sure where it is that I've > mis-configured...right now, squid and my browser are running on the same > machine, and using 'client http://www.netscape.com/' worked... > > Still looking through the conf, but if someone can point me at what I'm > missing, that would be much appreciated... > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > Hello, Here my own squid.conf file. It works fine for me. If you have questions related to it please send direct mail. I try to help. You know here is a FreeBSD list. :-) squid.conf --- begin http_port 3128 cache_mem 40 MB cache_dir /squid/cache 1024 16 256 cache_access_log /home/squid/access.log cache_log /home/squid/cache.log cache_store_log /home/squid/store.log debug_options ALL,2 connect_timeout 120 seconds #Defaults: acl ozler src 128.0.0.16-128.0.0.50/255.255.0.0 acl izinsiz src 128.0.0.10-128.0.0.15/255.255.0.0 acl sabiha src 128.0.0.26/255.255.0.0 acl birgul src 128.0.0.23/255.255.0.0 acl all src 0.0.0.0/0.0.0.0 #Default configuration http_access allow ozler http_access deny !ozler #http_access deny izinsiz sabiha birgul http_access deny all --- end I recently upgraded to Squid 2.2-STABLE5 version of squid. Now I can say that it is better than 2.2-STABLE3. Regards, Ertan Kucukoglu ert@hotpop.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message