[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/
>
> But what I want is that apache only send the user to this other webserver 
> when the user hits a specific folder, like
> http://10.0.0.1/otherwebserver
>
> Is this posible in apache2 (2.2.3-4)?

mod_rewrite can do this.  See the [P] "force proxy" flag.

----Scott.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to