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

0 Comments: