On 1/24/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
Does anyone have an example of setting Apache2 that use a reverse proxy with mod_proxy?
There's no trick to it. The examples in the mod_proxy documentation should work. You will need to turn ProxyPreserveHost on if you want to use NameVirtualHost on the back-end server.
I have set my own, but I receive some errors in the error log and I don't know how to solve them
It would help to see the errors.
and I also don't know how to make the IP of the visitor appear in the back-end server's access log.
Usually people just use the access log from the proxy server instead. - Perrin