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