Re: [EMAIL PROTECTED] Using apache as proxy only on specific folder

2007-05-09 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Using apache as proxy only on specific folder

2007-05-09 Thread Scott Gifford
[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

[EMAIL PROTECTED] Using apache as proxy only on specific folder

2007-05-09 Thread chiel
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