#To clean semaphores
#If this error is in log
Mon Oct 21 14:53:08.684987 2013] [core:emerg] [pid 490] (28)No space left
on device: AH00023: Couldn't create the mpm-accept mutex
Run the following command
#for line in `ipcs -s | grep apache | cut -d " " -f 2`; do ipcrm -s $line; done
#If this error is in log
Mon Oct 21 14:53:08.684987 2013] [core:emerg] [pid 490] (28)No space left
on device: AH00023: Couldn't create the mpm-accept mutex
Run the following command
#for line in `ipcs -s | grep apache | cut -d " " -f 2`; do ipcrm -s $line; done
Comments
Post a Comment