You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2005/06/17 14:15:48 UTC

[error] (88)Socket operation on non-socket:

Hi,

On my old Suse (7.2 (i386)) httpd (2.1 head) is not running and in the error_log 
I have the following:
+++
  [Fri Jun 17 13:58:50 2005] [error] (88)Socket operation on non-socket: 
apr_socket_accept: (client socket 0)
+++
This only appends when starting http via crontab.

Does it make sense to open fd 0, 1 and 2 in httpd to prevent such problems (in 
apr_proc_detach() for example)?

Cheers

Jean-Frederic