DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43527

           Summary: httpd starts defunct when started using execvp system
                    call
           Product: Apache httpd-2
           Version: 2.0.52
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: prefork
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When httpd is started from console directly using /etc/init.d/httpd start, it
works fine. But when it is started using execvp system call, httpd defuncts.

This happens in RHEL4 64 bit. The httpd version is 2.0.52.

[EMAIL PROTECTED] ~]# ps -ef | grep httpd
root       987     1  1 17:40 ?        00:00:00 /usr/sbin/httpd
apache    1254   987  0 17:42 ?        00:00:00 [httpd] <defunct>
apache    1255   987  0 17:42 ?        00:00:00 [httpd] <defunct>
root      1257 13497  0 17:42 pts/12   00:00:00 grep httpd
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# tail /var/log/httpd/error_log
[Mon Oct 01 17:42:22 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:22 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:22 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:24 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:25 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:25 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:26 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:26 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:26 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[Mon Oct 01 17:42:26 2007] [error] (88)Socket operation on non-socket:
apr_accept: (client socket)
[EMAIL PROTECTED] ~]#

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to