Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Что значит Connection to child 14 established ??
- To: nginx-ru@xxxxxxxxx
- Subject: Что значит Connection to child 14 established ??
- From: "ProxyKZ" <nginx-forum@xxxxxxxx>
- Date: Thu, 25 Oct 2012 08:47:23 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=Date:Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=BwJENDjnlUjTXMZizG+ZwWNfiL3Lz24YG2ipWWFVXlI=; b=DxIP7ISZsOV0rOUE5DZPeVnJM2sKjThQFdkd5iNL2lqb4mNvjkoajJ9H9w7qGVcdb5CEcS6xdcfc7QrP5LSFiv4kSa6/JDrjqkc3EU9eM1KguNfztQ+Pfh7FbpRIW0L8;
В логах Apache постоянно светятся такие записи:
Mon Oct 22 14:15:56 2012] [info] [client 95.57.133.170] Connection to child
21 established (server myserver.kz:443)
[Mon Oct 22 14:15:55 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:55 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:55 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:56 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:56 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] (70014)End of file
found: SSL input filter read failed.
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection closed
to child 36 with standard shutdown (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] (70014)End of file
found: SSL input filter read failed.
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection closed
to child 21 with standard shutdown (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] (70014)End of file
found: SSL input filter read failed.
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] (70014)End of file
found: SSL input filter read failed.
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection closed
to child 37 with standard shutdown (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection closed
to child 47 with standard shutdown (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] (70014)End of file
found: SSL input filter read failed.
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection closed
to child 39 with standard shutdown (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection to child
17 established (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] Seeding PRNG with 648 bytes of entropy
[Mon Oct 22 14:15:57 2012] [info] [client 95.57.133.170] Connection to child
30 established (server myserver.kz:443)
[Mon Oct 22 14:15:57 2012] [info] Seeding PRNG with 648 bytes of entropy
В конфиге Apache стоят такие параметры:
Timeout 50
KeepAlive Off
MaxKeepAliveRequests 50
KeepAliveTimeout 15
ExtendedStatus On
<IfModule mpm_prefork_module>
StartServers 20
MinSpareServers 20
MaxSpareServers 50
MaxClients 70
MaxRequestsPerChild 0
</IfModule>
...
HostnameLookups Off
ErrorLog /var/log/apache2/error.log
LogLevel info
...
NameVirtualHost *:443
<VirtualHost _default_:443>
ServerName myserver.kz.kz:443
SSLEngine on
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
</VirtualHost>
1. Это критичные ошибки?
2. Может ли из-за этого нагружаться процессор?
3. Как избавиться от них (что изменить в конфиге)?
Заранее благодарен за подсказки и советы!
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,232201,232201#msg-232201
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|