On Tue, 2009-08-18 at 17:00 +1000, Ben Donohue wrote:

> I'm using webmin to configure the setup and it's pretty basic what I 
> want. Just squid to redirect the http request to the correct server.

I have no idea if webmin understands current syntax.

http_port 80 vhost
visible_hostname <outside 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 your_outside_hostname
cache_peer_access your_server allow www myservers
cache_peer_access deny all

-Rob

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to