Thanks Robert,
I've put in the below examples right at the top of the squid.conf file
but when i restart the squid service, i get stopping failed and start
failed.
Does each line have to go into the correct section of the squid file?
The site you suggested said that the changes should go above all other
configs...
squid seems to barf when these configs go in.
http_port 80 accel defaultsite=www.domain1.com vhost
cache_peer 10.1.2.250 parent 80 0 no-query originserver name=myaccel
acl our_sites dstdomain www.domain1.com
http_access allow our_sites
cache_peer_access myaccel allow our_sites
cache_peer_access myaccel deny all
also i've tried...
http_port 80 vhost
visible_hostname public.ip.address
cache_peer your_server parent 80 0 no-query originserver \
no-net-db-exchange no-digest
acl www port 80
acl all src all
acl myservers dstdomain www.domain1.com
cache_peer_access www.domain1.com allow www myservers
cache_peer_access deny all
(changed real www.domain for www.domain1.com and ip address above)
The line above with a \ at the end... is this exactly how it appears in
the .conf file?
The simplest config should suffice for the moment... just to get it
working with 3 domains like...
www.domain1.com
www.domain2.org
www.domain3.org
Thanks in advance.
Ben
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html