Re: [us...@httpd] Use Apache as proxy to redirect requests

2008-12-24 Thread Brian Mearns
You'll probably want to use mod_proxy. There's a whole section on it in the manual: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://pgp.mit.edu/ On Tue, Dec 23, 2008 at 6:19 PM, giovanni.forme...@lib

[us...@httpd] Use Apache as proxy to redirect requests

2008-12-23 Thread giovanni.forme...@libero.it
Hi, I have an Apache HTTP Server that must forward requests to another server inside my intranet, for example a request to http://172.10.19.1 /proxy/aaa/bbb/ccc.html (where 172.10.19.1 is the HTTP Server address) must be redirect to http://172.10.19.20/aaa/bbb/ccc.html. What are the configuration