Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 78955 invoked by uid 500); 10 May 2003 02:56:55 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 78941 invoked from network); 10 May 2003 02:56:55 -0000 Date: 10 May 2003 02:59:07 -0000 Message-ID: <20030510025907.26209.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 19711] - SetEnvIf and SetEnvIf do not work under Windows 2000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19711 SetEnvIf and SetEnvIf do not work under Windows 2000 fehe@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From fehe@hotmail.com 2003-05-10 02:59 ------- Andre, thanks so much for all the help. Your successful test helped point me in the right direction. Turns out it was related to Mod_SSL. After extensive testing and reconfiguration, here is a summary of the final solution: 1. When using Mod_SSL, CustomLog entries in apache.log do not get processed. 2. To resolve this issue, the CustomLog entries have to be placed in the ssl.conf file. 3. My CustomLog configuration in ssl.conf then became: SetEnvIfNoCase Request_URI "^/tsweb/$" mylogvar CustomLog logs/mylog.log common env=mylogvar It would be nice if the developers could find some way of resolving this so that CustomLog entries in apache.conf do not get ignored when using Mod_SSL. However, since there is a workaround, I will now mark this bug report as WORKSFORME - unless someone feels a more elegant resolution is warranted from the Apache development team. Again, thanks a lot. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org