Bug report for Apache httpd-1.3 [2008/12/14]

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

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-14 Thread Ruediger Pluem
On 12/14/2008 06:05 PM, William A. Rowe, Jr. wrote: > Sander Temme wrote: >> Do we have a checklist for this? > > svn co https://svn.apache.org/repos/asf/httpd/site/trunk/ httpd-site > > grep -r "2\.2\.10" httpd-site | grep -v "/\.svn/" > > or x.y.z-1 always has worked for me. Of course /docs

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-14 Thread William A. Rowe, Jr.
Sander Temme wrote: > > Do we have a checklist for this? svn co https://svn.apache.org/repos/asf/httpd/site/trunk/ httpd-site grep -r "2\.2\.10" httpd-site | grep -v "/\.svn/" or x.y.z-1 always has worked for me. Of course /docs/ should all be generated from /xdocs/ but blind faith isn't wise

Re: internal redirect

2008-12-14 Thread Sam Carleton
On Sun, Dec 14, 2008 at 6:37 AM, Sorin Manolache wrote: > I think the 500 was caused by an infinite loop: > if (!ap_is_initial_req(r)) > return DECLINED; > const char *note = apr_table_get(r->notes, "my_note"); > if (note != 0 && strcmp(note, "should_redirect")) > ap_internal_redirect(h, "/inv

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-14 Thread Sander Temme
On Dec 14, 2008, at 8:01 AM, Ruediger Pluem wrote: Done in r726455 and r726456. Bill was so kind to fix another file that I missed in r726473. Do we have a checklist for this? S. -- Sander Temme scte...@apache.org PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s D

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-14 Thread Ruediger Pluem
On 12/14/2008 04:24 PM, Jim Jagielski wrote: > > On Dec 13, 2008, at 9:32 AM, Ruediger Pluem wrote: >> >> 2. A number of non binding positive votes and positive feedback. >> 3. Binding votes: >> >> 0 -1 >> 0 +0 >> 8 +1 (Colm, Sander Temme, Brad, Jim, Bill, Lars, Jeff, Ruediger) >> >> So

[ANNOUNCEMENT] Apache HTTP Server 2.2.11 Released

2008-12-14 Thread Ruediger Pluem
Apache HTTP Server 2.2.11 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.11 of the Apache HTTP Server ("Apache"). This version of Apache is principally a bug fix release. We consi

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-14 Thread Jim Jagielski
On Dec 13, 2008, at 9:32 AM, Ruediger Pluem wrote: 2. A number of non binding positive votes and positive feedback. 3. Binding votes: 0 -1 0 +0 8 +1 (Colm, Sander Temme, Brad, Jim, Bill, Lars, Jeff, Ruediger) So the vote has passed. I will copy the release files to the dist directory

Re: todos for 2.3.1-alpha

2008-12-14 Thread Jorge Schrauwen
On Sat, Dec 13, 2008 at 6:10 PM, Frank wrote: > Paul Querna wrote: > >> [...] >> Anything else anyone thinks would be good to get in? >> > > I would like to see a better ErrorLog-handling/implementation. > It should be similar to the LogFormat/CustomLog! > > There are others who want this too: >

Re: todos for 2.3.1-alpha

2008-12-14 Thread Ryan Phillips
Paul Querna said: > Sander Temme wrote: >> >> On Dec 12, 2008, at 12:27 PM, Paul Querna wrote: >> >>> my short list of things it would be nice to get done before rolling a >>> 2.3.1-alpha: >>> >>> - Confirm trunk Win32 build works >>> - Fixup dtrace build issues >>> - Solidify the configuration c