]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Ruediger Pluem [Fri, 6 Jan 2006 09:16:34 +0000 (09:16 +0000)]
* Add votes and move new proposal to the end of the list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@366456
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 6 Jan 2006 01:33:48 +0000 (01:33 +0000)]
Note potential backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@366382
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 6 Jan 2006 01:06:36 +0000 (01:06 +0000)]
Trivial backport of r366374 - Use AP_BUCKET_IS_ERROR macro
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@366378
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 1 Jan 2006 17:51:03 +0000 (17:51 +0000)]
PR#38084
Correct DBDParams string in example
INOUE Seiichiro (who reported the bug) suggests referencing the
pgsql documentation. I disagree, but I wonder if PgSQL is really
a good choice of example, since it (untypically) parses the params
itself rather than have the apr_dbd driver do it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@360505
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 20 Dec 2005 21:26:26 +0000 (21:26 +0000)]
Review one, add one, promote two bullets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@358108
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 19 Dec 2005 15:06:37 +0000 (15:06 +0000)]
Platform compile fix; Backports 357702.
Quiet warnings of POSIX deprecation in win32 support sources.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357703
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 18 Dec 2005 22:57:46 +0000 (22:57 +0000)]
Vote for C++ config fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357537
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 18 Dec 2005 11:22:20 +0000 (11:22 +0000)]
* Committed as r357456
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357457
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 18 Dec 2005 11:21:05 +0000 (11:21 +0000)]
Merge r357328 from trunk:
* Fix ap_http_chunk_filter to create correct chunks in the case that a
flush bucket is pre- and postfixed by data buckets in the brigade.
Submitted by: Ruediger Pluem
Reviewed by: Justin Erenkrantz, Joe Orton, Jim Jagielski
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357456
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 17 Dec 2005 11:38:52 +0000 (11:38 +0000)]
* Add Justins and Joes vote as per discussion on the list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357339
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 17 Dec 2005 09:27:41 +0000 (09:27 +0000)]
* Add proposal for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357329
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2005 21:15:37 +0000 (21:15 +0000)]
Add the module details for our /base:@...,mod_foo.so magic
Backports 357234
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357235
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2005 21:10:59 +0000 (21:10 +0000)]
Yup sounds right (after further explanation on-list by Joe)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357233
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2005 21:07:01 +0000 (21:07 +0000)]
Backport our generic explanation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357232
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2005 20:56:21 +0000 (20:56 +0000)]
Test _NMAKE_VER define to determine nmake -nologo behavior,
and use $(MAKEOPT) -f syntax throughout to avoid problems
on mingw, borland, etc.
Backport 357226 from trunk
Claiming platform maintainer privs to just fix this for VS2005
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357227
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 16 Dec 2005 20:38:12 +0000 (20:38 +0000)]
Backport Win32 build fixes for mod_dbd and mod_authn_dbd
http://people.apache.org/~colm/httpd-2.2.0-dbd-win32.patch
Submitted by: colm
Reviewed by: pquerna, niq, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357224
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 14 Dec 2005 20:19:28 +0000 (20:19 +0000)]
Change the GUI default install path to mirror Makefile.win - and remove the
sub-version to avoid further maintenance. The paths must be explicit
so that we point the debugger at the resulting httpd.exe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356855
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 14 Dec 2005 20:10:22 +0000 (20:10 +0000)]
Change a misleading error message, srclib/ exists in the build tree,
not in the INSTDIR target tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356847
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 14 Dec 2005 16:30:01 +0000 (16:30 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356797
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 14 Dec 2005 16:25:32 +0000 (16:25 +0000)]
fix properties
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356796
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 14 Dec 2005 15:19:52 +0000 (15:19 +0000)]
Fix typo (PR37905)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356788
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 14 Dec 2005 10:05:48 +0000 (10:05 +0000)]
Trival backports having 3 * +1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356764
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Dec 2005 00:45:29 +0000 (00:45 +0000)]
rebuild docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356659
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Dec 2005 00:44:20 +0000 (00:44 +0000)]
Mention mod_authz_user, a new module in 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356658
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Tue, 13 Dec 2005 18:28:01 +0000 (18:28 +0000)]
I commited the wrong patch to 2.2, jorton noticed this
earlier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356565
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 13 Dec 2005 08:20:38 +0000 (08:20 +0000)]
s/mod_imap/mod_imagemap for 2.2.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356511
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 13 Dec 2005 01:52:46 +0000 (01:52 +0000)]
Seems silly to ship Powered by Apache 2.0 in Apache 2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356447
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Mon, 12 Dec 2005 17:27:59 +0000 (17:27 +0000)]
Fix moderate security issue CVE-2005-3352 mod_imap cross-site scripting flaw
Submitted by: Mark Cox <mjc apache.org>
Reviewed by: jorton, mjc, fielding
PR: 37874
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356291
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 12 Dec 2005 11:10:07 +0000 (11:10 +0000)]
Propose r356234.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356247
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 12 Dec 2005 10:17:31 +0000 (10:17 +0000)]
Merge r355143 from trunk:
* include/httpd.h (conn_state_e): Remove trailing comma from enum.
PR: 37840
Submitted by: Per Olausson <pao darkheim.freeserve.co.uk>
Reviewed by: jorton, rpluem, pquerna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356239
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 12 Dec 2005 10:14:17 +0000 (10:14 +0000)]
Format consistently.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356238
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 11 Dec 2005 21:40:28 +0000 (21:40 +0000)]
Remove unwieldy if-else statement, since it is quite likely that the
improvement on how we handle these pools will remove the old
logic framework that this was originally intended to preserve.
If not, then so what? This is still better.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356033
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 11 Dec 2005 21:30:11 +0000 (21:30 +0000)]
"A man and a woman had a little baby... there were 3 in the family... 3,
it's a magic number"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356027
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Sun, 11 Dec 2005 21:03:05 +0000 (21:03 +0000)]
Correct a misplaced comma.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356021
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 11 Dec 2005 20:58:41 +0000 (20:58 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356020
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 11 Dec 2005 20:57:17 +0000 (20:57 +0000)]
update with release date of 2.2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356019
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 11 Dec 2005 20:54:26 +0000 (20:54 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356018
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 11 Dec 2005 20:52:22 +0000 (20:52 +0000)]
Add a mention of mod_version to the new feature list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356015
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 11 Dec 2005 20:40:18 +0000 (20:40 +0000)]
Added some details about choosing an alternate auth provider.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356011
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 11 Dec 2005 18:29:34 +0000 (18:29 +0000)]
Adding a few additional seealso links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355991
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 10 Dec 2005 19:39:01 +0000 (19:39 +0000)]
Split the Access Control stuff off into it's own howto, because I wanted
to do some stuff with this that really isn't auth related.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355767
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Dec 2005 15:55:25 +0000 (15:55 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355754
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 10 Dec 2005 13:58:50 +0000 (13:58 +0000)]
Mention that digest auth can also be used with authn_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355744
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 10 Dec 2005 08:49:59 +0000 (08:49 +0000)]
* Propose fix for PR37791 for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355720
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 9 Dec 2005 11:58:51 +0000 (11:58 +0000)]
Backport fix for recursive errordocuments (PR 36090)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355454
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Dec 2005 02:37:45 +0000 (02:37 +0000)]
Add required AuthName directive to the example configuration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355325
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Dec 2005 21:51:31 +0000 (21:51 +0000)]
* Add a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355229
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 8 Dec 2005 17:13:57 +0000 (17:13 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355144
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2005 16:59:39 +0000 (16:59 +0000)]
Fix change entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354802
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2005 16:58:01 +0000 (16:58 +0000)]
Merge r327008 from trunk:
keep the proxied Content-Length header for a HEAD response.
PR: 18757
Submitted by: gregames
Reviewed by: jorton, jerenkrantz, niq, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354800
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 7 Dec 2005 16:37:42 +0000 (16:37 +0000)]
Vote and move those with > 3 +1s to accepted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354795
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 7 Dec 2005 16:28:30 +0000 (16:28 +0000)]
Reflect msg sent to dev@httpd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354792
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 7 Dec 2005 15:48:37 +0000 (15:48 +0000)]
Vote on proxy fix backports and propose one as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354779
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 7 Dec 2005 00:45:41 +0000 (00:45 +0000)]
showstopper++
(backports++)++
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354637
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 6 Dec 2005 16:52:22 +0000 (16:52 +0000)]
Add the mod_dbd exports to the NetWare make file
Submitted by: Guenter Knauf <fuankg apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354474
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 6 Dec 2005 11:18:15 +0000 (11:18 +0000)]
Propose backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354404
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 6 Dec 2005 00:56:19 +0000 (00:56 +0000)]
Fix documentation bugs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354249
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 5 Dec 2005 20:38:26 +0000 (20:38 +0000)]
* Add my vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354170
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 5 Dec 2005 20:36:46 +0000 (20:36 +0000)]
Merge r354164 from trunk:
Give a clue about what event really does, and some
small improvements to the leader and worker docs.
Submitted by: Noirin Plunkett <firebird nerdchic.net>, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354167
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 5 Dec 2005 18:24:20 +0000 (18:24 +0000)]
Propose and vote on backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354119
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 5 Dec 2005 17:45:34 +0000 (17:45 +0000)]
Two proposals.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354108
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 5 Dec 2005 09:07:33 +0000 (09:07 +0000)]
Commit a typo-fix identified by Jorge Schrauwen <info blackdot.be>
that will be touched in the -rev2 win32 source bundle. Apparently
this code is gone from svn trunk, so there's nothing to forward port.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354026
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Dec 2005 21:20:58 +0000 (21:20 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@352019
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Dec 2005 21:14:49 +0000 (21:14 +0000)]
fix remaining occurences of mod_imap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@352018
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 3 Dec 2005 20:21:29 +0000 (20:21 +0000)]
* Propose fix for PR37753 for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@352011
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Dec 2005 19:46:43 +0000 (19:46 +0000)]
Merge r351819 from trunk:
Point the breadcrump links to the new docs index page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351820
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Dec 2005 13:45:07 +0000 (13:45 +0000)]
Fix as text.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351716
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Dec 2005 12:33:27 +0000 (12:33 +0000)]
Backport fix for mod_charset_lite 2.2.0 build breakage on Win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351702
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 2 Dec 2005 06:43:39 +0000 (06:43 +0000)]
Rebuild site.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351615
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 2 Dec 2005 06:43:16 +0000 (06:43 +0000)]
It is mod_authN_file, not mod_auth_file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351614
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 1 Dec 2005 17:48:08 +0000 (17:48 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350288
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 1 Dec 2005 17:42:04 +0000 (17:42 +0000)]
Backport r350286, removing ancient reference to a really old version of GCC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350287
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 1 Dec 2005 12:55:45 +0000 (12:55 +0000)]
Make the apr/apr-util 1.2 instructions more explicit and hopefully
more clear.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350243
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 1 Dec 2005 12:13:12 +0000 (12:13 +0000)]
Fix some language issues, and update all of the transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350236
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 1 Dec 2005 12:03:19 +0000 (12:03 +0000)]
Update the transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350233
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 1 Dec 2005 12:02:57 +0000 (12:02 +0000)]
Document the apr/apr-util 1.[01] workaround.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350232
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Thu, 1 Dec 2005 10:40:00 +0000 (10:40 +0000)]
All of the changes are now rolled into one patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350223
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 1 Dec 2005 06:52:06 +0000 (06:52 +0000)]
- Vote.
- Cleanup unused sections. Add an accepted Patches section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350192
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 30 Nov 2005 16:36:57 +0000 (16:36 +0000)]
oops. put the vote the right way around.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349981
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 30 Nov 2005 16:27:14 +0000 (16:27 +0000)]
add a backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349979
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 29 Nov 2005 22:39:48 +0000 (22:39 +0000)]
Remove all votes and discussion from the 2.2.x/STATUS File. These dicusssions should be resolved in trunk, and then we can do the vote on backporting them here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349820
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 29 Nov 2005 22:23:30 +0000 (22:23 +0000)]
Now that the branch (but not a release just yet!) has gone GA, copy the blurb
from 2.0's STATUS about the ground rules for 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349819
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 29 Nov 2005 19:12:13 +0000 (19:12 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349796
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 29 Nov 2005 18:53:11 +0000 (18:53 +0000)]
upgrading.html.fr no longer exists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349789
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 18:22:43 +0000 (18:22 +0000)]
Merge r349776 from trunk:
Fix a mixed-up module reference and document (carefully)
how to turn off require in a subdirectory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349779
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 29 Nov 2005 17:13:02 +0000 (17:13 +0000)]
DBD/Windows release note patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349765
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 16:41:49 +0000 (16:41 +0000)]
Merge r349753, r349754 from trunk:
Move closing tag to proper location.
Kill a very old html-only translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349755
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 16:10:50 +0000 (16:10 +0000)]
Merge r349747 from trunk:
Some config file changes:
- Make the <Files> section safer by
adding Satisfy all (as is already present in 1.3)
- Remove some handler examples that almost nobody will
use (the config file is not the documentation)
- Remove some win32 specific stuff from the default
config, since win32 uses its own config file
- Remove the config section for the perchild mpm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349748
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 29 Nov 2005 15:59:58 +0000 (15:59 +0000)]
Fix typo and capitalize SSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349745
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 15:57:45 +0000 (15:57 +0000)]
The module name changes will probably hit people in
run-time configuration at least as much as in
compile-time, so mention it there as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349744
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 15:53:21 +0000 (15:53 +0000)]
Make the upgrading doc more user-friendly by explicitly
stating some places where things *haven't* changed.
The statement about third-party modules could use some
review by someone who has tried some.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349741
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 29 Nov 2005 09:18:44 +0000 (09:18 +0000)]
remove unnecessary references to httpd version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349679
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 29 Nov 2005 08:58:47 +0000 (08:58 +0000)]
Fix a broken link.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349675
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 29 Nov 2005 08:56:35 +0000 (08:56 +0000)]
remove deleted mpms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349674
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 29 Nov 2005 08:56:06 +0000 (08:56 +0000)]
minor tweaks for readability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349673
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 29 Nov 2005 08:24:03 +0000 (08:24 +0000)]
Re-roll-on to 2.2.1-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349670
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 29 Nov 2005 08:11:48 +0000 (08:11 +0000)]
Re-version for 2.2.0 tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349667
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 29 Nov 2005 08:09:58 +0000 (08:09 +0000)]
* ap_mmn.h: Flag the
20051115 .0 date as 2.2.0's fixed MMN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349666
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 29 Nov 2005 08:05:47 +0000 (08:05 +0000)]
Update docs STATUS version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349663
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 29 Nov 2005 08:00:39 +0000 (08:00 +0000)]
Low-hanging fruit for changes from 2.1->2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349662
13f79535 -47bb-0310-9956-
ffa450edef68