Why am I getting "httpd: could not set socket option TCP_NODELAY" in my error log?
Answer:
This message almost always indicates that the client disconnected before Apache reached the point of calling setsockopt() for the connection. It shouldn't occur for more than about 1% of the requests your server handles, and it's advisory only in any case.