]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
18 years agoGive mod_cache some more lovin': cast some votes and propose a backport.
Justin Erenkrantz [Thu, 17 May 2007 05:51:14 +0000 (05:51 +0000)] 
Give mod_cache some more lovin': cast some votes and propose a backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538809 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add comment
Ruediger Pluem [Wed, 16 May 2007 19:15:04 +0000 (19:15 +0000)] 
* Add comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538692 13f79535-47bb-0310-9956-ffa450edef68

18 years agoI think I found the PKCS#7 patch
Sander Temme [Wed, 16 May 2007 05:41:22 +0000 (05:41 +0000)] 
I think I found the PKCS#7 patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538439 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadded proposals for backporting patches for PRs 39985 and 41302,
Chris Darroch [Wed, 16 May 2007 02:21:08 +0000 (02:21 +0000)] 
added proposals for backporting patches for PRs 39985 and 41302,
and various prerequisite patches

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538407 13f79535-47bb-0310-9956-ffa450edef68

18 years agovote and explanation
Chris Darroch [Thu, 10 May 2007 20:35:27 +0000 (20:35 +0000)] 
vote and explanation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536989 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a proposal
Ruediger Pluem [Thu, 10 May 2007 20:16:42 +0000 (20:16 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536986 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRoll up patches and attach to bug so there's a URL to point to
Nick Kew [Thu, 10 May 2007 11:30:31 +0000 (11:30 +0000)] 
Roll up patches and attach to bug so there's a URL to point to

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536831 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose trivial bugfix
Nick Kew [Thu, 10 May 2007 10:58:31 +0000 (10:58 +0000)] 
Propose trivial bugfix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536821 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* This proposal resurrected in r536002. It was already backported in r535903.
Ruediger Pluem [Wed, 9 May 2007 19:52:47 +0000 (19:52 +0000)] 
* This proposal resurrected in r536002. It was already backported in r535903.
  So remove it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536631 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r535169 from trunk:
Ruediger Pluem [Wed, 9 May 2007 19:35:45 +0000 (19:35 +0000)] 
Merge r535169 from trunk:

* Add extern "C" linkage to several headers to make it easier to use
  them in C++ code.

PR: 42286
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem, wrowe, niq

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536627 13f79535-47bb-0310-9956-ffa450edef68

18 years agovote&promote low-hanging fruit
Nick Kew [Tue, 8 May 2007 22:01:16 +0000 (22:01 +0000)] 
vote&promote low-hanging fruit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536348 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast a vote
Ruediger Pluem [Tue, 8 May 2007 21:09:03 +0000 (21:09 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536329 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a comment
Ruediger Pluem [Tue, 8 May 2007 20:56:19 +0000 (20:56 +0000)] 
* Add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536327 13f79535-47bb-0310-9956-ffa450edef68

18 years agonew suggestion, make mod_so more informative
William A. Rowe Jr [Tue, 8 May 2007 19:25:53 +0000 (19:25 +0000)] 
new suggestion, make mod_so more informative

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536307 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r473278 from trunk:
Jim Jagielski [Tue, 8 May 2007 18:25:52 +0000 (18:25 +0000)] 
Merge r473278 from trunk:

Add alternate is_socket_connected by using APR functions.
Submitted by: mturk
Reviewed by: jim

Merge r535354 from trunk:

Abstract out (kinda) MSG_PEEK. This way when we
actually update APR and apr_socket_recvfrom()
to know about APR_MSG_OOB, APR_MSG_PEEK, etc...
this code won't need to be adjusted. Also,
make nicer for 2.2 backport.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536291 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPromote
Jim Jagielski [Tue, 8 May 2007 18:22:09 +0000 (18:22 +0000)] 
Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536289 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast vote
Jim Jagielski [Tue, 8 May 2007 18:21:28 +0000 (18:21 +0000)] 
Cast vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536286 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAfter all, add the original proposer to the vote.
Mladen Turk [Tue, 8 May 2007 17:52:50 +0000 (17:52 +0000)] 
After all, add the original proposer to the vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536275 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUps. Filed under wrong chapter. Sorry :)
Mladen Turk [Tue, 8 May 2007 17:44:15 +0000 (17:44 +0000)] 
Ups. Filed under wrong chapter. Sorry :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536272 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista
Mladen Turk [Tue, 8 May 2007 17:37:18 +0000 (17:37 +0000)] 
Propose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536270 13f79535-47bb-0310-9956-ffa450edef68

18 years agowhitespace
William A. Rowe Jr [Tue, 8 May 2007 17:28:47 +0000 (17:28 +0000)] 
whitespace

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536264 13f79535-47bb-0310-9956-ffa450edef68

18 years agoDone; condense, vote and promote.
William A. Rowe Jr [Tue, 8 May 2007 17:26:45 +0000 (17:26 +0000)] 
Done; condense, vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536263 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRollback my previous commit. Sorry ;-(
Jean-Frederic Clere [Tue, 8 May 2007 11:01:51 +0000 (11:01 +0000)] 
Rollback my previous commit. Sorry ;-(

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536160 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd the improvement proposed by rpluem to my backporting proposal.
Jean-Frederic Clere [Tue, 8 May 2007 10:54:35 +0000 (10:54 +0000)] 
Add the improvement proposed by rpluem to my backporting proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536158 13f79535-47bb-0310-9956-ffa450edef68

18 years agoA bit more garbage I missed in the previous conflict
William A. Rowe Jr [Mon, 7 May 2007 23:25:14 +0000 (23:25 +0000)] 
A bit more garbage I missed in the previous conflict

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536018 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote, promote, demote
William A. Rowe Jr [Mon, 7 May 2007 21:49:18 +0000 (21:49 +0000)] 
Vote, promote, demote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536002 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a proposal
Ruediger Pluem [Mon, 7 May 2007 15:46:33 +0000 (15:46 +0000)] 
* Add a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535911 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* This one was backported
Ruediger Pluem [Mon, 7 May 2007 15:33:41 +0000 (15:33 +0000)] 
* This one was backported

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535904 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r476625 from trunk:
Ruediger Pluem [Mon, 7 May 2007 15:32:57 +0000 (15:32 +0000)] 
Merge r476625 from trunk:

* Use the query string stored in r->parsed_uri.query instead of r->args
  as r->args could have been changed (e.g. via mod_rewrite) after the quick
  handler hook. This causes resources to be stored under a key, where they
  cannot be fetched again in the quick handler.

PR: 40805

Submitted by: rpluem
Reviewed by: rpluem, jim, sctemme

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535903 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Promote one patch
Ruediger Pluem [Mon, 7 May 2007 15:28:30 +0000 (15:28 +0000)] 
* Promote one patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535902 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast vote for mod_cache patch.
Sander Temme [Mon, 7 May 2007 15:21:50 +0000 (15:21 +0000)] 
Cast vote for mod_cache patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535898 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a comment, a vote and a proposal
Ruediger Pluem [Sun, 6 May 2007 14:05:33 +0000 (14:05 +0000)] 
* Add a comment, a vote and a proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535614 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNote suppl patch which makes this more tasty.
Jim Jagielski [Fri, 4 May 2007 19:15:21 +0000 (19:15 +0000)] 
Note suppl patch which makes this more tasty.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535355 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNote backport that should be in our collective consciousness
Jim Jagielski [Fri, 4 May 2007 18:46:19 +0000 (18:46 +0000)] 
Note backport that should be in our collective consciousness
but the MSB_PEEK flag needs to be looked at...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535348 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport r535248
Joshua Slive [Fri, 4 May 2007 14:45:52 +0000 (14:45 +0000)] 
Backport r535248

As discussed on docs@httpd, remove the FAQ and replace it with the contents
of the old support.xml and a pointer to the wiki.

Of possible interest: I've also removed the link to the professional support
database, since it was returning error 500 for some time and nobody
seemed to care.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535267 13f79535-47bb-0310-9956-ffa450edef68

18 years agoEnglish Revision: 421100
Hiroaki Kawai [Fri, 4 May 2007 10:42:11 +0000 (10:42 +0000)] 
English Revision: 421100

Submitted by: Takashi Sato
Reviewed by: Hiroaki Kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535159 13f79535-47bb-0310-9956-ffa450edef68

18 years agoSync with httpd-trunk descript
Jim Jagielski [Tue, 1 May 2007 13:25:26 +0000 (13:25 +0000)] 
Sync with httpd-trunk descript

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534072 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApplied
Jim Jagielski [Tue, 1 May 2007 13:22:52 +0000 (13:22 +0000)] 
Applied

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534069 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r527969 from trunk:
Jim Jagielski [Tue, 1 May 2007 13:22:27 +0000 (13:22 +0000)] 
Merge r527969 from trunk:

HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
processing of error responses (4xx, 5xx) will be altered.

PR: 39245

This is based on a patch submitted by Bart van der Schans <schans hippo.nl>
and tweaked slightly by me based on discussions on dev@ since April 2006.
I think rpleum was the first to mention the 1xx issue.

Submitted by: trawick
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534068 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApplied
Jim Jagielski [Tue, 1 May 2007 13:21:18 +0000 (13:21 +0000)] 
Applied

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534067 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApproved backport
Jim Jagielski [Tue, 1 May 2007 13:20:59 +0000 (13:20 +0000)] 
Approved backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534066 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApplied backport
Jim Jagielski [Tue, 1 May 2007 13:17:30 +0000 (13:17 +0000)] 
Applied backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534064 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApproved backport:
Jim Jagielski [Tue, 1 May 2007 13:16:58 +0000 (13:16 +0000)] 
Approved backport:

    * mod_ssl: Move thread locking upcall initialization before
      hardware library initialization, so hardware library can use
      these upcalls when run in a threaded MPM. Fixes PR 20951.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534062 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate STATUS for applied patch
Jim Jagielski [Tue, 1 May 2007 13:13:34 +0000 (13:13 +0000)] 
Update STATUS for applied patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534058 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackports:
Jim Jagielski [Tue, 1 May 2007 13:12:59 +0000 (13:12 +0000)] 
Backports:

Correct behavior of HTTP request headers sent by ab in presence of -H command-
line overrides.  Previously, ab would concatenate a supplied -H User-Agent:
header to the existing one, and send duplicate headers if either -H Host: or
-H Accept: were specified on the command line.

Now, the default headers are not sent if they are overridden using the -H
command-line flag.

Submitted by:  Arvind Srinivasan arvind.srinivasan  sun.com
Reviewed by: sctemme
PR: 31268, 26554

The apr_port_t type is unsigned, but ab was using a signed format code in
its reports. PR 42070. Submitted by Takashi Sato serai  lans-tv.com,
reviewed by sctemme.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534057 13f79535-47bb-0310-9956-ffa450edef68

18 years ago... and promote...
Jim Jagielski [Tue, 1 May 2007 13:05:09 +0000 (13:05 +0000)] 
... and promote...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534052 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast some votes...
Jim Jagielski [Tue, 1 May 2007 13:04:15 +0000 (13:04 +0000)] 
Cast some votes...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534051 13f79535-47bb-0310-9956-ffa450edef68

18 years agoport r532162 to the 2.2.x stable branch
Greg Stein [Tue, 1 May 2007 10:40:46 +0000 (10:40 +0000)] 
port r532162 to the 2.2.x stable branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533998 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r409442 from trunk:
Ruediger Pluem [Tue, 1 May 2007 08:39:18 +0000 (08:39 +0000)] 
Merge r409442 from trunk:

* Fix documentation about the data types of attributes in the AJP protocol.

PR: 39658

Submitted by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533965 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a backport proposal
Ruediger Pluem [Tue, 1 May 2007 07:52:22 +0000 (07:52 +0000)] 
* Add a backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533959 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast some votes
Ruediger Pluem [Mon, 30 Apr 2007 22:32:11 +0000 (22:32 +0000)] 
* Cast some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533870 13f79535-47bb-0310-9956-ffa450edef68

18 years ago`build extraclean all`
André Malo [Tue, 24 Apr 2007 16:18:39 +0000 (16:18 +0000)] 
`build extraclean all`
`build convmap`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531998 13f79535-47bb-0310-9956-ffa450edef68

18 years agonewlines
André Malo [Tue, 24 Apr 2007 13:32:55 +0000 (13:32 +0000)] 
newlines

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531930 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd forgotten '|| true' to prevent 'make install-man' from returning an error (if...
Martin Kraemer [Tue, 24 Apr 2007 11:08:01 +0000 (11:08 +0000)] 
Add forgotten '|| true' to prevent 'make install-man' from returning an error (if rsync is not present on the platform)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531878 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast a vote
Ruediger Pluem [Thu, 12 Apr 2007 20:00:54 +0000 (20:00 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@528111 13f79535-47bb-0310-9956-ffa450edef68

18 years agomerge fix to 39245?
Jeff Trawick [Thu, 12 Apr 2007 15:16:33 +0000 (15:16 +0000)] 
merge fix to 39245?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527975 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r484789 from trunk:
Jim Jagielski [Tue, 10 Apr 2007 12:38:08 +0000 (12:38 +0000)] 
Merge r484789 from trunk:

We are doing nothing here... but keep the stubs
in case we ever do.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527107 13f79535-47bb-0310-9956-ffa450edef68

18 years agoApply approved backport
Jim Jagielski [Tue, 10 Apr 2007 12:35:00 +0000 (12:35 +0000)] 
Apply approved backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527105 13f79535-47bb-0310-9956-ffa450edef68

18 years agomerge from trunk:
Jeff Trawick [Mon, 9 Apr 2007 20:56:01 +0000 (20:56 +0000)] 
merge from trunk:

core: Correct a regression since 2.0.x in the handling of AllowOverride
Options.

PR: 41829

Submitted by: Torsten Förtsch <torsten.foertsch gmx.net>
Reviewed by: niq, rpluem, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526912 13f79535-47bb-0310-9956-ffa450edef68

18 years agoproposals++
Jeff Trawick [Mon, 9 Apr 2007 20:02:03 +0000 (20:02 +0000)] 
proposals++

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526901 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backport of two minor ab.c fixes
Sander Temme [Mon, 9 Apr 2007 19:17:31 +0000 (19:17 +0000)] 
Propose backport of two minor ab.c fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526882 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backport of hardware SSL fix
Sander Temme [Thu, 5 Apr 2007 06:00:16 +0000 (06:00 +0000)] 
Propose backport of hardware SSL fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@525712 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport Order fix.
Joshua Slive [Tue, 27 Mar 2007 15:12:45 +0000 (15:12 +0000)] 
Backport Order fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522950 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdditional Fix for 40310.
Jean-Frederic Clere [Tue, 27 Mar 2007 09:50:46 +0000 (09:50 +0000)] 
Additional Fix for 40310.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522847 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Vote and promote
Ruediger Pluem [Sat, 24 Mar 2007 20:07:47 +0000 (20:07 +0000)] 
* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522100 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPropose backport
Nick Kew [Sat, 24 Mar 2007 13:03:41 +0000 (13:03 +0000)] 
Propose backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522014 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate status with comment and votes
Mladen Turk [Wed, 21 Mar 2007 12:53:37 +0000 (12:53 +0000)] 
Update status with comment and votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@520869 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast votes for 2 backports...
Jim Jagielski [Tue, 13 Mar 2007 20:52:34 +0000 (20:52 +0000)] 
Cast votes for 2 backports...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517865 13f79535-47bb-0310-9956-ffa450edef68

18 years agoSure. Why not :)
Jim Jagielski [Tue, 13 Mar 2007 20:47:01 +0000 (20:47 +0000)] 
Sure. Why not :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517862 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast a vote
Ruediger Pluem [Tue, 13 Mar 2007 20:33:26 +0000 (20:33 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517857 13f79535-47bb-0310-9956-ffa450edef68

18 years agomod_ldap backport proposal
Bradley Nicholes [Tue, 13 Mar 2007 18:12:30 +0000 (18:12 +0000)] 
mod_ldap backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517799 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd the case_flt experimental modules to the NetWare build
Bradley Nicholes [Tue, 13 Mar 2007 00:08:52 +0000 (00:08 +0000)] 
Add the case_flt experimental modules to the NetWare build

Submitted by: Guenter Knauf <fuankg apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517472 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport of r515403, quote filesystem paths that might have spaces in them when expanded.
Sander Temme [Wed, 7 Mar 2007 07:33:58 +0000 (07:33 +0000)] 
Backport of r515403, quote filesystem paths that might have spaces in them when expanded.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@515485 13f79535-47bb-0310-9956-ffa450edef68

18 years agoGenerated HTML from previous XML changes and some housekeeping changes by build system
Sander Temme [Sat, 24 Feb 2007 16:17:27 +0000 (16:17 +0000)] 
Generated HTML from previous XML changes and some housekeeping changes by build system

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@511293 13f79535-47bb-0310-9956-ffa450edef68

18 years agoHardware crypto support is less experimental in 2.2
Sander Temme [Sat, 24 Feb 2007 16:07:29 +0000 (16:07 +0000)] 
Hardware crypto support is less experimental in 2.2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@511290 13f79535-47bb-0310-9956-ffa450edef68

18 years agounpropose a backport (sorry, Brad)
Jeff Trawick [Wed, 21 Feb 2007 03:09:34 +0000 (03:09 +0000)] 
unpropose a backport (sorry, Brad)

I'll back out the trunk commit if a reasonable solution
doesn't present itself very soon

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509873 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r486320 from trunk:
Jim Jagielski [Tue, 20 Feb 2007 17:12:55 +0000 (17:12 +0000)] 
Merge r486320 from trunk:

* Handle request bodies larger than 2 GB by converting the Content-Length
  header string of the request correctly to apr_off_t.

PR: 40883

Submitted by: rpluem
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509665 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMove up
Jim Jagielski [Tue, 20 Feb 2007 17:10:42 +0000 (17:10 +0000)] 
Move up

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509661 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCast a vote
Jim Jagielski [Tue, 20 Feb 2007 17:10:11 +0000 (17:10 +0000)] 
Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509660 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge r507516 from trunk:
Jim Jagielski [Tue, 20 Feb 2007 17:06:00 +0000 (17:06 +0000)] 
Merge r507516 from trunk:

Patch for PR#11540 (submitted by Stuart Children)

Submitted by: niq
Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509651 13f79535-47bb-0310-9956-ffa450edef68

18 years agovote
Bradley Nicholes [Tue, 20 Feb 2007 16:23:19 +0000 (16:23 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509629 13f79535-47bb-0310-9956-ffa450edef68

18 years agosimple LDAP API usage fix
Jeff Trawick [Mon, 19 Feb 2007 16:26:31 +0000 (16:26 +0000)] 
simple LDAP API usage fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509238 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVote...
Graham Leggett [Fri, 16 Feb 2007 21:15:18 +0000 (21:15 +0000)] 
Vote...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@508582 13f79535-47bb-0310-9956-ffa450edef68

18 years agovotes++
Jeff Trawick [Thu, 15 Feb 2007 15:19:22 +0000 (15:19 +0000)] 
votes++

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@507958 13f79535-47bb-0310-9956-ffa450edef68

18 years agoActually, I think this should be a show-stopper, since the
Jim Jagielski [Thu, 15 Feb 2007 15:14:25 +0000 (15:14 +0000)] 
Actually, I think this should be a show-stopper, since the
current behavior is broke broke broke.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@507956 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackport proposal:
Jim Jagielski [Thu, 15 Feb 2007 15:04:01 +0000 (15:04 +0000)] 
Backport proposal:
  http://svn.apache.org/viewvc?view=rev&revision=507516
  PR: 11540

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@507949 13f79535-47bb-0310-9956-ffa450edef68

18 years agoImplement a BASEDIR build environment variable to allow the NetWare build to relocate...
Bradley Nicholes [Fri, 9 Feb 2007 23:59:15 +0000 (23:59 +0000)] 
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files

Submitted by: Guenter Knauf <fuankg apache org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@505572 13f79535-47bb-0310-9956-ffa450edef68

18 years agoWhy bother?
Jim Jagielski [Thu, 8 Feb 2007 13:56:07 +0000 (13:56 +0000)] 
Why bother?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@504900 13f79535-47bb-0310-9956-ffa450edef68

18 years agobomb the BOM
Jim Jagielski [Fri, 2 Feb 2007 23:46:57 +0000 (23:46 +0000)] 
bomb the BOM

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@502799 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge from trunk:
Jeff Trawick [Mon, 29 Jan 2007 17:54:10 +0000 (17:54 +0000)] 
Merge from trunk:
  Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory
  can work after that terminating signal.

Submitted by: Eric Covener <covener gmail.com>
Reviewed by: trawick, rpluem, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@501130 13f79535-47bb-0310-9956-ffa450edef68

18 years agoVotes.
Joe Orton [Mon, 29 Jan 2007 15:21:40 +0000 (15:21 +0000)] 
Votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@501078 13f79535-47bb-0310-9956-ffa450edef68

18 years agoadd commentary fix from rpluem to backport
Jeff Trawick [Mon, 29 Jan 2007 01:53:32 +0000 (01:53 +0000)] 
add commentary fix from rpluem to backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@500919 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add comment
Ruediger Pluem [Sun, 28 Jan 2007 22:04:00 +0000 (22:04 +0000)] 
* Add comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@500899 13f79535-47bb-0310-9956-ffa450edef68

18 years agopropose backporting the code to catch SIGFPE
Jeff Trawick [Sun, 28 Jan 2007 21:16:56 +0000 (21:16 +0000)] 
propose backporting the code to catch SIGFPE

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@500882 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMerge rpluem's fix into my proposal
Nick Kew [Wed, 24 Jan 2007 21:59:20 +0000 (21:59 +0000)] 
Merge rpluem's fix into my proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499587 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Add a comment
Ruediger Pluem [Wed, 24 Jan 2007 21:22:43 +0000 (21:22 +0000)] 
* Add a comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499572 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPoint out that if another authorization method is used
Bradley Nicholes [Wed, 24 Jan 2007 03:47:59 +0000 (03:47 +0000)] 
Point out that if another authorization method is used
with mod_authnz_ldap, AuthzLDAPAuthoritative must be
set to off.

submitted by: Darren Spruell <phatbuckett gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499242 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Cast a vote
Ruediger Pluem [Tue, 23 Jan 2007 21:06:49 +0000 (21:06 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499135 13f79535-47bb-0310-9956-ffa450edef68

18 years agopropose a proxy fix for backport
Jeff Trawick [Tue, 23 Jan 2007 13:01:41 +0000 (13:01 +0000)] 
propose a proxy fix for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499011 13f79535-47bb-0310-9956-ffa450edef68

18 years agoSet the SSLMutex to default on the NetWare platform and make sure that the file locat...
Bradley Nicholes [Mon, 22 Jan 2007 16:07:39 +0000 (16:07 +0000)] 
Set the SSLMutex to default on the NetWare platform and make sure that the file locations are being set properly.

Submitted by: Guenter Knauf <fuankg apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@498666 13f79535-47bb-0310-9956-ffa450edef68