Re: [users@httpd] ProxyRequest and Log file!

2005-06-04 Thread Joshua Slive
On 6/4/05, david joffrin <[EMAIL PROTECTED]> wrote: > ProxyRequests On You do NOT want ProxyRequests on for a reverse proxy. This is a major security hole. See the mod_proxy documentation. > However, I have a little issue with the log file > Before the proxy, I had the following line: > 127

[users@httpd] ProxyRequest and Log file!

2005-06-04 Thread david joffrin
Hi, I have a virtual host that does proxy to a JBOSS instance, the configuration is as follow: ServerName www.bidnplay.com ServerAdmin [EMAIL PROTECTED] SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog SetEnvIf Remote_Addr "192\.168\.2\.*" dontlog SetEnvIf Remote_Addr "213\.219\.9\.70" dontlog SetE