https://issues.apache.org/bugzilla/show_bug.cgi?id=47484

           Summary: Spurious RewriteLock warning when using external maps
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [email protected]


mod_rewrite generates spurious warnings:

[Mon Jul 06 21:03:10 2009] [warn] mod_rewrite: Running external rewrite maps
without defining a RewriteLock is DANGEROUS!

when external maps (prg:) are configured and APR_LOCK_DEFAULT uses a method
that does not require an external file (APR_USE_SYSVSEM_SERIALIZE, for
example).

Dunno if using apr_proc_mutex_defname() in mod_rewrite to only issue this
warning for methods that require files is useful.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to