apache erorrs log??!!

php.console

New member
Joined
Apr 15, 2014
Messages
2
hi every one
i am new in config works.
i have a vps on vmware.
i has
4G ram.
2*E5 CUP
CentOS 6.0 64bit
max page view per day:10K.
i install directadmin and danginx plugin with it.
2 days ago mydirectadmin panel send my an email.
Warning: The system load average is 274.2!!!!!!!
and then all of my webpages goes down until i reset the vps from vmware panel.
in apache erorr log i saw this line
[Sun Apr 13 10:46:15 2014] [emerg] (43)Identifier removed: couldn't grab the accept mutex
and then add a new line in httpd.conf
AcceptMutex posixsem
----------------------
today my sites were downed again.
and i reset vps again and it works fine.
but i dont know why they act like that.
and i dont know how to fix it.
by the way i have no ssl and https.
here is my today's apache error log.

Code:
[Tue Apr 15 00:10:04 2014] [notice] SIGHUP received.  Attempting to restart
[Tue Apr 15 00:10:06 2014] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Tue Apr 15 00:10:06 2014] [notice] mod_ruid2/0.9.7 enabled
[Tue Apr 15 00:10:06 2014] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 PHP/5.3.28 configured -- resuming normal operations
[Tue Apr 15 00:12:01 2014] [notice] caught SIGTERM, shutting down
[Tue Apr 15 00:12:03 2014] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Tue Apr 15 00:12:03 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Apr 15 00:12:04 2014] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Tue Apr 15 00:12:04 2014] [notice] mod_ruid2/0.9.7 enabled
[Tue Apr 15 00:12:04 2014] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 PHP/5.3.28 configured -- resuming normal operations
[Tue Apr 15 01:02:27 2014] [error] [client 212.96.99.102] File does not exist: /var/www/html/admin
[Tue Apr 15 01:02:27 2014] [error] [client 212.96.99.102] File does not exist: /var/www/html/404.shtml
[Tue Apr 15 02:46:30 2014] [error] Hostname mysite1.com provided via SNI, but no hostname provided in HTTP request
[Tue Apr 15 02:46:30 2014] [error] Hostname mysite1.com provided via SNI, but no hostname provided in HTTP request
[Tue Apr 15 06:09:52 2014] [error] [client 66.249.67.52] File does not exist: /var/www/html/robots.txt
[Tue Apr 15 06:09:52 2014] [error] [client 66.249.67.52] File does not exist: /var/www/html/404.shtml
[Tue Apr 15 07:18:46 2014] [error] Hostname mysite2.com provided via SNI, but no hostname provided in HTTP request
[Tue Apr 15 07:18:46 2014] [error] Hostname mysite2.com provided via SNI, but no hostname provided in HTTP request
[Tue Apr 15 08:18:56 2014] [error] [client 127.0.0.1] client denied by server configuration: /var/www/html/server-status
[Tue Apr 15 08:18:56 2014] [error] [client 127.0.0.1] File does not exist: /var/www/html/403.shtml
[Tue Apr 15 08:39:18 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 09:19:23 2014] [error] [client 127.0.0.1] client denied by server configuration: /var/www/html/server-status
[Tue Apr 15 09:19:23 2014] [error] [client 127.0.0.1] File does not exist: /var/www/html/403.shtml
[Tue Apr 15 09:24:45 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 10:04:23 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 10:13:20 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 10:25:46 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 10:27:49 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 11:17:16 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 11:17:42 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 11:17:42 2014] [error] [client x.x.x.x] request failed: error reading the headers
[Tue Apr 15 11:30:49 2014] [error] [client 127.0.0.1] client denied by server configuration: /var/www/html/server-status
[Tue Apr 15 11:30:49 2014] [error] [client 127.0.0.1] File does not exist: /var/www/html/403.shtml
[Tue Apr 15 12:24:34 2014] [error] [client 127.0.0.1] client denied by server configuration: /var/www/html/server-status
[Tue Apr 15 12:24:34 2014] [error] [client 127.0.0.1] File does not exist: /var/www/html/403.shtml
[Tue Apr 15 13:18:27 2014] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Tue Apr 15 13:18:27 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Apr 15 13:18:28 2014] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Tue Apr 15 13:18:28 2014] [notice] mod_ruid2/0.9.7 enabled
[Tue Apr 15 13:18:29 2014] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 PHP/5.3.28 configured -- resuming normal operations
 
Back
Top