Description of Problem: Apache doesn't release two semaphores after each restart. If apache is restarted too many times all semaphores will be exhausted. Version-Release number of selected component (if applicable): apache-1.3.23-14 How Reproducible: Steps to Reproduce: 1. ipcs 2. /etc/rc.d/init.d/httpd start 3. ipcs Actual Results: Two semaphores remain occupied after stopping apache. Expected Results: The semaphores should be released after apache is stoped Additional Information: kernel version 2.4.18-10 glibc 2.2.5-39
Created attachment 77704 [details] comand line capture
It seems the problem is related to mod_ssl. After disabling ssl support in httpd.conf the semaphores were freed upon stopping apache.
Previous comment not confirmed upon testing on a new machine. The problem persists upon disabling ssl.
After disabling mod_php4 in httpd.conf on several different machines, the problem was solved. So, it would seem the problem is related to mod_php 4.
After recompiling php without the option --with-mm, the problem disappeared. I am using mm-1.1.3-8 and mm-development-1.1.3-8.
*** This bug has been marked as a duplicate of 74543 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.