Wednesday, July 1, 2009

Apache not starting:(No space left on device: mod_rewrite)

The error specifies that there is no more space left in Semaphore Arrays for Apache.
Please run this through shell

for ipsemId in $(ipcs -s | grep apache | cut -f 2 -d ' '); do ipcrm $ipsemId; done

No comments:

Post a Comment