-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't create the ssl-cache mutex #862
Comments
Switching to v1.9.2 tag works perfectly. |
These checkboxes should actually only be ticked, if their criteria is fulfilled. Let me know if this is unclear and how I can better formulate this to make it more clear. When checking google for |
Thanks @cytopia , sorry for that checks, my fault. overlay 61255492 32678616 25435552 57% / Only switching to tag 1.9.2 all works perfect, i will try to checkout again to master and change httpd image to 0.36 to determine if that is the problem. |
Here is another one which might indicate an issue with M1: webdevops/Dockerfile#433 |
I try with a 2019 Macbook pro with intel processor and works correctly, so its clearly M1 processor fail. |
@cytopia Yes, give me a while and i will try again. |
@cytopia Hi!! I have make a pull request to repository and launch again docker but the same errors appears: devilbox-httpd-1 | [Tue Feb 15 12:48:20.479133 2022] [core:emerg] [pid 5685:tid 274907404160] (95)Operation not supported: AH00023: Couldn't create the ssl-cache mutex Thanks |
Not sure what this means. Did you checkout branch |
@cytopia No, i pulled from master branch, i will try to checkout that release. |
It is not merged yet, as the PR is still open. You need to try it by checking out the above specified branch |
@cytopia Its Works!!! Thanks a lot. |
@cytopia given your commit, it's not clear what you did to fix Mutex SSL. Is there a specific configuration/setting you modified either in a Dockerfile or [httpd|apache|*].conf that you could share? I'm not using your software, but I'm having similar problem on M1 and setting Thanks in advance, |
ISSUE TYPE
Checklist
.env
file is attached./check-config.sh
output is added belowdocker-compose logs
output is added belowdocker-compose.override.yml
is attached (if exists)cfg/
dir are attached (if exist)OS / ENVIRONMENT
SUMMARY
After pulling last changes from repository httpd service doesnt start and display this error message:
devilbox-httpd-1 | [Mon Jan 31 15:43:10.749810 2022] [core:emerg] [pid 2222:tid 274907404160] (95)Operation not supported: AH00023: Couldn't create the ssl-cache mutex
devilbox-httpd-1 | AH00016: Configuration Failed
Minutes before i was developing normally but after upgrading devilbox repository that error appears
STEPS TO REPRODUCE
1- Pull last repository commits
2- docker-compose up httpd mysql php
EXPECTED BEHAVIOUR
Can access to web site
ACTUAL BEHAVIOUR
httpd service is down
The text was updated successfully, but these errors were encountered: