Re: [users@httpd] After a couple days httpd child processes go 100% CPU

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Apr 22, 2005 at 12:31:20AM +1200, Damon Maria wrote:
> Sorry for the not very descriptive subject, but this is a hard to 
> describe problem...
> 
> Some basic details:
> - httpd-2.0.54 (although I've had this problem since at least 2.0.49)
> - Redhat 9.0 (kernel 2.4.20-8)
> - 2.4GHz P4 256M mem.

You should try using:

  SSLMutex default
  SSLSessionCache shmcb:...

instead of the default settings, this will probably avoid both the
issues with the mutex at graceful restart and the issues with the dbm
session cache.

We've had a couple of reports recently of sites using mod_ssl seeing
processes eating CPU, but nobody has yet taken the time to get a
backtrace out of such a process.  Add, for example:

  CoreDumpDirectory /tmp

to your config, then send SIGSEGV to core dump a spinning process when
you see one, or attach to it with "gdb /path/to/httpd <pid>", and enter:

  backtrace full

in gdb to get a backtrace.

joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux