Re: cvs commit: httpd-2.0/server/mpm/worker pod.c

2003-03-21 Thread Bjoern A. Zeeb
these before exec. */ +apr_file_unset_inherit((*pod)-pod_in); +apr_file_unset_inherit((*pod)-pod_out); + apr_signal(SIGTERM, just_die); child_main(slot); Else we would need s.th. in apr that only sets child_cleanup_fn and not both I think ... -- Bjoern A. Zeeb

Re: [PATCH] resend: fix fd leaks

2003-03-20 Thread Bjoern A. Zeeb
On Thu, 20 Mar 2003, Joe Orton wrote: Hi, Submitted by: Christian Kratzer, Bjoern A. Zeeb +1 here. I have one comment; please *don't* simply delete those lines from server/log.c, modules/mappers/mod_rewrite.c and, of course, modules/loggers/mod_log_config.c. Please comment them

discussion on fd leak problematic

2003-03-14 Thread Bjoern A. Zeeb
/patches/apache/httpd-2.0-error-log-open-for-reading-20030313-01.diff [12]postfix master source code by Wietse Venema # End; - -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/ -BEGIN PGP SIGNATURE

need to read error_logs from httpd ?

2003-03-13 Thread Bjoern A. Zeeb
, %s: could not open error log file %s., -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/

Re: [PATCH] fix fd leaks

2003-03-06 Thread Bjoern A. Zeeb
On Thu, 6 Mar 2003, Joe Orton wrote: Hi, Submitted by: Christian Kratzer, Bjoern A. Zeeb ... - -apr_file_inherit_set(s-error_log); } so now we are back to that point that needs further discussing. Should we simply remove apr_file_inherit_set or explicitly call