]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Jeff Trawick [Wed, 7 Nov 2007 10:59:17 +0000 (10:59 +0000)]
avoid crash in mod_charset_lite when r->filename unset?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@592696
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Fri, 2 Nov 2007 15:35:07 +0000 (15:35 +0000)]
Fixed up as per PR#28310, back-ported from /trunk/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@591365
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 2 Nov 2007 01:19:32 +0000 (01:19 +0000)]
out with
if (str[j] >= 'a' && str[j] <= 'z') {
str[j] = str[j] - ('a' - 'A');
}
in with
str[j] = apr_toupper(str[j]);
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@591184
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 1 Nov 2007 11:05:58 +0000 (11:05 +0000)]
* Add comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@590965
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 1 Nov 2007 00:06:46 +0000 (00:06 +0000)]
Add combined patch to fix Jim's objections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@590866
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 20:56:25 +0000 (20:56 +0000)]
Note rationale :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589854
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 29 Oct 2007 20:31:52 +0000 (20:31 +0000)]
Comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589842
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 29 Oct 2007 20:10:31 +0000 (20:10 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589834
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 15:36:07 +0000 (15:36 +0000)]
Some vote clarifications for Nick and a +1 vote for
a backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589681
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 14:25:36 +0000 (14:25 +0000)]
low-hanging
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589638
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 29 Oct 2007 13:18:41 +0000 (13:18 +0000)]
Comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589621
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:13:17 +0000 (13:13 +0000)]
Merge r589177 from trunk:
Fix possible crash at startup in case of nonexistent DocumentRoot.
PR#39722
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589618
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:11:42 +0000 (13:11 +0000)]
Merge r579991, r580502, r584842 from trunk:
Add "DefaultType None" option
PR 13986 and PR 16139
Document "DefaultType None" option (PR 13986)
Improve documentation of "DefaultType None"
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589616
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:08:43 +0000 (13:08 +0000)]
Merge r573831, r589343 from trunk:
Add option to escape backreferences in RewriteRule.
PR 34602 and PR 39746
Patch by Guenther Gsenger
Update r573831 to avoid duplicating URL-escaping code.
Ref. http://www.mail-archive.com/dev@httpd.apache.org/msg38532.html
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589615
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:05:39 +0000 (13:05 +0000)]
promote those with >=3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589611
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Oct 2007 13:04:25 +0000 (13:04 +0000)]
Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589610
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Sun, 28 Oct 2007 22:19:21 +0000 (22:19 +0000)]
As per recent email to docs@ (28th Oct) original translations by Lucient and reviewed then by Vincent. One typo fixed in caching.xml.fr that was caught during the build process.
Cheers,
Tony
Submitted by: Lucien Gentis and Vincent Deffontaines <vincent@gryzor.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589431
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 28 Oct 2007 18:58:11 +0000 (18:58 +0000)]
STATUS update:
PR 42592 - remove obsoleted comments; post 2.2.x patch to convert rpluem vote
PR 41798 - Propose backport of fix in 588791
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589394
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 28 Oct 2007 14:30:40 +0000 (14:30 +0000)]
* Remove obsolete comments, cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589362
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 28 Oct 2007 14:18:34 +0000 (14:18 +0000)]
Fix copy error in r589345.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589359
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 28 Oct 2007 13:50:30 +0000 (13:50 +0000)]
* Add comment, remove comment, cast a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589352
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 28 Oct 2007 12:53:07 +0000 (12:53 +0000)]
Update proposals; add a trivial new one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589345
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 23 Oct 2007 10:28:55 +0000 (10:28 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@587447
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 23 Oct 2007 10:25:51 +0000 (10:25 +0000)]
* Fix versioning information where it makes sense
* Clarify DNS lookups: 'double reverse lookup' vs. 'two lookups'
Submitted, in parts, by <lucien.gentis lorraine.iufm.fr>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@587443
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 20 Oct 2007 19:27:26 +0000 (19:27 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586787
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 20 Oct 2007 18:40:37 +0000 (18:40 +0000)]
like r586770 (trunk)
s/the the/the/
pointed out by <lucien.gentis lorraine.iufm.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586771
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 20 Oct 2007 17:55:18 +0000 (17:55 +0000)]
Comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586766
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:33:13 +0000 (13:33 +0000)]
More transformations, note translation diffs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586440
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:30:42 +0000 (13:30 +0000)]
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586437
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:29:00 +0000 (13:29 +0000)]
Backport of r586433.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586434
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:11:15 +0000 (13:11 +0000)]
Type, fixed in trunk already.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586420
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Fri, 19 Oct 2007 13:01:48 +0000 (13:01 +0000)]
Get rid of BOM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586412
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 18 Oct 2007 20:10:33 +0000 (20:10 +0000)]
* Remove obsolete comments and make vote more clear.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586113
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 17 Oct 2007 19:52:56 +0000 (19:52 +0000)]
Backport r582476: Document proxy_http env vars.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@585649
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Wed, 17 Oct 2007 17:25:45 +0000 (17:25 +0000)]
As per email to docs@
Thanks Lucien
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@585584
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Oct 2007 23:49:32 +0000 (23:49 +0000)]
mpm_winnt: Fix null pointer dereference
PR 42572
Backports: 563489
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584975
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Oct 2007 22:49:57 +0000 (22:49 +0000)]
mpm_winnt: Eliminate wait_for_many_objects. Allows the clean
shutdown of the server when the MaxClients is higher then 257,
in a more responsive manner [Mladen Turk, William Rowe]
Per Mladen's +1, and that it's addressed all of Roy's concerns
with Mladen's original patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584958
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 15 Oct 2007 20:13:39 +0000 (20:13 +0000)]
New proposal; resolve docs conflict in old proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584886
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 15 Oct 2007 19:38:38 +0000 (19:38 +0000)]
* Add some comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584867
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 15 Oct 2007 18:42:42 +0000 (18:42 +0000)]
Address several points people have made in STATUS
(including proposal updates)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584845
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 15 Oct 2007 16:58:37 +0000 (16:58 +0000)]
Wondering if the confusing docs have been addressed...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584822
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 15 Oct 2007 16:53:59 +0000 (16:53 +0000)]
Merge r583813 from trunk:
* modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix
apr_pool_cleanup_register() invocation added in r583202, which was
causing every apr_proc_create() call to segfault.
Submitted by: jorton
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584821
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 15 Oct 2007 06:36:20 +0000 (06:36 +0000)]
Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584693
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Fri, 12 Oct 2007 01:11:46 +0000 (01:11 +0000)]
Other transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584017
13f79535 -47bb-0310-9956-
ffa450edef68
Jason S. Lingohr [Fri, 12 Oct 2007 01:10:53 +0000 (01:10 +0000)]
Backport of r583991.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@584015
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 11 Oct 2007 23:24:26 +0000 (23:24 +0000)]
hangs head in shame ...
vote to fix my typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583985
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 11 Oct 2007 23:18:05 +0000 (23:18 +0000)]
Cast votes: r583002 adds checks it should not. Fixed
in r583466 and r583803.
Still not sure how the bug fixed in r583813 snuck
through...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583984
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 11 Oct 2007 19:47:27 +0000 (19:47 +0000)]
* Revoke my vote since Joe brought up a valid EBCDIC on dev@
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583936
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 11 Oct 2007 19:43:22 +0000 (19:43 +0000)]
* Cast some votes and add a comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583935
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 11 Oct 2007 14:12:02 +0000 (14:12 +0000)]
Add fix for, as of now, unconfirmed issue...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583829
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 10 Oct 2007 00:28:28 +0000 (00:28 +0000)]
Fix the last backport proposal, including its prerequisite. Duh!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583332
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 10 Oct 2007 00:23:39 +0000 (00:23 +0000)]
New proposal - forgot it earlier!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583331
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 10 Oct 2007 00:06:46 +0000 (00:06 +0000)]
fixed awk script to append the NetWare SSL footer only to httpd.conf.
(agreed with bnicholes to backport r583261)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583329
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 9 Oct 2007 20:25:14 +0000 (20:25 +0000)]
This restriction/limitation was removed in r327793 for PR31226
http://issues.apache.org/bugzilla/show_bug.cgi?id=31226
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583291
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 17:27:41 +0000 (17:27 +0000)]
Remove outdated warning!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583231
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 15:50:55 +0000 (15:50 +0000)]
mod_proxy_http: Remove Warning headers with wrong date
PR 16138
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583202
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 15:26:41 +0000 (15:26 +0000)]
mod_proxy_http: Correctly parse all Connection headers in proxy.
PR 43509
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583194
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:23:17 +0000 (13:23 +0000)]
This is a user-land noticable change... we should make sure
that people know this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583157
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:20:36 +0000 (13:20 +0000)]
Merge r580060 from trunk:
Fix adding out Via header in proxy response
PR 19439
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583155
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:18:22 +0000 (13:18 +0000)]
applied
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583153
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:17:52 +0000 (13:17 +0000)]
Merge r517233 from trunk:
* server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request
on dummy connection.
PR: 41796
Submitted by: jorton
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583152
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:16:49 +0000 (13:16 +0000)]
Merge r582795 from trunk:
Note PR 43519 is closed...
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583150
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:13:33 +0000 (13:13 +0000)]
And promote those with 3 (or more) +1s and no outstanding dependencies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583149
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 9 Oct 2007 13:12:21 +0000 (13:12 +0000)]
Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583148
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 01:47:43 +0000 (01:47 +0000)]
Deal with Jim's objections to backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583034
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 9 Oct 2007 00:01:37 +0000 (00:01 +0000)]
Vote, promote, propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583013
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 8 Oct 2007 20:40:05 +0000 (20:40 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582961
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 8 Oct 2007 20:34:27 +0000 (20:34 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582958
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:47:12 +0000 (12:47 +0000)]
Merge r580044, r580465 from trunk:
Strip hop-by-hop headers in proxy response
Fix typo in header name "Trailer"
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582807
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:44:08 +0000 (12:44 +0000)]
Approved and backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582804
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:42:32 +0000 (12:42 +0000)]
Promote accepted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582803
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:37:08 +0000 (12:37 +0000)]
Cast vote. Add proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582799
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 8 Oct 2007 12:28:08 +0000 (12:28 +0000)]
Propose OPTIONS * backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582796
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 Oct 2007 14:14:32 +0000 (14:14 +0000)]
Backport r581117
Default to NOT setting Max-Forwards in violation of RFC2616
PR 16137
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582635
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 7 Oct 2007 12:31:44 +0000 (12:31 +0000)]
Merge r578620 from trunk:
PR 40037: try to avoid risk of misleading the lusers when they
can't initialise scoreboard after a crash.
Submitted by: niq
Reviewed by: niq, rpluem, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582621
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 7 Oct 2007 12:29:36 +0000 (12:29 +0000)]
Merge r580466 from trunk:
Fix keepalive to proxy backend
PR 43472
Submitted by: rpluem
Reviewed by: rpluem, niq, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582620
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 7 Oct 2007 12:26:34 +0000 (12:26 +0000)]
* Remove obsolete comment and cast a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582618
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 7 Oct 2007 11:45:57 +0000 (11:45 +0000)]
vote, promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582613
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 5 Oct 2007 21:33:50 +0000 (21:33 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582402
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 5 Oct 2007 21:31:53 +0000 (21:31 +0000)]
PR 43555 AuthBasicSource typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582400
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 5 Oct 2007 13:22:22 +0000 (13:22 +0000)]
* Cast some votes, add some comments, remove obsolete comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582251
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 5 Oct 2007 09:08:13 +0000 (09:08 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582149
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 5 Oct 2007 05:57:14 +0000 (05:57 +0000)]
Work around ineffectual tlp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582085
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 5 Oct 2007 04:16:26 +0000 (04:16 +0000)]
We are back to the original scenario as apr has chosen not
to maintain portability between win32 and unix.
Win32 will require duplicating the child_out and child_err
handles explicitly to apr_proc_create() of the child worker
process, revised patch will be forthcoming shortly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582073
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 3 Oct 2007 05:17:42 +0000 (05:17 +0000)]
Add footnotes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581498
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 2 Oct 2007 22:06:52 +0000 (22:06 +0000)]
Propose, vote, comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581408
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 1 Oct 2007 17:43:18 +0000 (17:43 +0000)]
Propose a fix to PR 43519
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581026
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 1 Oct 2007 12:55:22 +0000 (12:55 +0000)]
For a struct that is actually used, foo is simply a stupid
name to use... :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580937
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 1 Oct 2007 10:40:00 +0000 (10:40 +0000)]
Backport r580598: fix inflate_out filter initialisation in mod_deflate.
PR 43512
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580916
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 1 Oct 2007 08:08:22 +0000 (08:08 +0000)]
* Promote a patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580886
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 1 Oct 2007 08:07:32 +0000 (08:07 +0000)]
* Cast some votes, add some comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580885
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 1 Oct 2007 06:03:34 +0000 (06:03 +0000)]
I cannot recreate forcing Apache to return 403s in
response to OPTIONS *
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580851
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 1 Oct 2007 03:30:29 +0000 (03:30 +0000)]
Definately a problem, good solution, nicely done niq.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580827
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Sep 2007 22:37:10 +0000 (22:37 +0000)]
Add a veto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580802
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Sep 2007 21:20:01 +0000 (21:20 +0000)]
Propose & vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580791
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 30 Sep 2007 15:19:47 +0000 (15:19 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580737
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 30 Sep 2007 15:18:24 +0000 (15:18 +0000)]
Minor grammar fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580736
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 30 Sep 2007 01:21:24 +0000 (01:21 +0000)]
There are considerably fewer ces modules (and they are quite
a bit more sophisticated). Always build these first before
trawling through the entire list of ccs modules, since any
problem will occur up front and be fixable more quickly.
Backports r580660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580661
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 29 Sep 2007 19:03:36 +0000 (19:03 +0000)]
* Add a proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580625
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 29 Sep 2007 02:49:18 +0000 (02:49 +0000)]
Clean up 2nd typo of the same line, backports 580535
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580536
13f79535 -47bb-0310-9956-
ffa450edef68