Received: (qmail 13731 invoked by uid 501); 17 Aug 2000 07:42:04 -0000 Message-Id: <20000817074204.13730.qmail@locus.apache.org> Date: 17 Aug 2000 07:42:04 -0000 From: Uwe Dierolf Reply-To: Uwe.Dierolf@ubka.uni-karlsruhe.de To: submit@bugz.apache.org Subject: Apache does not start RewriteMap program under Windows NT X-Send-Pr-Version: 3.110 >Number: 6422 >Category: mod_rewrite >Synopsis: Apache does not start RewriteMap program under Windows NT >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Aug 17 00:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Uwe.Dierolf@ubka.uni-karlsruhe.de >Release: 1.3.12 >Organization: apache >Environment: Windows NT 4.0 Workstation >Description: I'm using the "proxy throughput round-robin"-solution as described in the Apache 1.3 URL Rewriting Guide (www.apache.org/docs/misc/rewriteguide.html). Under UNIX all works fine. RewriteEngine on RewriteLog logs/rewrite.log RewriteLogLevel 9 RewriteMap lb prg:path_to_my_load_balancing_program RewriteRule ^/(.+)$ ${lb:$1} [P,L] Under UNIX will be started when I start Apache . But unfortunately under Windows NT Apache does not start it. Apache goes into an endless loop. The rewrite log contains map lookup OK: map=lb key=index.html -> val= rewrite /index.html -> instead of an error. Thanks a lot in advance for any hints. >How-To-Repeat: see configuration in full description >Fix: no >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]