How To Fix "mod_python global mutex" error
If you are getting "mod_python global mutex" error and you can't start apache, you should be able to fix it:
How to fix:
Edit /etc/sysctl.conf:
# nano /etc/sysctl.conf
And add this line:
kernel.sem = 512 32000 100 512
Run this commands:
# sysctl -p
# service httpd start
11:43 AM
|
Tags:
apache
|
This entry was posted on 11:43 AM
and is filed under
apache
.
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment