Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 85814 invoked by uid 500); 9 May 2003 21:53:17 -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 85803 invoked from network); 9 May 2003 21:53:17 -0000 Date: 9 May 2003 21:55:27 -0000 Message-ID: <20030509215527.22321.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 ------- Additional Comments From fehe@hotmail.com 2003-05-09 21:55 ------- My proxy config is pasted below. I have also attached a copy of my httpd.conf file. Note: some directory names and host addresses have been modified, for security reasons. Otherwise, the config file is largely intact. As I mentioned earlier, the Apache server + Mod_SSL proxies to back-end IIS server. I appreciate you taking the time to look into this. Thanks ProxyRequests On Order deny,allow Deny from all Allow from 0.0.0.0/0.0.0.0 ProxyPass /tsweb http://127.0.0.1:97 ProxyPassReverse /tsweb http://127.0.0.1:97 ProxyPass /acid http://127.0.0.1:96 ProxyPassReverse /acid http://127.0.0.1:96 ProxyPass /ftp http://127.0.0.1:95 ProxyPassReverse /ftp http://127.0.0.1:95 --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org