sorry, I should have said this is done through mod_proxy, and the
ProxyPassReverse directive is only present in Apache 1.3b6 and later.
After reading up on it, this looks perfect!
charles
On Wed, 23 Feb 2000, Charles Galpin wrote:
> I posted a question on the mod-perl list since I thought this could be
> done via apache. Here is a response I got that indicates it can be done
> with Apache (not needing mod-perl)
>
> >For example, requests to
> >
> >domA.com:80 ---> 192.168.1.1:80
> >domB.com:80 ---> 192.168.1.2:80
>
> This is probably off-topic if it can be done without mod-perl :P
>
> <VirtualHost domA.com>
>
> ProxyPass / http://192.168.1.1/
> ProxyPassReverse / http://192.168.1.1/
>
> </VirtualHost>
>
> </VirtualHost domB.com>
>
> ProxyPass / http://192.168.1.2/
> ProxyPassReverse / http://192.168.1.2/
>
> </VirtualHost>
>
>
>
> I don't have time to try this right now, but am interested in the result.
>
> hth
> charles
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.