You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/06 20:38:04 UTC

DO NOT REPLY [Bug 40651] - Orphaned piped logger process after graceful restart

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=40651>.
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=40651


toadie643@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From toadie643@gmail.com  2006-12-06 11:38 -------
The error log still spawns the process using 

rc = apr_procattr_cmdtype_set(procattr,
                                        APR_SHELLCMD_ENV)) == APR_SUCCESS)

instead of 

rc = apr_procattr_cmdtype_set(procattr,
                                        APR_PROGRAM_ENV)) == APR_SUCCESS)

as documented http://issues.apache.org/bugzilla/show_bug.cgi?id=16761

Typically this is an issue with Windows env . Any chance if the same patch 
proposal from 16761 can be applied here as well?




-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org