Re: [squid-users] squid cache conf file

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 03 Jul 2001 15:32:16 +0200

You gen one when you install squid, apart from the required access
controls which are unique for each installation. Well, in fact the only
thing you absolutely must have in squid.conf are these access controls.

A sample working squid.conf:

acl my_network src 192.168.1.0/24

acl all src 0.0.0.0/0
acl manager protocol cache_object
acl localhost src 127.0.0.1/32
http_access allow manager localhost
http_access allow my_network
http_access deny all

--
Henrik Nordstrom
Squid Hacker
Andy Miller wrote:
> 
> Can anyone send me a working, basic install squid.conf file for me to take a
> look at.
> 
> Cheers,
>  Andy
> 
> Andrew Miller
> Technical Research Consultant
> Insight Consulting Limited
> Tel.  (44) 01932 241000
> Fax. (44) 01932 236854
> Andy.miller@insight.co.uk <mailto:Andy.miller@insight.co.uk>
> www.insight.co.uk <http://www.insight.co.uk>
> 
> ------------Insight Consulting Limited--------------------------------
> Insight Consulting Limited is a leading specialist provider of independent services in all aspects of information and communications security, business continuity and risk management from consultancy, implementation, testing and training to recruitment, research and outsourcing.
> ---------------------Disclaimer----------------------------------------
> Internet communications are not secure and therefore Insight Consulting Limited does not accept legal responsibility for the contents of this message.  Any views or opinions presented are solely those of the author and do not necessarily represent those of Insight Consulting Limited unless otherwise specifically stated. If this message is received by anyone other than the addressee, please notify the sender and then delete the message and any attachments from your computer.
> -----------------------------------------------------------------------
Received on Tue Jul 03 2001 - 07:35:19 MDT

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