Runaway Apache child processes
I have a newly installed 5.2.1 box running Apache/2.0.49 (FreeBSD) PHP/4.3.7 mod_ssl/2.0.49 OpenSSL/0.9.7d2.0.49_2 in fact and everything runs great except when I access phpMyAdmin 2.5.7.
The PMA config has an absolute url of https://server/pma and when I access it as http://server/pma the left frame loads up and the main frame hangs leaving an apache child process to run wild. Does it with older versions of PMA as well.
809 www 128 0 20348K 15032K RUN 3:59 32.08% 32.08% httpd
965 www 128 0 20084K 14632K RUN 3:10 32.03% 32.03% httpd
812 www 128 0 20108K 14728K RUN 3:08 31.98% 31.98% httpd
No errors in httpd-error except shutdown errors:
[Mon Jun 28 23:28:01 2004] [warn] child process 965 still did not exit, sending a SIGTERM
[Mon Jun 28 23:28:01 2004] [warn] child process 809 still did not exit, sending a SIGTERM
[Mon Jun 28 23:28:01 2004] [warn] child process 965 still did not exit, sending a SIGTERM
Nothing in messages. If I come at the frameset with https://server/pma it's all good. Loads right up.
I'm stumped as to what's going on. Any suggestions?
Thanks,
Iggy