FC2 + apache + squid + httpd.conf

T. Nifty Hat Mitchell mitch48 at sbcglobal.net
Tue Jun 29 05:52:28 UTC 2004


On Fri, Jun 25, 2004 at 12:36:45PM +0100, Joe Orton wrote:
> On Thu, Jun 24, 2004 at 06:45:46PM -0700, Ow Mun Heng wrote:
> > Next, you should ensure that only specified workstations can access the
> > cache manager. That is done in your Apache httpd.conf, not in
> > squid.conf. At the bottom of httpd.conf file, insert:
> > 
> >         <Location /Squid/cgi-bin/cachemgr.cgi>
> >         order allow,deny
> >         allow from workstation.example.com
> >         </Location>
> 
> To only allow access from workstation.example.com, use:
> 
>   Order deny,allow
>   Deny from all
>   Allow from workstation.example.com

And also verify that the http access is not being
circumvented by squid on the local host.


-- 
	T o m  M i t c h e l l 
	/dev/null the ultimate in secure storage.





More information about the fedora-list mailing list