[Cialug] HTTP forwarding/proxying-ish something

Colin Burnett cmlburnett at gmail.com
Sun Jul 6 18:24:24 CDT 2008


On Tue, Jul 1, 2008 at 5:43 PM, Zachary Kotlarek <zach at kotlarek.com> wrote:
>
>        leeloo /etc/httpd/vhosts 0$ cat 09-proxy.conf
>        <VirtualHost *:80>
>                ProxyRequests off
>                ServerName proxy.cynicbytrade.com
>                ProxyPass / http://www.google.com/
>                ProxyPassReverse / http://www.google.com/
>        </VirtualHost>

That seems to do exactly what I want.

Any apache tricks to easily forward foo.com to www.foo.com?


Colin


More information about the Cialug mailing list