]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Ruediger Pluem [Mon, 10 Dec 2007 11:18:45 +0000 (11:18 +0000)]
* Cast a vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602864
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 10 Dec 2007 11:04:33 +0000 (11:04 +0000)]
cast a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602862
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 10 Dec 2007 07:58:22 +0000 (07:58 +0000)]
Propose r602795 for backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602801
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 22:15:02 +0000 (22:15 +0000)]
* Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602741
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 22:10:55 +0000 (22:10 +0000)]
Merge r602736 from trunk:
* mod_substitute is no longer experimental.
Submitted by: rpluem
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602738
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 9 Dec 2007 18:39:06 +0000 (18:39 +0000)]
r582635 was an INCORRECT backport of r581117 (my fault).
This corrects the error, bringing it in line with 581117
and the vote that was taken on that release.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602715
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 9 Dec 2007 18:13:30 +0000 (18:13 +0000)]
Make that two files that hadn't noticed the movement from experimental->filters
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602711
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 9 Dec 2007 18:09:58 +0000 (18:09 +0000)]
Complete r602684 backporting win32 build from trunk of mod_substitute.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602708
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 9 Dec 2007 16:36:58 +0000 (16:36 +0000)]
Not experimental anymore...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602694
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 15:48:15 +0000 (15:48 +0000)]
* Formating.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602688
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 15:26:09 +0000 (15:26 +0000)]
* Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602685
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 15:19:40 +0000 (15:19 +0000)]
Backport mod_substitute from trunk:
mod_substitute: Added a new experimental output filter, which
performs inline response content pattern matching (including
regex) and substitution.
Submitted by: jim
Reviewed by: jim, rpluem, fuankg
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602684
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 14:54:23 +0000 (14:54 +0000)]
Merge r480135, r480193, r504559, r602349, r602657, r503863 from trunk:
* Apply patch for PR 41056 (19954) to fix chunk
filter. Now flushes work better.
* Protect against any sort of non-block read that
would block. If ap_get_brigade() shows that, return
EAGAIN.
* Further refinement for PR41056 / PR 19954 (mostly-fixed in r480135.)
We assume that a successful read but an empty brigade
is NOT cause for EAGAIN. Testing may or may not
confirm this assumption, in which case that test
may be required as well.
* If no data is available at this point of time we need to switch into the
BODY_CHUNK_PART state like we do several lines later in the code in the
same situation.
* Case statements should go on their own line. (No functional change.)
* modules/http/http_filters.c
(ap_http_filter): Put case on its own line.
* Add missing Changelog entry for PR41056 / PR 19954. This was fixed in r480135.
PR: 41056 / 19954
Submitted by: jfclere, jim
Reviewed by: rpluem, jim, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602679
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 9 Dec 2007 14:46:56 +0000 (14:46 +0000)]
Merge r599589 from trunk:
* Detabify and make spacing in HTML code the same as before r593816. This
avoids that the autoindex test (t/modules/autoindex) fails. Adjusting
the autoindex test would cause it to fail with older versions and would
make it harder to recognize regressions.
Submitted by: rpluem
Reviewed by: rpluem, jim, fuankg
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602678
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 9 Dec 2007 10:53:03 +0000 (10:53 +0000)]
Cast a vote for chunk non-block changes; move accepted backports to the
right section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602658
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 8 Dec 2007 23:40:09 +0000 (23:40 +0000)]
added comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602578
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 8 Dec 2007 23:01:27 +0000 (23:01 +0000)]
Cast some votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602573
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 8 Dec 2007 21:27:37 +0000 (21:27 +0000)]
Comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602551
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 19:33:47 +0000 (19:33 +0000)]
Merge r589461, r602491 from trunk:
Prevent 1-byte overflow on 8192 boundary (see PR 43310)
Alternate fix... profiling indicates that the string
termination is completely unneeded and superflous. In
which case, the original allocation size is sufficient
since nothing external worries about a NULL nor
looks for it.
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602536
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 19:32:40 +0000 (19:32 +0000)]
Merge r574201, r574684 from trunk:
* Also set the Vary header if a rewrite condition is true and uses a HTTP
header, but all remaining rewrite conditions are skipped due to the [OR]
flag.
* Add the novary flag to RewriteCond in order to prevent the appending
of HTTP headers used in a rewrite condition to the Vary header of
the response.
Submitted by: rpluem
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602535
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 18:57:31 +0000 (18:57 +0000)]
Latest patch folds in rpluem's v. nice tunings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602530
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 8 Dec 2007 18:55:44 +0000 (18:55 +0000)]
Vote&promote some more
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602528
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Dec 2007 16:59:08 +0000 (16:59 +0000)]
Merge 590641 from trunk:
Add in SeeRequestTail directive, to handle the shortcoming
of only storing 63 bytes of the request, when the requests
are longer than that and only vary towards the end; eg:
GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/apples.jpg
GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/pears.jpg
GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/plums.jpg
Submitted by: jim
Reviewed by: jim, rpluem, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602508
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Dec 2007 16:50:12 +0000 (16:50 +0000)]
Merge r517238, r517654 from trunk:
Generate etags consistently across 32-bit and 64-bit platforms:
* modules/http/http_etag.c (etag_uint64_to_hex): Renamed from
etag_ulong_to_hex; take an apr_uint64_t argument.
(ap_make_etag): Adjust to use new function and macro names.
Pass arguments directly to etag_uint64_to_hex without casting
down to unsigned long.
* modules/http/http_etag.c (etag_uint64_to_hex): Fix maximum shift
size, thanks to Ruediger.
PR: 40064
Submitted by: jorton
Reviewed by: rpluem, jim, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602503
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Dec 2007 16:45:02 +0000 (16:45 +0000)]
* Cast a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602501
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 16:12:50 +0000 (16:12 +0000)]
Propose alternate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602493
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 8 Dec 2007 15:44:54 +0000 (15:44 +0000)]
Vote, promote, comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602485
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Dec 2007 14:26:46 +0000 (14:26 +0000)]
* Adjust comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602476
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 14:08:32 +0000 (14:08 +0000)]
Merge r600645 from trunk:
http_protocol: Escape request method in 413 error reporting.
Determined to be not generally exploitable, but a flaw in any case.
PR: 44014
Submitted by: Victor Stinner <victor.stinner inl.fr>
Submitted by: wrowe
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602473
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 14:07:25 +0000 (14:07 +0000)]
Merge r598299, r599393 from trunk:
mod_filter: don't segfault on (unsupported) chained FilterProviders.
PR 43956
Since we don't support chained filters, and can't expect to while the
filter_init problem remains, we should make it clear to users at startup time.
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602472
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 14:05:12 +0000 (14:05 +0000)]
Merge r598019 from trunk:
enable to build with OpenSSL 0.9.9
Submitted by: fuankg
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602471
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 14:04:34 +0000 (14:04 +0000)]
* http_filters: Fix handling of unrecognised Transfer Encodings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602470
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 14:01:47 +0000 (14:01 +0000)]
* mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses
incorporating ap_send_interim_response core API
PR 16518
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602468
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 13:59:22 +0000 (13:59 +0000)]
* core log.c: Work around possible solutions rejected by apr for
the old implementation of apr_proc_create(), and explicitly pass
the output and error channels to all log processes created.
This goes all the way back to piped logs failing to run on win32.
Not in or needed at trunk/, as apr 1.3.0 has the proper fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602467
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 13:58:16 +0000 (13:58 +0000)]
Promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602466
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 8 Dec 2007 13:55:59 +0000 (13:55 +0000)]
Cast away :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602465
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Dec 2007 12:48:56 +0000 (12:48 +0000)]
merge readability tweak from trunk r602456
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602457
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 8 Dec 2007 09:51:14 +0000 (09:51 +0000)]
* Update proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602439
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 7 Dec 2007 19:06:07 +0000 (19:06 +0000)]
fixed include path to use forward slash.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602181
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Dec 2007 18:55:58 +0000 (18:55 +0000)]
Rebuild HTML from XML changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602177
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 7 Dec 2007 18:26:09 +0000 (18:26 +0000)]
Provide a recipe description, (from the 2.0 docs) and make the recipe match the
description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602173
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 6 Dec 2007 07:16:34 +0000 (07:16 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601637
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 6 Dec 2007 07:16:14 +0000 (07:16 +0000)]
Merge r601634 from trunk (Language fixes, courtesy of Lucien Gentis)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601636
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Wed, 5 Dec 2007 16:17:55 +0000 (16:17 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601389
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Wed, 5 Dec 2007 16:14:30 +0000 (16:14 +0000)]
'Bodys' typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601387
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 5 Dec 2007 09:38:24 +0000 (09:38 +0000)]
* This one is now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601273
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 5 Dec 2007 09:37:23 +0000 (09:37 +0000)]
* Merge r551099 from trunk:
mod_proxy_balancer: Remove the broken attempt to change balancer
params on-the-fly via the admin manager.
Submitted by: jfclere
Reviewed by: jim, rpluem, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601272
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 3 Dec 2007 20:10:24 +0000 (20:10 +0000)]
* Cast a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600654
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 3 Dec 2007 20:06:47 +0000 (20:06 +0000)]
* Add a proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600652
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 3 Dec 2007 19:57:01 +0000 (19:57 +0000)]
Four different indentions? Normalize this, and add PR 44014 to the list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600649
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Dec 2007 15:56:46 +0000 (15:56 +0000)]
vote early and often
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600576
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 3 Dec 2007 11:00:26 +0000 (11:00 +0000)]
* Withdraw my comment / objection as I cannot follow my own arguments during
a second review. Case I missed one dup2 call on the way what lead to my
initial comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600475
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 2 Dec 2007 22:24:02 +0000 (22:24 +0000)]
Backport mod_include access checking (r571872,571927,572136)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600393
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 2 Dec 2007 05:38:23 +0000 (05:38 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600248
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sun, 2 Dec 2007 05:37:53 +0000 (05:37 +0000)]
Backport 600245 (AuthDigestQueryStringHack for MSIE7)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600247
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sat, 1 Dec 2007 02:20:24 +0000 (02:20 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600040
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Sat, 1 Dec 2007 02:19:36 +0000 (02:19 +0000)]
'Recieved' typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@600039
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 30 Nov 2007 15:41:08 +0000 (15:41 +0000)]
* Add a proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599852
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Thu, 29 Nov 2007 22:37:31 +0000 (22:37 +0000)]
Repeated 'RewriteRule'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599609
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Nov 2007 21:53:38 +0000 (21:53 +0000)]
* Add a proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599591
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Nov 2007 20:21:10 +0000 (20:21 +0000)]
Merge 557837, 557972 from trunk:
Multiple trivial fixes from Christophe JAILLET
PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
The patches are all his, and are sufficiently trivial to review
at a glance.
Fix clash between r557837 and r427780
PR: 38699, 39518, 42005, 42006, 42007, 42008, 42009
Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by: rpluem, trawick, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599569
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Nov 2007 20:14:17 +0000 (20:14 +0000)]
* Vote and remove obsolete comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599568
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 29 Nov 2007 14:37:39 +0000 (14:37 +0000)]
Fix silly typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599459
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 29 Nov 2007 14:36:43 +0000 (14:36 +0000)]
Merge backport proposals and roll all-in-one 2.2.x patch
as suggested by jim and rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599457
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 29 Nov 2007 13:14:56 +0000 (13:14 +0000)]
APR_HAVE_UNISTD_H not needed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599435
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Nov 2007 12:44:53 +0000 (12:44 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599423
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 29 Nov 2007 11:59:16 +0000 (11:59 +0000)]
Propose backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599397
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 Nov 2007 08:19:15 +0000 (08:19 +0000)]
* Add comments, remove comments, vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599327
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 29 Nov 2007 02:21:55 +0000 (02:21 +0000)]
Vote and promote.
Withdraw objection to the mod_include -A patch, having satisfied myself
that nothing serious stands in the way of plans for generalising the parser.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599249
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Nov 2007 23:53:25 +0000 (23:53 +0000)]
thanks for the easy patch to review
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599205
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 28 Nov 2007 21:38:20 +0000 (21:38 +0000)]
* Update proposal and remove obsolete comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599154
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 28 Nov 2007 21:18:54 +0000 (21:18 +0000)]
* Fix pending httpd version.
Submitted by: Takashi Sato <serai lans-tv.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599151
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 Nov 2007 20:38:06 +0000 (20:38 +0000)]
Include typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599139
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 Nov 2007 17:16:31 +0000 (17:16 +0000)]
Update backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599068
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 28 Nov 2007 14:01:08 +0000 (14:01 +0000)]
Remove bsel junk from manager...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599006
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 28 Nov 2007 10:17:51 +0000 (10:17 +0000)]
* Comments and votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598937
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 28 Nov 2007 01:55:56 +0000 (01:55 +0000)]
ops - forgot my own vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598849
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 Nov 2007 00:32:02 +0000 (00:32 +0000)]
Comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598830
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 15:44:38 +0000 (15:44 +0000)]
what the heck... propose mod_substitute
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598313
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 15:31:19 +0000 (15:31 +0000)]
docs manpage
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598310
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 13:52:03 +0000 (13:52 +0000)]
update docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598276
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 13:50:03 +0000 (13:50 +0000)]
super cool rotatelogs enhancements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598272
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 13:47:35 +0000 (13:47 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598271
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 26 Nov 2007 13:46:37 +0000 (13:46 +0000)]
vote!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598270
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 25 Nov 2007 23:09:45 +0000 (23:09 +0000)]
Propose backport for OpenSSL 0.9.9 support.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598081
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Nov 2007 14:56:33 +0000 (14:56 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598000
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Nov 2007 14:55:31 +0000 (14:55 +0000)]
another typo fround by Lucien GENTIS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597999
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Nov 2007 00:40:16 +0000 (00:40 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597936
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Nov 2007 00:33:29 +0000 (00:33 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597935
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 25 Nov 2007 00:30:23 +0000 (00:30 +0000)]
typos
found by Lucien GENTIS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597934
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 24 Nov 2007 20:42:14 +0000 (20:42 +0000)]
* Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597914
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 23 Nov 2007 21:43:41 +0000 (21:43 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597747
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Fri, 23 Nov 2007 21:43:11 +0000 (21:43 +0000)]
Minor grammar fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597746
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 22 Nov 2007 00:14:22 +0000 (00:14 +0000)]
New proposals:
* Bugfix for PR 43882 (new)
* Variable interpolation in mod_proxy. This revives an old proposal
that was vetoed by wrowe, and deals with his concerns.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597272
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 21 Nov 2007 12:17:54 +0000 (12:17 +0000)]
rotatelogs cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597049
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 21 Nov 2007 11:47:09 +0000 (11:47 +0000)]
fix broken backport of r515403 some months ago
(trunk commit was okay; 2.2.x commit had quotes in
the wrong place)
PR: 43922
Submitted by: Basant Kumar Kukreja <basant.kukreja sun.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597044
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Nov 2007 15:13:38 +0000 (15:13 +0000)]
doccos updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596714
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Nov 2007 15:11:39 +0000 (15:11 +0000)]
mod_proxy canon-tion improvements/fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596712
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Nov 2007 14:27:16 +0000 (14:27 +0000)]
Propose SeeRequestTail directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596688
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Nov 2007 14:23:16 +0000 (14:23 +0000)]
Note that when applying, people need to hand add
the doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596686
13f79535 -47bb-0310-9956-
ffa450edef68