Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2003 11:52:51 +0200 (=?ISO-8859-15?Q?Westeurop=E4ische_Sommerzeit?=)
From:      Michael Bretterklieber <mbretter@a-quadrat.at>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: ipfw + trasnparent proxy
Message-ID:  <Pine.WNT.4.56.0309191150090.1740@BRUTUS>
In-Reply-To: <4784.192.168.0.20.1063964631.squirrel@webmail.witchspace.com>
References:  <3F669753.4040205@thepacific.net><20030916064224.GA90448@e-Gitt.NET> <20030916065615.GB5711@kongemord.krig.net><3F6775D0.1030501@thepacific <20030916222806.GA8681@kongemord.krig.net><20030917004141.GC8911@konge <3F68D526.8080909@thepacific.net><20030918010728.GB14063@kongemord.kri g.net> <3F6A7C8E.7080205@thepacific.net> <4784.192.168.0.20.1063964631.squirrel@webmail.witchspace.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Fri, 19 Sep 2003 jon@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.WNT.4.56.0309191150090.1740>