Bug 85022
| Summary: | Apache fails to start: Cannot create SSLMutex file | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <storri> |
| Component: | httpd | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-09-04 07:40:22 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: | |||
Fixed. Latest httpd from rawhide (2.0.40-20) fixes the problem. Rebuild from source RPM and upgraded. An errata 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 the 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/RHSA-2003-240.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20021216 Description of problem: Below is the full error message from the /var/log/httpd/error_log file: [Mon Feb 24 15:37:32 2003] [error] (38)Function not implemented: Cannot create SSLMutex file `/etc/httpd/logs/ssl_mutex.20656' Configuration Failed This happens when I attempt to start apache after being configuring with the tool listed in System Settings -> Server Settings -> HTTP Server. Since the web server is being executed with user 'apache' permissions I changed the ownership of /var/log/httpd to 'apache' with no change in result. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install RedHat version Phoebe 2. Run the HTTP Server to configure your web server 3. Try to start it via /etc/init.d/httpd start Actual Results: The above error message was produce in the error log file. The startup script just reports "FAILED". Trying to start httpd by calling manually gets you the command abruptly failing with no error messages reported to standard output. Expected Results: Web server started with the startup script reporting "OK" Additional info: Note: This is for version of httpd in the RedHat Linux (Phoebe) release.