Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2.0/Linux Mandrake 9.2 and SLOOOW Internet Connection

Status
Not open for further replies.

tbullard

Programmer
May 23, 2003
3
US
I recently upgraded from Mandrake 9.1 and Apache 1.3 to a clean install of MDK 9.2 and Apache 2.0 - I run virtual hosting on a dynamic IP adress - Problem is that when I start Apache 2.0 my internet connection speed tanks - I go from a 1.5 mbit connection speed to .3 mbit AS SOON AS I TYPE THE APACHECTL START command. About 25 child process are spawned. Below are some of the messages I get in my error log. As SOON as I stop apache my connection speed picks back up. I have not modified anything except for the virtual host file AND I removed all of the modules (don't need 'em). I did not have this issue with 1.3 - any help would be appreciated - tia - tbullard

[Tue Dec 09 19:32:22 2003] [notice] caught SIGTERM, shutting down
[Tue Dec 09 19:38:10 2003] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/apache2-suexec)
[Tue Dec 09 19:38:10 2003] [notice] Digest: generating secret for digest
authentication ...
[Tue Dec 09 19:38:10 2003] [notice] Digest: done
[Tue Dec 09 19:38:13 2003] [notice] Apache-AdvancedExtranetServer/2.0.47
(Mandrake Linux/6mdk) mod_perl/1.99_09 Perl/v5.8.1 PHP/4.3.2 configured
-- resuming normal operations
[Tue Dec 09 19:54:18 2003] [notice] caught SIGTERM, shutting down
[Tue Dec 09 19:55:57 2003] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/apache2-suexec)
[Tue Dec 09 19:55:57 2003] [notice] Digest: generating secret for digest
authentication ...
[Tue Dec 09 19:55:57 2003] [notice] Digest: done
[Tue Dec 09 19:56:00 2003] [notice] Apache-AdvancedExtranetServer/2.0.47
(Mandrake Linux/6mdk) mod_perl/1.99_09 Perl/v5.8.1 PHP/4.3.2 configured
-- resuming normal operations
[Tue Dec 09 20:22:19 2003] [warn] child process 2193 still did not exit,
sending a SIGTERM
[Tue Dec 09 20:22:19 2003] [warn] child process 2669 still did not exit,
sending a SIGTERM
[Tue Dec 09 20:22:19 2003] [warn] child process 2799 still did not exit,
sending a SIGTERM
[Tue Dec 09 20:22:19 2003] [warn] child process 2800 still did not exit,
sending a SIGTERM
[Tue Dec 09 20:22:19 2003] [warn] child process 2801 still did not exit,
sending a SIGTERM
[Tue Dec 09 20:22:19 2003] [warn] child process 2921 still did not exit,
sending a SIGTERM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top