On Tue, 2003-03-18 at 11:29, Shane Hickey wrote:
> However, when I got to http://www.nerddiary.org/dreamcast, I get a 404. 
> I must be missing something?
> 
> Thanks in advance for any help.

Ah ha!  I found a good page describing this directive at
http://www.cafesoft.com/products/cams/docs/admin/CamsApacheReverseProxyWebAgent.html

The problem was that you need both a ProxyPass (to take care of the
actual front-ending) and then ProxyPassReverse to take care of any
redirects that the proxied server sends.

This is what I have in my Vhost.conf now.

    ProxyRequests on
    ProxyPassReverse /dreamcast http://10.1.1.1/
    ProxyPass /dreamcast http://10.1.1.1/

--
Shane Hickey : Nerd
http://www.nerddiary.org 
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F
Listening to: Handsome Boy Modeling School - Rock n' Roll (Could Never
Hip Hop Like This)


--
[EMAIL PROTECTED] mailing list

Reply via email to