]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
William A. Rowe Jr [Thu, 27 Jul 2006 16:49:09 +0000 (16:49 +0000)]
Changes from trunk noted by Mladen, fix %~na typo and activate our
config rewriting; and copy a NOTICE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@426133
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 26 Jul 2006 22:54:56 +0000 (22:54 +0000)]
Jeff's dead on - a diff is needed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425897
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Jul 2006 14:20:48 +0000 (14:20 +0000)]
Merge r425210 from trunk:
* Add a check to make sure that the base provider and the alias names are
different and also that the alias has not been registered before.
PR: 40051
Submitted by: bnicholes
Reviewed by: bnicholes, rpluem, fielding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425740
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Jul 2006 13:31:38 +0000 (13:31 +0000)]
Merge r411306 from trunk:
* Fix a problem with invalid auth error detection for LDAP client SDKs that don't
support the LDAP_SECURITY_ERROR macro.
PR: 39529
Submitted by: Ray Price <dohrayme yahoo.com>, Josh Fenlason <jfenlason ptc.com>
Reviewed by: bnicholes, wrowe, fielding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425731
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 26 Jul 2006 13:04:27 +0000 (13:04 +0000)]
Merge r410370 from trunk:
* Keep the Content-Type for successfully revalidated
cached objects, by unsetting possible Content-Type headers in
r->headers_out and r->err_headers_out as they may be different to what
we have received from the cache.
Actually they are not needed as r->content_type set by
ap_set_content_type a few lines above will be used in the store_headers
functions of the storage providers as a fallback and the HTTP_HEADER filter
does overwrite the Content-Type header with r->content_type anyway.
PR: 39647
Submitted by: rpluem
Reviewed by: rpluem, pquerna, fielding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425725
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 26 Jul 2006 08:40:24 +0000 (08:40 +0000)]
Cast a baleful eye over proposal to ship hacked third-party package
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425677
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 26 Jul 2006 08:18:53 +0000 (08:18 +0000)]
Backport mod_speling enhancement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425670
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 26 Jul 2006 08:10:01 +0000 (08:10 +0000)]
Promote patches with 3 votes (hey, should've done that before backport:-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425664
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 26 Jul 2006 08:00:23 +0000 (08:00 +0000)]
Backport DBD fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425659
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 26 Jul 2006 00:00:15 +0000 (00:00 +0000)]
not a very good vacation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425561
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 25 Jul 2006 06:26:44 +0000 (06:26 +0000)]
* Cast some votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425304
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 24 Jul 2006 22:43:46 +0000 (22:43 +0000)]
propose a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425211
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Jul 2006 17:36:17 +0000 (17:36 +0000)]
ScriptSock has been global-only for a couple of years
now; fix the docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425131
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Mon, 24 Jul 2006 15:18:05 +0000 (15:18 +0000)]
Propose a small backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425086
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Jul 2006 13:34:19 +0000 (13:34 +0000)]
Merge r399947, r406697 from trunk:
* Add optional 'scheme://' prefix to ServerName directive. For
'https', mod_http returns "https" for the ap_hook_http_scheme and
DEFAULT_HTTPS_PORT for ap_hook_default_port. This fixes Redirect
responses to requests for directories without a trailing slash
when httpd runs behind a proxy or offload device that processes
SSL. It also enables support for Subversion in that
configuration. This change is completely backwards compatible
and passes the perl-framework. Minor mmn bump because I add a
field to server_rec.
* Document r399947, addition of optional scheme:// to ServerName directive
PR: 33398
Submitted by: sctemme
Reviewed by: sctemme, rpluem, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425051
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Jul 2006 13:05:19 +0000 (13:05 +0000)]
Merge r407357, r408154, r408729 from trunk:
* Handle the cases "no proxy request" and "reverse proxy request" in the same
manner, when setting scheme and port_str. This is needed because if a cached
entry is looked up by mod_cache's quick handler r->proxyreq
is still unset in the reverse proxy case as it only gets set in the
translate name hook (either by ProxyPass or mod_rewrite) which is run
after the quick handler hook. This is different to the forward proxy
case where it gets set before the quick handler is run (in the
post_read_request hook).
If a cache entry is created by the CACHE_SAVE filter we always have
r->proxyreq set correctly.
Also set scheme to ap_http_scheme(r) instead of "http" to handle SSL
correctly.
* Fix const compiler warning introduced by r407357.
Noticed by: Joe Orton
* Cleanup the code by replacing some inline code to lower-case a string with
ap_str_tolower.
Proposed by: Joe Orton
PR: 39593
Submitted by: rpluem
Reviewed by: rpluem, jim, pquerna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425035
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 24 Jul 2006 09:58:06 +0000 (09:58 +0000)]
Propose backport for DBD configuration segfault fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424987
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Jul 2006 01:43:24 +0000 (01:43 +0000)]
merge from trunk:
Worker MPM: On graceless shutdown or restart, send signals to
each worker thread to wake them up if they're polling on a
Keep-Alive connection. PR 38737. [Chris Darroch]
PR: 38737
Reviewed by: chrisd, trawick, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424876
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Jul 2006 01:34:58 +0000 (01:34 +0000)]
merge from trunk:
worker and event MPMs: fix excessive forking if fork() or child_init
take a long time.
PR: 39275
Reviewed by: trawick, gregames, pquerna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424874
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jul 2006 21:01:18 +0000 (21:01 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424818
13f79535 -47bb-0310-9956-
ffa450edef68
Ben Laurie [Sun, 23 Jul 2006 11:11:58 +0000 (11:11 +0000)]
Reverse PKCS#7 patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424711
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 23 Jul 2006 09:11:50 +0000 (09:11 +0000)]
Backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424694
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 23 Jul 2006 09:11:29 +0000 (09:11 +0000)]
Merge r395211, r410828 from trunk:
* configure.in: Add --with-included-apr flag to force use of the
bundled copies of APR and APR-util.
* configure.in: Use common variables for the required APR/APR-util
version.
Reviewed by: jorton, rpluem, pquerna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424693
13f79535 -47bb-0310-9956-
ffa450edef68
Ben Laurie [Sat, 22 Jul 2006 14:27:43 +0000 (14:27 +0000)]
Add PKCS#7 support.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424584
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 21 Jul 2006 15:18:18 +0000 (15:18 +0000)]
vote for a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424357
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 21 Jul 2006 12:03:33 +0000 (12:03 +0000)]
no more forkamatic?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424277
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 12 Jul 2006 05:54:25 +0000 (05:54 +0000)]
update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421144
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 05:12:56 +0000 (05:12 +0000)]
update according to board resolution
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421126
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 03:55:27 +0000 (03:55 +0000)]
update collective copyright notice in manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421105
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 03:38:44 +0000 (03:38 +0000)]
update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421103
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 03:37:10 +0000 (03:37 +0000)]
update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421102
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 03:20:01 +0000 (03:20 +0000)]
update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421100
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 12 Jul 2006 03:11:23 +0000 (03:11 +0000)]
update collective copyright notice in manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421096
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jul 2006 21:13:13 +0000 (21:13 +0000)]
update revision reference and transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419703
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Jul 2006 20:52:51 +0000 (20:52 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419698
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jul 2006 18:07:45 +0000 (18:07 +0000)]
Update the instructions slightly for openssl and zlib based on 2.2.0
and later builds of httpd on windows.
Backports: 419635
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419637
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 5 Jul 2006 19:56:16 +0000 (19:56 +0000)]
* Add comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419322
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jul 2006 03:15:42 +0000 (03:15 +0000)]
Matt's proposed this be backported, choose the straight-line approach.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419144
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jul 2006 03:04:55 +0000 (03:04 +0000)]
Some feedback/votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419142
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jul 2006 02:37:44 +0000 (02:37 +0000)]
Remove an invalid backport proposal. You must cite source code
(in the form of a file or patch) which actually compiles and runs
as submitted.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419140
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 30 Jun 2006 19:06:10 +0000 (19:06 +0000)]
Backport 418360 (per-directory rewrites clarification)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418361
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 30 Jun 2006 18:28:38 +0000 (18:28 +0000)]
Backport 418354 (add vary to prefer-language example).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418355
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 30 Jun 2006 18:18:45 +0000 (18:18 +0000)]
Merge 413217 from trunk (missing WINCH from index of signals).
PR: 38966
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418353
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 30 Jun 2006 15:47:55 +0000 (15:47 +0000)]
Fix Typo (PR 39939)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418315
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Fri, 30 Jun 2006 08:27:30 +0000 (08:27 +0000)]
Add missing space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418199
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 28 Jun 2006 18:39:37 +0000 (18:39 +0000)]
Change the example code to use the correct directive name and the correct setting for the AuthzAuthoritative directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417837
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 27 Jun 2006 17:16:29 +0000 (17:16 +0000)]
bump up the English revision.
English revision: 417234
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417528
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 26 Jun 2006 16:51:11 +0000 (16:51 +0000)]
Patch submitted by Matt Lewandowsky - fixes name of mod_isapi handler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417234
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 24 Jun 2006 00:22:43 +0000 (00:22 +0000)]
Merge r416844 from trunk:
Update the LICENSE file since mod_imap was renamed to mod_imagemap.
Noticed by: Albert Chin <apache-dev mlists.thewrittenword.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@416845
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 21 Jun 2006 23:23:04 +0000 (23:23 +0000)]
Propose backport of bugfix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@416167
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Sun, 18 Jun 2006 21:51:54 +0000 (21:51 +0000)]
Backporting mod_usertrack updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415200
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 18 Jun 2006 14:08:37 +0000 (14:08 +0000)]
Move up two accepted patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415141
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 18 Jun 2006 14:07:35 +0000 (14:07 +0000)]
vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415140
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 18 Jun 2006 13:57:54 +0000 (13:57 +0000)]
Backport fix for PR#39672 (Don't try to insert an undefined filter)
and chop outdated blurb.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415138
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 14 Jun 2006 10:21:00 +0000 (10:21 +0000)]
Propose speling thingey; vote&promote worker patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@414174
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Jun 2006 18:32:33 +0000 (18:32 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413724
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 11 Jun 2006 17:44:51 +0000 (17:44 +0000)]
Submitted by Vincent "noodl" Bray.
Adds link to the other caching doc, where many secrets are revealed and
mysteries uncovered.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413483
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 11 Jun 2006 15:29:41 +0000 (15:29 +0000)]
Referring to stuff added in 1.1, in the 2.2 docs, seems a little
archaic. Rephrase a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413462
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 11 Jun 2006 14:26:50 +0000 (14:26 +0000)]
Remove an appendix that hasn't really been useful since the turn of the
century.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413452
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Jun 2006 12:39:01 +0000 (12:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413441
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 10 Jun 2006 18:29:26 +0000 (18:29 +0000)]
Based on report from alex.extreme2@gmail.com (Alex Smith) poked around a
bit, and there were a lot of incorrect paths in this document. Also, the
'apache.exe' file is now named 'httpd.exe' as god intended.
"C:\Program Files\Apache Group" becomes "C:\Program Files\Apache
Software Foundation" and the cooresponding change also made in the
registry paths.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413348
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 10 Jun 2006 03:17:32 +0000 (03:17 +0000)]
Gramatical nitpicking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413219
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 2 Jun 2006 22:14:15 +0000 (22:14 +0000)]
authnz_ldap backport proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@411312
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 1 Jun 2006 20:26:09 +0000 (20:26 +0000)]
* Propose fix for PR 39647 for backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410938
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 1 Jun 2006 20:12:51 +0000 (20:12 +0000)]
Merge r377291 from trunk:
Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does.
Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Ported to event MPM by: rooneg
Issue number: 38621
* server/mpm/worker/worker.c
(ap_mpm_run): Make the graceful shutdown log message refer to the right
signal, and respect the graceful shutdown timeout if there is one.
* server/mpm/experimental/event/event.c
(ap_mpm_run): Ditto.
* CHANGES: Note change.
Submitted by: chrisd, rooneg
Reviewed by: chrisd, rpluem, trawick
PR: 38621
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410935
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 1 Jun 2006 20:03:53 +0000 (20:03 +0000)]
Merge r399388 from trunk:
* Add Content-Type to headers_out if not already set. This ensures that
the Content-Type of the cached entity gets restored correctly.
PR: 39266
Submitted by: rpluem
Reviewed by: rpluem, trawick, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410932
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 1 Jun 2006 19:56:51 +0000 (19:56 +0000)]
* add a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410931
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 1 Jun 2006 10:57:46 +0000 (10:57 +0000)]
Done one, reset one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410831
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 1 Jun 2006 10:54:59 +0000 (10:54 +0000)]
Merge r407265 from trunk:
* modules/generators/mod_autoindex.c (output_directories): Escape
filename in non-FancyIndexing case.
PR: 38910
Submitted by: Robby Griffin <rmg terc.edu>
Reviewed by: jorton, rpluem, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410830
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 May 2006 02:27:27 +0000 (02:27 +0000)]
And bump up patch with 3 +1s
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410420
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 May 2006 02:26:33 +0000 (02:26 +0000)]
votes baby
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410419
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 29 May 2006 19:59:18 +0000 (19:59 +0000)]
* Vote and promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410146
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 29 May 2006 14:17:48 +0000 (14:17 +0000)]
vote for simple mod_filter fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410096
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 29 May 2006 11:53:29 +0000 (11:53 +0000)]
Propose backport of fix to PR#39672
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410081
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 29 May 2006 08:37:43 +0000 (08:37 +0000)]
The syntax ">&/dev/null" is csh-style, not bourne-style shell syntax.
Change it so that all bourne-style shells understand it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410054
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 27 May 2006 13:02:57 +0000 (13:02 +0000)]
review/vote for a few patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409827
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 27 May 2006 08:24:38 +0000 (08:24 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409820
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Fri, 26 May 2006 20:34:48 +0000 (20:34 +0000)]
Propose backport of PRs 38621 and 38737.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409736
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 25 May 2006 18:56:47 +0000 (18:56 +0000)]
* Cast some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409430
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 25 May 2006 18:42:47 +0000 (18:42 +0000)]
* Propose fix for PR 39593 for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409425
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Sat, 20 May 2006 21:13:50 +0000 (21:13 +0000)]
Note location of patch against 2.2.x head, incorporating Joe Orton's review
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@408094
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 17 May 2006 14:33:02 +0000 (14:33 +0000)]
Add two.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@407268
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 15 May 2006 19:37:54 +0000 (19:37 +0000)]
* Cast a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406726
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Mon, 15 May 2006 18:56:34 +0000 (18:56 +0000)]
Propose backport of ServerName directive enhancement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406716
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 May 2006 20:57:32 +0000 (20:57 +0000)]
Backport trawick's mod_charset_lite patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@404847
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 7 May 2006 14:52:17 +0000 (14:52 +0000)]
Vote&promote (and fix typo while we're at it)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@404776
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 4 May 2006 21:05:26 +0000 (21:05 +0000)]
* Do some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399858
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 4 May 2006 20:38:10 +0000 (20:38 +0000)]
* Propose fix for PR 39266 for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399856
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 4 May 2006 11:33:25 +0000 (11:33 +0000)]
propose backports of two mod_charset_lite fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399671
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 1 May 2006 05:17:25 +0000 (05:17 +0000)]
- 2.2.2 is out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398524
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 30 Apr 2006 06:17:07 +0000 (06:17 +0000)]
Two common win32 reconfigurations (SSLMutex -must- be default).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398283
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 30 Apr 2006 01:10:14 +0000 (01:10 +0000)]
Remove GENURI.nlm from the prebuild target
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398265
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 29 Apr 2006 12:10:33 +0000 (12:10 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398128
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 28 Apr 2006 12:42:02 +0000 (12:42 +0000)]
Update.
English Revision: 396056
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397882
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 28 Apr 2006 11:50:04 +0000 (11:50 +0000)]
fix typo.
Submitted by: kano@na.rim.or.jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397874
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 28 Apr 2006 11:40:15 +0000 (11:40 +0000)]
update.
English Revision: 396056
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397872
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 28 Apr 2006 11:39:07 +0000 (11:39 +0000)]
fix typo.
Submitted by: kano@na.rim.or.jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397871
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 28 Apr 2006 11:31:12 +0000 (11:31 +0000)]
fix typo.
Submitted by: kano@na.rim.or.jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397869
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 27 Apr 2006 21:51:48 +0000 (21:51 +0000)]
This resource /D syntax was pretty horridly imported into VS 2005,
change the quotation to ensure a peaceful transition to sln/vcproj files.
Backports: 397647
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397651
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 27 Apr 2006 21:47:41 +0000 (21:47 +0000)]
Remove all /machine:I386 references, these are getting in the way
of switching linkers from the x86 (default linker) to x64 or other
possible target platforms. (Also this commit cleans up lingering
/GX switches from the 'BASE' options that are supposed to be unused.)
Backports: 397407
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397649
13f79535 -47bb-0310-9956-
ffa450edef68