View Single Post
  #1   (View Single Post)  
Old 10th May 2008
oxy oxy is offline
New User
 
Join Date: May 2008
Posts: 2
Default apache fd size problem

hi!

i found these in my http-error log:

[Thu May 01 22:20:23 2008] [info] [client 84.0.244.104] (57)Socket is not connected: core_output_filter: writing data to the network
[Thu May 01 22:24:52 2008] [info] [client 84.224.23.176] (57)Socket is not connected: core_output_filter: writing data to the network
/usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:2238: REQUIRE(maxfd <= (int)1024U) failed.
/usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:2238: REQUIRE(maxfd <= (int)1024U) failed.
[Thu May 01 22:25:24 2008] [info] [client 84.2.164.219] (57)Socket is not connected: core_output_filter: writing data to the network
[Thu May 01 22:26:05 2008] [info] [client 84.224.23.176] (57)Socket is not connected: core_output_filter: writing data to the network
[Thu May 01 22:28:04 2008] [info] [client 84.224.23.176] (57)Socket is not connected: core_output_filter: writing data to the network

when i comment out ErrorLog for each vhosts (around ~300) the problem disappears.. however i think it's not the apache which went wrong, but bind.
what should i do?
the system is fbsd 7.0-rel, apache 2.2.8, php 5.2.6
thank you
Reply With Quote