On 5/9/07, Scott Gifford <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] writes:
> Hi all.
>
> I want to make apache2 (port 80) to work like a proxyserver to a other
webserver that is running on the same machine on port 3000.
>
> The following works perfectly for this:
> ProxyPass / http://localho
[EMAIL PROTECTED] writes:
> Hi all.
>
> I want to make apache2 (port 80) to work like a proxyserver to a other
> webserver that is running on the same machine on port 3000.
>
> The following works perfectly for this:
> ProxyPass / http://localhost:3000/
> ProxyPassReverse / http://localhost:3000
Hi all.
I want to make apache2 (port 80) to work like a proxyserver to a other
webserver that is running on the same machine on port 3000.
The following works perfectly for this:
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
But what I want is that apache only se