[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

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/ But

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 /

[EMAIL PROTECTED] Using Apache as Proxy

2006-07-03 Thread Manuela . Vorazzo
Hello everyone! I've an application on my internal network that needs to access a public server on internet network. I would like that this client could reach that server using an apache http server configured as proxy. That apache server is listening on port 443 and on port 80. I've set in my