Re: 3.0 - Proposed Goals

2007-02-15 Thread Jean-Frederic
- Provide a generic inter-process data-sharing framework. Currently mod_ssl, mod_auth_digest, mod_ldap, and the scoreboard all use more-or-less independent implementations of shared memory data stores. As someone who maintains a module with yet another such data store, I think a

[Bug 41123] - Support of OCSP in mod_ssl

2007-02-15 Thread Marc Stern
I performed all request modification, but I still have some questions: 1. I used the connection pool for memory allocation: c-pool from ssl_callback_SSLVerify_Validity(). Is that correct ? I did not use any pool cleanup, as this will be closed at the end of the connection. 2. I originally added

Re: Enabling arbitrary/unregistered methods for 2.0

2007-02-15 Thread Rodent of Unusual Size
Ruediger Pluem wrote: Any particular reason why you are not using the same code as in trunk / 2.2.x? The change on trunk was done in r98646 (http://svn.apache.org/viewvc?view=revrevision=98646) Basically because I was hacking 2.0.59 for some debugging, and this was the result. So I would

Re: svn commit: r507956 - /httpd/httpd/branches/2.2.x/STATUS

2007-02-15 Thread Jeff Trawick
On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jim Date: Thu Feb 15 07:14:25 2007 New Revision: 507956 URL: http://svn.apache.org/viewvc?view=revrev=507956 Log: Actually, I think this should be a show-stopper, since the current behavior is broke broke broke. I wouldn't call

Re: svn commit: r507956 - /httpd/httpd/branches/2.2.x/STATUS

2007-02-15 Thread Nick Kew
On Thu, 15 Feb 2007 10:24:57 -0500 Jeff Trawick [EMAIL PROTECTED] wrote: On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jim Date: Thu Feb 15 07:14:25 2007 New Revision: 507956 URL: http://svn.apache.org/viewvc?view=revrev=507956 Log: Actually, I think this should be

Re: svn commit: r507956 - /httpd/httpd/branches/2.2.x/STATUS

2007-02-15 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jim Date: Thu Feb 15 07:14:25 2007 New Revision: 507956 URL: http://svn.apache.org/viewvc?view=revrev=507956 Log: Actually, I think this should be a show-stopper, since the current behavior is broke broke

Re: 3.0 - Proposed Goals

2007-02-15 Thread Joachim Zobel
Am Dienstag, den 13.02.2007, 23:33 -0800 schrieb Paul Querna: - Build a cleaner configuration system, enabling runtime reconfiguration. Today's system basically requires a complete restart of everything to change configurations. I would like to move to an internal DOM like representation of

Re: 3.0 - Proposed Goals

2007-02-15 Thread Paul Querna
Joachim Zobel wrote: Am Dienstag, den 13.02.2007, 23:33 -0800 schrieb Paul Querna: - Build a cleaner configuration system, enabling runtime reconfiguration. Today's system basically requires a complete restart of everything to change configurations. I would like to move to an internal DOM

util_ldap.c use of hardcoded sizelimit on ldap_search_ext_s causing error

2007-02-15 Thread David Jones
Currently util_ldap.c has a hard coded -1 as the search limit value (meaning infinite/no limit) on ldap_search_ext_s() calls. Some platforms cannot handle the -1, but need a 0. Linux, zoS (and others) have a LDAP_NO_LIMIT value in ldap.h. Below is a patch, allows those who have LDAP_NO_LIMIT

Re: 3.0 - Proposed Goals

2007-02-15 Thread Joachim Zobel
Am Donnerstag, den 15.02.2007, 11:51 -0800 schrieb Paul Querna: XML isn't important. But validation is. And it would be really nice to have a uniqueness constraint for the configuation that makes shure certain settings are only done once. An error message is really preferrable to a silent

Re: svn commit: r507955 - /httpd/httpd/branches/2.0.x/STATUS

2007-02-15 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: RELEASE SHOWSTOPPERS: +* mod_proxy: ProxyTimeout (and others) ignored due to not merging + the *_set params. + PR# 11540 + http://svn.apache.org/viewvc?view=revrevision=507516 + (Note: includes some not applicable to 2.0.x) + +1:

small patch init.d

2007-02-15 Thread Arnold Daniels
Hi, I've noticed that /etc/init.d/apache2, gives an error when trying to grep the pid file, when an include expression (dir/*.conf) would include nothing. Server version: Apache/2.0.55 Server built: Sep 27 2006 16:52:14 The attached patch solves this, though I don't know if this is the

Re: small patch init.d

2007-02-15 Thread Sander Temme
Hi Arnold, On Feb 15, 2007, at 4:14 PM, Arnold Daniels wrote: I've noticed that /etc/init.d/apache2, gives an error when trying to grep the pid file, when an include expression (dir/*.conf) would include nothing. The httpd we distribute doesn't contain any scripts for init.d: it is up

Re: [Result] was: [Vote] Graduate mod_ftp (to an httpd subproject)

2007-02-15 Thread William A. Rowe, Jr.
Houston - I believe we have liftoff! [EMAIL PROTECTED] podling Vote Thread Message-ID: [EMAIL PROTECTED] [EMAIL PROTECTED] podling Vote Summary Message-Id: [EMAIL PROTECTED] 4 binding +1 votes (and 1 nonbinding +1) by mod_ftp to exit the incubator as an httpd sub-project. [EMAIL PROTECTED]

mod_ftp, next steps.

2007-02-15 Thread William A. Rowe, Jr.
1. mod_ftp be a httpd sub-project (ala mod_box) http://svn.apache.org/repos/asf/incubator/mod_ftp/trunk/ needs a new home (there are no tags or remaining branches). Can I suggest; http://svn.apache.org/repos/asf/httpd/mod_ftp/trunk/ for the time being? 2. mod_ftp will use the httpd lists