Difference between revisions of "Apache: No space left on device: Cannot create SSLMutex"

From Atomicorp Wiki
Jump to: navigation, search
(New page: Had this come up on a server once, httpd wont start. To fix: ipcs -s | grep apache | awk ' { print $2 } ' | xargs ipcrm sem)
 

Latest revision as of 10:46, 28 April 2008

Had this come up on a server once, httpd wont start. To fix:

ipcs -s | grep apache | awk ' { print $2 } ' | xargs ipcrm sem