Bug 493023
Summary: | mod_rewrite: apr_global_mutex_lock(rewrite_log_lock) failed | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Roland Friedwagner <roland.friedwagner> |
Component: | httpd | Assignee: | Joe Orton <jorton> |
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE <qe-baseos-auto> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 5.3 | CC: | roland.friedwagner |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-09-02 11:50:52 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Roland Friedwagner
2009-03-31 11:28:26 UTC
mod_rewrite uses a global lock around calls to the logging function: - when logging is enabled, it takes this lock for each log entry written - when a graceful restart happens, the global lock is deleted even though it may still be used by existing child processes - those children will hence log an error if they fail to take the lock - if you are using the default MPM (prefork) not a threaded MPM (worker) this message is entirely harmless as the lock is entirely useless in that case anyway An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-1380.html |