ipfw + trasnparent proxy

Michael Bretterklieber mbretter at a-quadrat.at
Fri Sep 19 02:52:55 PDT 2003


Hi,

On Fri, 19 Sep 2003 jon at witchspace.com wrote:
> > Hi there
> > Why the redirectionis no working,  what more I need?
> >
> > ${fwcmd} add fwd 127.0.0.1,3128 tcp from any to any 80 in via ${iif}
> > thanks
>
fwd 127.0.0.1,80 tcp from any to any dst-port 80 via ${iif}

then you have to configure squid as http-accelerator:
http_port 80
httpd_accel_port 80
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

bye,
--
------------------------------- ----------------------------------
Michael Bretterklieber          - http://www.bretterklieber.com
A-Quadrat Automation GmbH       - http://www.a-quadrat.at
Tel: ++43-(0)3172-41679         - GSM: ++43-(0)699 12861847
------------------------------- ----------------------------------
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972


More information about the freebsd-stable mailing list