Apache haveing issue with.. semaphores many time. Solution as follow to remove
semaphores from apache.
Command to remove semaphores from apache:
ipcs -s | grep apache | perl -e 'while () { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
Thanks-
semaphores from apache.
Command to remove semaphores from apache:
ipcs -s | grep apache | perl -e 'while (
Thanks-