]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Jim Jagielski [Sat, 9 Dec 2006 14:42:34 +0000 (14:42 +0000)]
Low hanging fruit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484986
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 9 Dec 2006 14:18:54 +0000 (14:18 +0000)]
format change. no functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484984
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 9 Dec 2006 14:14:27 +0000 (14:14 +0000)]
Need to clarify the vote validity.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484982
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 9 Dec 2006 14:13:41 +0000 (14:13 +0000)]
Merge r472633 from trunk:
Better detection and clean up of ldap connection that have been
terminated by the ldap server. PR#40878
Submitted by: Rob Baily <rbaily servicebench com>
Reviewed by: bnicholes
Submitted by: bnicholes
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484981
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 8 Dec 2006 20:49:45 +0000 (20:49 +0000)]
* Another format error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484772
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 8 Dec 2006 20:48:39 +0000 (20:48 +0000)]
* Style police and format nitpicking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484771
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 8 Dec 2006 20:28:17 +0000 (20:28 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484749
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:31:59 +0000 (15:31 +0000)]
* mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
by creating a root pool for object persistence across requests. This
also eliminates the need for custom serialization code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484642
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:30:45 +0000 (15:30 +0000)]
promote as accepted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484639
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:29:36 +0000 (15:29 +0000)]
Merge r463427 from trunk:
mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If
set, REMOTE_USER will be set to this attribute, rather than the
username supplied by the user. Useful for example when you want users
to log in using an email address, but need to supply a userid instead
to the backend.
Submitted by: minfrin
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484638
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:28:47 +0000 (15:28 +0000)]
Cast vote and promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484637
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:23:04 +0000 (15:23 +0000)]
Add a short note about the AcceptMutex patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484634
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 15:09:43 +0000 (15:09 +0000)]
Delete mistakenly added files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484631
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 14:32:32 +0000 (14:32 +0000)]
Note 2.2.4 specific version of mod_mem_cache-apr-patch.txt...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484618
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 13:28:54 +0000 (13:28 +0000)]
http://svn.apache.org/viewvc?view=rev&revision=450089 no
longer cleanly applies as is to 2.2 branch. Need a
2.2 specific patch now. Jim will try.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484590
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 13:21:40 +0000 (13:21 +0000)]
format change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484588
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 8 Dec 2006 13:07:14 +0000 (13:07 +0000)]
Merge r442758 from trunk:
PR 31759 (mutated) - reported by Jo Rhett
Don't return apr_status_t error value from input filter chain.
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483980
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Dec 2006 12:56:00 +0000 (12:56 +0000)]
merge from trunk:
*) mod_cache: Eliminate a bogus error in the log when a filter returns
AP_FILTER_ERROR. [Niklas Edmundsson <nikke acc.umu.se>]
Reviewed by: minfrin, wrowe, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483974
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Dec 2006 12:41:20 +0000 (12:41 +0000)]
merge from trunk:
*) Fix issue which could cause piped loggers to be orphaned and never
terminate after a graceful restart. PR 40651. [Joe Orton,
Ruediger Pluem]
Reviewed by: trawick, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483967
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Dec 2006 12:23:33 +0000 (12:23 +0000)]
backport simple list manipulation fix:
*) Fix address-in-use startup failure caused by corruption of the list of
listen sockets in some configurations with multiple generic Listen
directives. [Jeff Trawick]
Reviewed by: jim, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483958
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Dec 2006 11:49:04 +0000 (11:49 +0000)]
mindless housekeeping only -- highlight accepted patches by moving to
proper section (one patch with 3 +1s but an outstanding question left
alone)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483956
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 7 Dec 2006 23:23:40 +0000 (23:23 +0000)]
Backport R452330: header editing in mod_headers
+1 niq, chrisd, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483732
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 7 Dec 2006 22:58:21 +0000 (22:58 +0000)]
easy vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483718
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Thu, 7 Dec 2006 22:45:15 +0000 (22:45 +0000)]
propose mod_dbd fix to avoid excessive connections in single request
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483712
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 7 Dec 2006 19:19:04 +0000 (19:19 +0000)]
Revert a regression introduced in the recent overhauls of mod_isapi.
PR 40470 points out that we no longer handle ate == headlen, where
there is a headers-only response from the isapi app to the server.
This patch restores the previous behavior of pending those headers
until some amount of body response is ready to be sent to the client.
Backports: 483613
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483614
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 7 Dec 2006 18:38:04 +0000 (18:38 +0000)]
* Add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483599
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 7 Dec 2006 17:49:18 +0000 (17:49 +0000)]
Mirror r483553 for the GUI environment on win32. Duplication is to assist users
in debugging the installed Apache server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483568
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 7 Dec 2006 17:09:37 +0000 (17:09 +0000)]
Fix two flaws that make parallel testing of Apache2 (.0, .2, .x) very difficult,
change the default dir for command-line make to \Apache22 on Windows, and change
the service name to Apache2.2 by default (this *matches* the windows installer.)
Resolves recent bug reports and confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483553
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 7 Dec 2006 17:01:50 +0000 (17:01 +0000)]
Mostly acks, a couple naks and a Q or two
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483547
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 4 Dec 2006 14:22:40 +0000 (14:22 +0000)]
logging-related patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@482184
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Pepper [Tue, 28 Nov 2006 04:37:04 +0000 (04:37 +0000)]
Reword Order section to make 3-pass design clearer.
Add table showing results of match combinations.
Fix some tenses.
Fix case of CENTER & IP Address.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479896
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 27 Nov 2006 15:14:07 +0000 (15:14 +0000)]
Backport explicit flushing feature.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479655
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 27 Nov 2006 15:00:56 +0000 (15:00 +0000)]
Backport support for ping/pong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479647
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Mon, 27 Nov 2006 14:30:28 +0000 (14:30 +0000)]
Add my +1.
BTW: Autoflush (even in trunk) does not work (See PR 19954).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479636
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 27 Nov 2006 14:10:46 +0000 (14:10 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479623
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 26 Nov 2006 07:41:17 +0000 (07:41 +0000)]
Trow an vote on the modified proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479305
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 25 Nov 2006 22:14:08 +0000 (22:14 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479212
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 25 Nov 2006 21:27:35 +0000 (21:27 +0000)]
cast a vote and reboot another.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479201
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 25 Nov 2006 20:43:48 +0000 (20:43 +0000)]
* Cast a vote and add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479191
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 25 Nov 2006 14:59:43 +0000 (14:59 +0000)]
Vote on the variable interpolation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479130
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 19 Nov 2006 14:38:11 +0000 (14:38 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@476828
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 18 Nov 2006 22:37:44 +0000 (22:37 +0000)]
* Add additional fixes to proposal. The merged ones have been updated on
people.apache.org in the meantime.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@476641
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 18 Nov 2006 21:39:12 +0000 (21:39 +0000)]
* Agree with niq on the extra fixes needed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@476612
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 18 Nov 2006 20:47:30 +0000 (20:47 +0000)]
Review backport proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@476604
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 16 Nov 2006 12:04:50 +0000 (12:04 +0000)]
merge from trunk revision 475698:
TimeOut can be set in a vhost context
Submitted by: Eric Covener
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475699
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 15 Nov 2006 12:56:39 +0000 (12:56 +0000)]
Review mod_dbd bugfix proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475219
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 14 Nov 2006 22:28:21 +0000 (22:28 +0000)]
Remove the "virtual host" context from the AuthnProviderAlias directive documentation
Submitted by: Vicent Bray < noodlet gmail com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475023
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 14 Nov 2006 11:35:17 +0000 (11:35 +0000)]
sync.
Submitted by: Takashi Sato <serai@lans-tv.com>
Reviewd by: Hiroaki Kawai <kawai@apache.org>
English Revision: 425131
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@474749
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 14 Nov 2006 11:16:18 +0000 (11:16 +0000)]
sync.
Submitted by: Takashi Sato <serai@lans-tv.com>
Reviewd by: Hiroaki Kawai <kawai@apache.org>
English Revision: 425051
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@474732
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 12 Nov 2006 09:16:26 +0000 (09:16 +0000)]
Propose r468941 for backport from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@473910
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 9 Nov 2006 15:14:50 +0000 (15:14 +0000)]
Add in proposed backport which makes AcceptMutex more SSLMutex
like in that it now allows for pathname arguments directly.
Adds in mutex support functions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472943
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 9 Nov 2006 15:11:30 +0000 (15:11 +0000)]
Note intent to release 2.2.4 soonish
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472942
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 8 Nov 2006 20:46:18 +0000 (20:46 +0000)]
mod_ldap backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472636
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 7 Nov 2006 13:49:09 +0000 (13:49 +0000)]
Merge r417238, r437773, r446929, r453630 from trunk:
* Add the following environment variables to expose the information
* about
the route, the sticky session and the worker used during a request to
other modules:
BALANCER_SESSION_STICKY
BALANCER_SESSION_ROUTE
BALANCER_NAME
BALANCER_WORKER_NAME
BALANCER_WORKER_ROUTE
PR: 39806
Submitted by: Brian <brectanu gmail.com>
Reviewed by: rpluem
fix validation error
* Set the new environment variable BALANCER_ROUTE_CHANGED if a worker with a
route different from the one supplied by the client had been chosen or if
the client supplied no routing information for a balancer with sticky
sessions.
* mod_proxy_balancer: Document BALANCER_ROUTE_CHANGED environment variable.
Submitted by: Brian Rectanus <brectanu gmail.com>
Reviewed by: rpluem
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472114
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 7 Nov 2006 13:39:36 +0000 (13:39 +0000)]
Cast 2 votes, bringing one up to 3 +1s
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472109
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 7 Nov 2006 13:34:00 +0000 (13:34 +0000)]
Merge r431339 from trunk:
PR#37770: Don't try to use dead backend connection in proxy
(Patch from Olivier BOEL)
Submitted by: niq
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472104
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 7 Nov 2006 13:29:57 +0000 (13:29 +0000)]
Merge r440160 from trunk:
* Extract stickysession information correctly in the case that it is given
as parameter like in the following example:
www.someplace.com/somewhere/?jsessionid=gggfgdufdfoef.server¶meter=value
So far we were only able to handle stickysession information encoded in the
following form:
www.someplace.com/somewhere/;jsessionid=gggfgdufdfoef.server?parameter=value
PR: 40400
Submitted by: rpluem
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472100
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 7 Nov 2006 13:27:53 +0000 (13:27 +0000)]
Note those with 3 or more +1s
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472098
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 6 Nov 2006 14:00:40 +0000 (14:00 +0000)]
Vote for the tested backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@471739
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 4 Nov 2006 21:58:50 +0000 (21:58 +0000)]
* Complete patchset for backport proposal an vote for it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@471271
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Thu, 2 Nov 2006 03:42:21 +0000 (03:42 +0000)]
vote for mod_headers patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@470214
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 1 Nov 2006 19:36:59 +0000 (19:36 +0000)]
* Vote for a low hanging fruit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@470048
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 1 Nov 2006 18:29:51 +0000 (18:29 +0000)]
Propose backport for fix to PR#37770
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@470023
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 31 Oct 2006 15:19:35 +0000 (15:19 +0000)]
Cast vote: +1 on
http://svn.apache.org/viewvc?view=rev&revision=467034
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@469520
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 31 Oct 2006 15:17:27 +0000 (15:17 +0000)]
Recovered patches...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@469518
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 30 Oct 2006 11:32:48 +0000 (11:32 +0000)]
Propose backporting mod_headers enhancement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@469126
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 28 Oct 2006 18:45:31 +0000 (18:45 +0000)]
Note patches that were lost during the minotaur move...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@468721
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 26 Oct 2006 15:52:59 +0000 (15:52 +0000)]
Withdraw a proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@468047
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 25 Oct 2006 15:47:59 +0000 (15:47 +0000)]
Update a backport proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@467686
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 25 Oct 2006 13:50:19 +0000 (13:50 +0000)]
Propose a backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@467656
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 23 Oct 2006 17:25:32 +0000 (17:25 +0000)]
proposals++
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@467037
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 22 Oct 2006 19:29:19 +0000 (19:29 +0000)]
Propose backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@466868
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Oct 2006 14:47:34 +0000 (14:47 +0000)]
Another backport re-request. Note new patch file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@465645
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Oct 2006 14:03:00 +0000 (14:03 +0000)]
Propose DumpIOLogLevel directive backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@465632
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Oct 2006 13:59:32 +0000 (13:59 +0000)]
Propose backport: BALANCER_ROUTE_CHANGED envar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@465629
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 15 Oct 2006 15:22:36 +0000 (15:22 +0000)]
Remove extra colon from /wd compiler directive.
On conversion the VS2005 reports:
ommand line error D8021 : invalid numeric argument '/wd:4996' cl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@464209
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 23:17:43 +0000 (23:17 +0000)]
mod_disk_cache: Make sure that only positive integers are accepted
for the CacheMaxFileSize and CacheMinFileSize parameters in the
config file. PR39380
+1: minfrin, jim, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463506
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 23:11:33 +0000 (23:11 +0000)]
mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
authority component and an empty path, the empty path is to be equivalent
to "/". It explicitly cites the following four URIs as equivalents:
http://example.com
http://example.com/
http://example.com:/
http://example.com:80/
+1: minfrin, rpluem, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463503
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 23:04:40 +0000 (23:04 +0000)]
It's backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463499
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 23:03:17 +0000 (23:03 +0000)]
mod_cache: Don't cache requests with a expires date in the past;
otherwise mod_cache will always try to cache the URL. This bug
might lead to numerous rename() errors on win32 if the URL was
previously cached.
+1: minfrin, rpluem, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463496
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 22:55:03 +0000 (22:55 +0000)]
core: Deal with the widespread use of apr_status_t return values
as HTTP status codes, as documented in PR#31759 (a bug shared by
the default handler, mod_cgi, mod_cgid, mod_proxy, and probably
others).
+1: niq, minfrin, rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463488
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 22:34:40 +0000 (22:34 +0000)]
mod_ext_filter: Handle filter names which include capital letters.
PR 40323.
+1: trawick, rpluem, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463477
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 22:27:16 +0000 (22:27 +0000)]
Oops, it's done, remove it from STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463469
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 22:21:03 +0000 (22:21 +0000)]
mod_isapi: Simply backport the host of fixes for compilation on unix,
PR#'s 15993 29098 30022 16637 30033 28089
by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
which compiles without changes.
+1 wrowe , fielding, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463467
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 12 Oct 2006 21:04:02 +0000 (21:04 +0000)]
Propose a backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463429
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 10 Oct 2006 22:14:48 +0000 (22:14 +0000)]
Unpropose a backport, it's to code not yet backported to v2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@462602
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 10 Oct 2006 21:58:29 +0000 (21:58 +0000)]
Propose some backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@462594
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 5 Oct 2006 01:50:36 +0000 (01:50 +0000)]
A few missing line breaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@453081
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 4 Oct 2006 16:22:32 +0000 (16:22 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452924
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Oct 2006 12:55:08 +0000 (12:55 +0000)]
* Remove backported patches from STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452468
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Oct 2006 12:52:56 +0000 (12:52 +0000)]
Merge r443503 from trunk:
* PROXY_WORKER_IS_INITIALIZED checks if PROXY_WORKER_INITIALIZED is set in
worker->s->status, but we need to check here if it is set in worker->status.
As PROXY_WORKER_INITIALIZED is set in worker->s->status in
ap_proxy_initialize_worker_share, which is called just before
ap_proxy_initialize_worker we never initialize the worker. This is very bad
as we create no reslist for the pool in this case.
Reviewed by: jim, rpluem, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452465
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Oct 2006 12:49:42 +0000 (12:49 +0000)]
Merge r452213 from trunk:
* Fix precedence problem.
PR: 40658
Submitted by: Larry Cipriani <lvc lucent.com>
Reviewed by: rpluem, niq, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452462
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Oct 2006 12:47:35 +0000 (12:47 +0000)]
Merge r452212 from trunk:
* Fix precedence problem.
PR: 40656
Submitted by: Larry Cipriani <lvc lucent.com>
Reviewed by: rpluem, niq, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452459
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Oct 2006 12:44:05 +0000 (12:44 +0000)]
* Propose new backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452457
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 3 Oct 2006 11:00:11 +0000 (11:00 +0000)]
vote, promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452413
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 3 Oct 2006 10:53:04 +0000 (10:53 +0000)]
spellcheck
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452406
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 2 Oct 2006 21:30:21 +0000 (21:30 +0000)]
Vote for fruit hanging so low it's ready-picked ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452223
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 2 Oct 2006 21:19:48 +0000 (21:19 +0000)]
* Two backport proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452218
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 29 Sep 2006 13:38:31 +0000 (13:38 +0000)]
Move those with at least 3 +1s up as approved
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@451286
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 29 Sep 2006 13:37:33 +0000 (13:37 +0000)]
Cast some vote... those with 3 +1s to be moved up
with next commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@451285
13f79535 -47bb-0310-9956-
ffa450edef68