[jira] Created: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-01-07 Thread Graham Dumpleton (JIRA)
Signal handler calling Py_Finalize() when child processes being killed. --- Key: MODPYTHON-109 URL: http://issues.apache.org/jira/browse/MODPYTHON-109 Project: mod_python Type: Bug Components:

[jira] Updated: (MODPYTHON-103) Implement req.add_output_filter().

2006-01-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Graham Dumpleton updated MODPYTHON-103: --- Attachment: grahamd_20060108_1_requestobject.c.diff Attaching file grahamd_20060108_1_requestobject.c.diff. This is the easy bit of the

Re: svn commit: r366174 - /httpd/mod_mbox/trunk/module-2.0/mod_mbox_mime.c

2006-01-07 Thread William A. Rowe, Jr.
Roy T. Fielding wrote: On Jan 5, 2006, at 4:49 AM, [EMAIL PROTECTED] wrote: + In order to handle empty boundaries, we'll look for the + boundary plus the \n. */ + +boundary_line = apr_pstrcat(p, --, mail-boundary, \n, NULL); /* The start boundary */ -bound =

Re: AW: AW: AW: 2.2 mod_http_proxy and partial pages

2006-01-07 Thread Ruediger Pluem
On 01/05/2006 08:59 PM, Ruediger Pluem wrote: On 01/05/2006 01:51 PM, Ruediger Pluem wrote: [..cut..] I finally merged all the commits done to the trunk on this issue Thanks to Jim for reviewing the patch. He detected one missed patch and made some comments in the code clearer. The new

Re: svn commit: r366174 - /httpd/mod_mbox/trunk/module-2.0/mod_mbox_mime.c

2006-01-07 Thread Maxime Petazzoni
* William A. Rowe, Jr. [EMAIL PROTECTED] [2006-01-07 02:50:23]: Why not +boundary_line = apr_pstrcat(p, --, mail-boundary, \r\n, NULL); which should be far faster than a regex evaluation? Actually this problem has already been cut off by r366386 because yes, a regexp is not a fast

Re: Merging branch authz-dev - Authorization and Access Control2.3 vs. 2.2

2006-01-07 Thread Christophe Jaillet
Hi, as you are about to merge changes from this branch, i posted a small cleanup patch a few weeks ago that never went to the trunk. Basically, it replace a apr_palloc/strcpy/strcat sequence, with only one apr_pstrcat call. I also submit it to you in case you think it is usefull, correct and can

[RFC] Apache Privilege Separation 1.3.34-0.2

2006-01-07 Thread Michael Clark
Hi Folks, We've been doing some work on privilege separation with Apache 1.3 and thought we'd share it with folk here. Not expecting this work to be integrated (as it relies on external mod_dav module), although it could serve as some groundwork for something similar in Apache 2.1 I posted here

Re: [patch] FCGI -- pass path-info to FCGI process

2006-01-07 Thread Garrett Rooney
On 1/5/06, Garrett Rooney [EMAIL PROTECTED] wrote: On 1/5/06, Ian Holsman [EMAIL PROTECTED] wrote: this allows you to pass a 'path' to the fast cgi process to use: ProxyPass /forum fcgi-tcp://127.0.0.1:8005/foruX request /forum/zx will have a path_info of /foruX/zx posting it as

Re: svn commit: r360461 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h server/protocol.c

2006-01-07 Thread Brian Pane
On Jan 3, 2006, at 8:07 AM, Justin Erenkrantz wrote: AFAICT, ap_read_async_request() on the branch can't handle a partial line correctly. Noting of course that ap_core_input_filter is 'cute' and masks EAGAIN. So, you'll never see EAGAIN from this code path! As I said earlier, the EAGAIN