Re: [VOTE] does mod_python want to be a TLP

2007-05-14 Thread Graham Dumpleton
Not necessarily wanting to see this discussion die again, how about just calling it the 'PythonScript' project. Name means it is still obvious and I can't see how we would have issues with a composite name like that as far as PSF trademark goes, but then could be wrong. On 11/05/07, Graham

mod_auth_timeout

2007-05-14 Thread Ryan Jud Hughes
Hi. I have just uploaded a module to the Apache Module Directory. mod_auth_timeout provides for idle timeouts. If you are using auth_basic, or auth_ldap or any such thing, you may want your users to be automatically logged out after 15 minutes of inactivity, or somesuch. If you install

Re: Flattening and Bucket Creation

2007-05-14 Thread Mark Zetts
Yes. All the examples were helpful. What I meant to ask was, if I flatten a brigade (apr_brigade_pflatten) of 5 buckets, 4K bytes each, can I then call apr_bucket_pool_create() passing in the whole buffer or do I need to chunk the buffered data? Nick Kew [EMAIL PROTECTED]

Bug report for Apache httpd-1.3 [2007/05/13]

2007-05-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: svn commit: r537429 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2007-05-14 Thread Jim Jagielski
On May 13, 2007, at 3:07 PM, Ruediger Pluem wrote: On 05/12/2007 05:10 PM, Ruediger Pluem wrote: On 05/12/2007 04:12 PM, [EMAIL PROTECTED] wrote: Author: jim Date: Sat May 12 07:12:24 2007 New Revision: 537429 URL: http://svn.apache.org/viewvc?view=revrev=537429 Log: Add regex pattern

ftp glob/limits?

2007-05-14 Thread William A. Rowe, Jr.
What would folks think about changing if (ap_strchr_c(arg, '*') != NULL) { /* Prevent DOS attacks, only allow one segment to have a wildcard */ int found = 0; /* The number of segments with a wildcard */ to permit multiple wildcards, but to restrict the number of