]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Jim Jagielski [Fri, 3 Aug 2007 12:50:32 +0000 (12:50 +0000)]
Merge r560533, r562236 from trunk:
PR: 40299 Registered Javascript/ECMAScript MIME types (RFC4329)
PR: 40379 Apple installer registered type
Comment: "dist" and "pkg" are too widely used to reserve.
Not sure if they could be overloaded in the context of "extension"s?
Note mime.types updates
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562446
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:47:36 +0000 (12:47 +0000)]
Note PRs 42186 and 41835 fixed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562444
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:45:59 +0000 (12:45 +0000)]
Applied
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562443
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:45:33 +0000 (12:45 +0000)]
Merge r559837, r559999 from trunk:
Fix integer comparisons in mod_filter
PR: 41835
Rationalisation suggested by rpluem
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562442
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:44:03 +0000 (12:44 +0000)]
Merge r559804 from trunk:
mod_filter: fix merging of ! and =
PR: 42186 - patch by Issac Goldstand
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562441
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:42:36 +0000 (12:42 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562440
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 3 Aug 2007 12:41:26 +0000 (12:41 +0000)]
recast votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562439
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 2 Aug 2007 21:38:43 +0000 (21:38 +0000)]
remove BOM character. If using vim, do
:set nobomb
:w!
:q
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562266
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 2 Aug 2007 21:36:05 +0000 (21:36 +0000)]
remove BOM character. If using vim, add "set nobomb" to ~/.vimrc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562265
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 2 Aug 2007 20:51:12 +0000 (20:51 +0000)]
Add 2.2.x patch for proxy_util date fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562252
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 2 Aug 2007 20:24:32 +0000 (20:24 +0000)]
Add CHANGES entries to backport proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562240
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 2 Aug 2007 19:25:20 +0000 (19:25 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562226
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 2 Aug 2007 16:31:52 +0000 (16:31 +0000)]
Forgot to add a link to the cleanup patch based on review comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562177
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 2 Aug 2007 16:01:29 +0000 (16:01 +0000)]
Added a link to the 2.2 branch based version of the nested group patch for
easier backport review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562157
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 2 Aug 2007 14:14:27 +0000 (14:14 +0000)]
backport CHANGES entry that went with rev 562103
(http://svn.apache.org/viewvc?view=rev&rev=562103)
placing it after the security-related fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562115
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 2 Aug 2007 13:42:07 +0000 (13:42 +0000)]
Merge r561840, r561902, r561906, r561918 from trunk:
Some updates to the RewriteRule docs, mostly focusing on clearly
describing what can be in the substitution string. Included is
a description of how mod_rewrite decides whether to treat the
substitution as a file-system or URL-path.
PR: 22529
R flag to mod_rewrite can set any status code
PR: 25917
Note the L doesn't necessarily mean no more rewriting.
PR: 40004
Change the flag list to a <dl> instead of <ul>. Seems much more readable to me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562107
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 2 Aug 2007 13:35:27 +0000 (13:35 +0000)]
Cast some "votes"... I'd be +1 on the ones that are simply
lacking CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562106
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 2 Aug 2007 13:17:23 +0000 (13:17 +0000)]
Enough votes. commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562103
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Thu, 2 Aug 2007 11:31:50 +0000 (11:31 +0000)]
Updated ad per PR 38698.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562080
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Thu, 2 Aug 2007 11:08:52 +0000 (11:08 +0000)]
Patched, as per PR 41793. Issue raised by Joel Nelson (back-ported from trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562078
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 2 Aug 2007 10:23:29 +0000 (10:23 +0000)]
Update backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562071
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 1 Aug 2007 17:53:13 +0000 (17:53 +0000)]
Backport rewrite load balancing fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561889
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 1 Aug 2007 17:39:32 +0000 (17:39 +0000)]
Merge r472949 from trunk:
Minor niggles that have been sitting around for a while
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561886
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 1 Aug 2007 14:05:01 +0000 (14:05 +0000)]
Sync auto-generated man page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561801
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 1 Aug 2007 14:00:42 +0000 (14:00 +0000)]
Merge r561456, r561463, r561477, r561485, r561797 from trunk:
Explicitly mention how to do rewriting in a vhost.
PR: 36506
Document that PT implies L.
PR: 40046
Docuemnt the x- headers added by mod_proxy_http.
PR: 41097
Document some -D magic.
PR: 41148
A couple small fixes suggested by Vincent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561800
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 1 Aug 2007 08:16:19 +0000 (08:16 +0000)]
Propose backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561703
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 31 Jul 2007 20:21:08 +0000 (20:21 +0000)]
* Vote, promote, comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561483
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 31 Jul 2007 16:29:44 +0000 (16:29 +0000)]
vote...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561380
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Tue, 31 Jul 2007 14:28:21 +0000 (14:28 +0000)]
propose a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561341
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 30 Jul 2007 12:31:15 +0000 (12:31 +0000)]
Update proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560942
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 29 Jul 2007 20:55:47 +0000 (20:55 +0000)]
Update backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560817
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 29 Jul 2007 11:51:53 +0000 (11:51 +0000)]
* Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560712
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 29 Jul 2007 08:38:21 +0000 (08:38 +0000)]
Propose backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560690
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 28 Jul 2007 12:39:40 +0000 (12:39 +0000)]
Add caveat
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560535
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 28 Jul 2007 12:37:54 +0000 (12:37 +0000)]
Propose backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560534
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Fri, 27 Jul 2007 21:22:36 +0000 (21:22 +0000)]
Add backport request for nested groups patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560386
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 27 Jul 2007 09:33:24 +0000 (09:33 +0000)]
Grumble.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560169
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Thu, 26 Jul 2007 21:52:02 +0000 (21:52 +0000)]
Fixed as per PR 39306
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560011
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 26 Jul 2007 21:43:22 +0000 (21:43 +0000)]
Update backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560003
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 26 Jul 2007 21:35:20 +0000 (21:35 +0000)]
update & fix transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559995
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 26 Jul 2007 21:29:08 +0000 (21:29 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559991
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Thu, 26 Jul 2007 21:28:16 +0000 (21:28 +0000)]
Fixed as per PR 42096
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559990
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 26 Jul 2007 21:27:06 +0000 (21:27 +0000)]
remove linebreak which causes a bogus anchor
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559989
13f79535 -47bb-0310-9956-
ffa450edef68
Tony Stevenson [Thu, 26 Jul 2007 21:18:53 +0000 (21:18 +0000)]
Fixed typo from PR 40454
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559984
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 26 Jul 2007 19:52:52 +0000 (19:52 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559957
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 26 Jul 2007 15:14:08 +0000 (15:14 +0000)]
Add votes!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559848
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 26 Jul 2007 14:56:49 +0000 (14:56 +0000)]
Propose backports of mod_filter fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559841
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 26 Jul 2007 13:37:37 +0000 (13:37 +0000)]
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559811
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 26 Jul 2007 13:34:01 +0000 (13:34 +0000)]
Copy Options warning present in trunk and 2.0 docs to 2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559809
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 26 Jul 2007 09:00:46 +0000 (09:00 +0000)]
Merge r559748 (Link to filters page to address PR35102) + buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559759
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 25 Jul 2007 13:33:09 +0000 (13:33 +0000)]
Correct updated vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559453
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 25 Jul 2007 13:32:10 +0000 (13:32 +0000)]
Update vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559452
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 25 Jul 2007 13:13:49 +0000 (13:13 +0000)]
Backport trivial cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559449
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 25 Jul 2007 00:52:56 +0000 (00:52 +0000)]
Vote for chrisd's mod_dbd reworking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559269
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Tue, 24 Jul 2007 12:15:22 +0000 (12:15 +0000)]
Merge r558837 (Address PR42898 by qualifying the value of Pattern for RewriteRule, and later explaining how to snarf the rest of the request url.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559019
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Tue, 24 Jul 2007 10:58:04 +0000 (10:58 +0000)]
Merge r559006 ([PR36917] Document pre-2.2.4 behaviour of mod_dumpio)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559008
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 23 Jul 2007 21:30:37 +0000 (21:30 +0000)]
rebuild everything
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558865
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 23 Jul 2007 19:55:36 +0000 (19:55 +0000)]
* Vote and add back a patch proposal that is also contained in r557837.
It was wrong in r557837 but this is fixed by r557972.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558848
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 23 Jul 2007 19:38:25 +0000 (19:38 +0000)]
* Add two proposals for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558842
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 15:05:00 +0000 (15:05 +0000)]
Backport r558718 to 2.2 [Demote use of AddType for cgi and remove redundant paragraph regarding DOCUMENT_ROOT]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558766
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 13:13:49 +0000 (13:13 +0000)]
Typo (wilcard) in LocationMatch.
Sync build output (outdated markers) from the previous few commits.
Couple of minor language adjustments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558713
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 11:34:01 +0000 (11:34 +0000)]
Backport r558686 to 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558689
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 08:30:32 +0000 (08:30 +0000)]
Backport 558651 from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558654
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 07:36:14 +0000 (07:36 +0000)]
Typo in title, "Authorisation, Access & and Control"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558635
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Mon, 23 Jul 2007 07:22:27 +0000 (07:22 +0000)]
merge 558629 with 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558632
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 22 Jul 2007 14:57:10 +0000 (14:57 +0000)]
Add note regarding demise of AuthDigestFile to upgrading doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558492
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 22 Jul 2007 14:41:35 +0000 (14:41 +0000)]
Fix typo in typo fix in 558487
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558488
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 22 Jul 2007 14:38:02 +0000 (14:38 +0000)]
Typo fix. s/proxys/proxies/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558487
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 22 Jul 2007 13:53:35 +0000 (13:53 +0000)]
Language fix submitted by Lucien Gentis to docs@
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558484
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 21 Jul 2007 20:44:57 +0000 (20:44 +0000)]
close <directory> blocks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558380
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 20 Jul 2007 21:25:27 +0000 (21:25 +0000)]
Followup to rpluem correction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558152
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 20 Jul 2007 21:05:37 +0000 (21:05 +0000)]
* Add veto and rationale
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558144
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 20 Jul 2007 20:59:54 +0000 (20:59 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558136
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Fri, 20 Jul 2007 13:20:30 +0000 (13:20 +0000)]
backport of:
http://svn.apache.org/viewvc?view=rev&rev=550519
http://svn.apache.org/viewvc?view=rev&rev=551099
http://svn.apache.org/viewvc?view=rev&rev=551126
http://svn.apache.org/viewvc?view=rev&rev=551935
http://svn.apache.org/viewvc?view=rev&rev=554892
Allow to use different values for sessionid in url encoded id
and cookies. (PR 41897)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557993
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 20 Jul 2007 12:24:35 +0000 (12:24 +0000)]
Add reference to PR 39710 fix, move non-security fix down.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557979
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 20 Jul 2007 12:07:20 +0000 (12:07 +0000)]
Withdraw flawed proposals.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557977
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Jul 2007 11:23:19 +0000 (11:23 +0000)]
vote, bitch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557965
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 20 Jul 2007 08:57:20 +0000 (08:57 +0000)]
Comment the mpm_winnt backport proposal that is hanging
around for quite some time. In essence it allows the clean
shutdown of httpd when MaxClients is higher then 257
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557931
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 20 Jul 2007 08:37:59 +0000 (08:37 +0000)]
Backport accepted patch from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557926
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 20 Jul 2007 06:00:44 +0000 (06:00 +0000)]
Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557877
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 20 Jul 2007 01:59:09 +0000 (01:59 +0000)]
removed already applied stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557844
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 20 Jul 2007 01:40:30 +0000 (01:40 +0000)]
Propose backporting trivial cleanups.
This is to massage the open PR count in bugzilla.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557841
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 20 Jul 2007 00:23:41 +0000 (00:23 +0000)]
backport of http://svn.apache.org/viewvc?view=rev&rev=557778 from trunk:
Copy an enumeration to an int where data
is passed back into the LDAP SDK by reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557823
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 19 Jul 2007 23:18:56 +0000 (23:18 +0000)]
vote, promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557811
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 19 Jul 2007 21:26:57 +0000 (21:26 +0000)]
propose reworked deref_aliases patch for backport (based on Ruedigers comments)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557779
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 19 Jul 2007 18:55:42 +0000 (18:55 +0000)]
* Promote a proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557735
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 19 Jul 2007 11:22:32 +0000 (11:22 +0000)]
provide a 2.2.x alternative
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557576
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 19 Jul 2007 11:15:06 +0000 (11:15 +0000)]
Cast my vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557572
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 19 Jul 2007 10:18:54 +0000 (10:18 +0000)]
* Vote, promote and comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557555
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 19 Jul 2007 09:49:47 +0000 (09:49 +0000)]
* Cast a veto on a backport proposal and add the rationale
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557539
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 18 Jul 2007 18:39:13 +0000 (18:39 +0000)]
Add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557357
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Wed, 18 Jul 2007 09:32:25 +0000 (09:32 +0000)]
Arrange the french translation.
Submitted by Vincent Deffontaines vincent at gryzor.com.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557208
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 18 Jul 2007 08:06:16 +0000 (08:06 +0000)]
Update ApacheMonitor backport proposal with latest trunk patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557190
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 19:33:53 +0000 (19:33 +0000)]
Update manual doccos and xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557036
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 17 Jul 2007 18:41:15 +0000 (18:41 +0000)]
Typo fix (noticed by gryzor on IRC)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557017
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 17:22:35 +0000 (17:22 +0000)]
*) mod_proxy: Added ProxyPassMatch directive, which is similar
to ProxyPass but takes a regex local path prefix. [Jim Jagielski]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556976
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 17:21:55 +0000 (17:21 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556975
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 17:16:38 +0000 (17:16 +0000)]
Applied
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556974
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 17:16:09 +0000 (17:16 +0000)]
Merge r541926, r541990 from trunk:
PR#39710 - badly broken errordocuments for CGI
We've just had another duplicate report of this on bugzilla.
We've got a simple patch, and people asking WTF is going on
with inaction. Noone seems clear on why the patch shouldn't
be applied (http://marc.info/?l=apache-httpd-dev&m=
117760311129386 &w=2).
* Prevent running through the error stack by returning OK and setting r->status
accordingly if ret is HTTP_NOT_MODIFIED as this breaks mod_cache validating a
stale entity.
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556973
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Jul 2007 17:12:58 +0000 (17:12 +0000)]
Merge r546128, r550514 from trunk:
Arrange the proxy timeout behaviour.
Fix the timeout logic. The order is now:
1 - worker->timeout
2 - proxy_conf->timeout
3 - server->timeout.
ap_get_module_config() is not perfect by that is easy to port back to 2.2.x.
Submitted by: jfclere
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556972
13f79535 -47bb-0310-9956-
ffa450edef68