error_log(caught SIGTERM, shutting down | FATAL: erealloc(): Unable to allocate)

Hi.
I m having the following messages under my error_log and cant figure out where they come from

[Sat Sep 11 02:36:34 2010] [error] [client 217.195.204.194] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[Sat Sep 11 02:57:56 2010] [error] [client 217.195.204.194] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[xxx xxx xx xx:09:42 2010] [error] [client xx.xx.xx.xx] File does not exist: /var/www/html/xxxx, referer: http://www.xxxxxx
FATAL:  erealloc():  Unable to allocate 1245184 bytes
[xxx xxx xx xx:12:31 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process
[xxx xxx xx xx:12:41 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
[xxx xxx xx xx:12:51 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process
FATAL:  erealloc():  Unable to allocate 1245184 bytes
[xxx xxx xx xx:13:02 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
[xxx xxx xx xx:13:13 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate 1245184 bytes
FATAL:  erealloc():  Unable to allocate FATAL:  erealloc():  Unable to allocate 11245184 bytes
245184 bytes
[xxx xxx xx xx:15:09 2010] [notice] caught SIGTERM, shutting down
[xxx xxx xx xx:15:13 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[xxx xxx xx xx:15:13 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[xxx xxx xx xx:15:13 2010] [warn] RSA server certificate CommonName (CN) `fjt8wn1lkjxx' does NOT match server name!?
[xxx xxx xx xx:15:14 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[xxx xxx xx xx:15:14 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[xxx xxx xx xx:15:14 2010] [warn] RSA server certificate CommonName (CN) `fjt8wn1lkjxx' does NOT match server name!?
[xxx xxx xx xx:15:17 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[xxx xxx xx xx:15:17 2010] [warn] RSA server certificate CommonName (CN) `fjt8wn1lkjxx' does NOT match server name!?
[xxx xxx xx xx:15:17 2010] [notice] Apache fjt8wn1lkjfjt8wn1lkjfjt8wn1lkjfjt8wn1lkjfjt8wn1lkjxxxxxxxxx configured -- resuming normal operations

any help would be appreciated!

Hi,

If I had to guess, I’d say you were probably running under some kind of virtualization, and the memory limit for the system is getting hit.

Paul