You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/20 14:20:44 UTC

DO NOT REPLY [Bug 33660] New: - RewriteMap prg: on Win32

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33660>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33660

           Summary: RewriteMap prg: on Win32
           Product: Apache httpd-2.0
           Version: 2.0.53
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tpalmieri@quadrix.com


I am using a RewriteMap prg: under 2.0.53 on Win32 (XP).  I have noticed that 
upon startup, the map program is started twice; once by the "master" process, 
and once by the child process that gets forked at the start.  I am using an 
otherwise default httpd.conf.  This issue is minor in that the map program sits 
there and never receives any STDIN input, but it is worrisome.  I have not yet 
had a chance to try this on Linux to see if it is a cross-platform issue.

Questions: could it be because the "init" routine of mod_rewrite is being 
called in both processes?  Should something change here since the "master" 
process under Win32 is really just a process-forker and not a request handler?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org