]> granicus.if.org Git - apache/log
apache
18 years ago* os/unix/unixd.h: Use extern "C" linkage.
Joe Orton [Tue, 6 Dec 2005 09:48:19 +0000 (09:48 +0000)]
* os/unix/unixd.h: Use extern "C" linkage.

PR: 37357

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354389 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix documentation bugs
Nick Kew [Tue, 6 Dec 2005 00:54:29 +0000 (00:54 +0000)]
Fix documentation bugs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354248 13f79535-47bb-0310-9956-ffa450edef68

18 years agoGive a clue about what event really does, and some
Joshua Slive [Mon, 5 Dec 2005 20:35:24 +0000 (20:35 +0000)]
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/trunk@354164 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR 36090
Nick Kew [Mon, 5 Dec 2005 18:22:29 +0000 (18:22 +0000)]
PR 36090
Fix recursive ErrorDocument handling

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354118 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix for Bug 37790 (hangs on error return from post_read_request)
Nick Kew [Mon, 5 Dec 2005 15:30:15 +0000 (15:30 +0000)]
Fix for Bug 37790 (hangs on error return from post_read_request)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354085 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Sat, 3 Dec 2005 21:56:02 +0000 (21:56 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@352028 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix remaining mod_imap occurences
André Malo [Sat, 3 Dec 2005 21:39:50 +0000 (21:39 +0000)]
fix remaining mod_imap occurences

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@352025 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Fix PR37753. Off by one bug in get_path_param eats up too much of the string
Ruediger Pluem [Sat, 3 Dec 2005 20:17:11 +0000 (20:17 +0000)]
* Fix PR37753. Off by one bug in get_path_param eats up too much of the string
  such that session identifier for sticky sessions is never found in URL.

Submitted by: Kazuhiro Osawa <ko yappo.ne.jp>
Reviewed by: Ruediger Pluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@352010 13f79535-47bb-0310-9956-ffa450edef68

18 years agoOnly define sendfile_nonblocking if APR_HAS_SENDFILE is true.
Paul Querna [Sat, 3 Dec 2005 18:22:25 +0000 (18:22 +0000)]
Only define sendfile_nonblocking if APR_HAS_SENDFILE is true.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351997 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPoint the breadcrump links to the new docs index page.
Joshua Slive [Fri, 2 Dec 2005 19:45:19 +0000 (19:45 +0000)]
Point the breadcrump links to the new docs index page.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351819 13f79535-47bb-0310-9956-ffa450edef68

18 years ago Recover text
William A. Rowe Jr [Fri, 2 Dec 2005 13:46:07 +0000 (13:46 +0000)]
  Recover text

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351717 13f79535-47bb-0310-9956-ffa450edef68

18 years ago Style nit - alpha order is slightly easier to later review
William A. Rowe Jr [Fri, 2 Dec 2005 12:34:40 +0000 (12:34 +0000)]
  Style nit - alpha order is slightly easier to later review

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351703 13f79535-47bb-0310-9956-ffa450edef68

18 years agorebuild.
Paul Querna [Thu, 1 Dec 2005 17:51:23 +0000 (17:51 +0000)]
rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350290 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNuke really old version recommendation on GCC. Any modern version should be acceptable.
Paul Querna [Thu, 1 Dec 2005 17:40:17 +0000 (17:40 +0000)]
Nuke really old version recommendation on GCC. Any modern version should be acceptable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350286 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUntil we determine whether we should dip into the connection
Jim Jagielski [Thu, 1 Dec 2005 13:50:11 +0000 (13:50 +0000)]
Until we determine whether we should dip into the connection
pool each time, rearrange the logic to avoid a double
check which is unneeded. No matter what (if it's reusable or
not) a null conn->hostname needs to be set. At that
point it doesn't matter if we're not reusing it or
if the string comparison happens, since what we
would do in that case has already been done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350250 13f79535-47bb-0310-9956-ffa450edef68

18 years agominor doc changes already on 2.2 branch
Roy T. Fielding [Thu, 1 Dec 2005 07:51:52 +0000 (07:51 +0000)]
minor doc changes already on 2.2 branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350202 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCheck that conn->hostname is valid before we do the string
Jim Jagielski [Wed, 30 Nov 2005 18:40:05 +0000 (18:40 +0000)]
Check that conn->hostname is valid before we do the string
comparison

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350009 13f79535-47bb-0310-9956-ffa450edef68

18 years agoEscape the dots in the regular expression.
Colm MacCarthaigh [Wed, 30 Nov 2005 10:11:35 +0000 (10:11 +0000)]
Escape the dots in the regular expression.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349917 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix SSL Protocol hexdumps for EBCDIC systems
Martin Kraemer [Wed, 30 Nov 2005 08:01:35 +0000 (08:01 +0000)]
Fix SSL Protocol hexdumps for EBCDIC systems

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349906 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove the problematic block which is causing problems with the latest versions
Colm MacCarthaigh [Tue, 29 Nov 2005 23:34:28 +0000 (23:34 +0000)]
Remove the problematic block which is causing problems with the latest versions
of MSVS. Sacrifice some borland options which don't really work anyway, and for
Borland to work, we'e really going to need a Makefile.bor.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349833 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Tue, 29 Nov 2005 18:54:35 +0000 (18:54 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349790 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupgrading.html.fr no longer exists, but the the entry commented for reference
André Malo [Tue, 29 Nov 2005 18:46:23 +0000 (18:46 +0000)]
upgrading.html.fr no longer exists, but the the entry commented for reference

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349788 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdding mod_authn_dbd to the Windows build environments.
Colm MacCarthaigh [Tue, 29 Nov 2005 18:12:33 +0000 (18:12 +0000)]
Adding mod_authn_dbd to the Windows build environments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349777 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix a mixed-up module reference and document (carefully)
Joshua Slive [Tue, 29 Nov 2005 18:11:41 +0000 (18:11 +0000)]
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/trunk@349776 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFirst stab at a build environment for mod_authn_dbd
Colm MacCarthaigh [Tue, 29 Nov 2005 17:58:10 +0000 (17:58 +0000)]
First stab at a build environment for mod_authn_dbd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349774 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate to reflect the mod_dbd inclusion
Colm MacCarthaigh [Tue, 29 Nov 2005 17:48:35 +0000 (17:48 +0000)]
Update to reflect the mod_dbd inclusion

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349772 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd mod_dbd to the windows build environment
Colm MacCarthaigh [Tue, 29 Nov 2005 17:43:53 +0000 (17:43 +0000)]
Add mod_dbd to the windows build environment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349771 13f79535-47bb-0310-9956-ffa450edef68

18 years agoOptional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTD
Colm MacCarthaigh [Tue, 29 Nov 2005 17:27:02 +0000 (17:27 +0000)]
Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTD
apr_dynamic_fn_register" from apr-util, so we can't use __stdcall. Declare our
functions as non-std.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349768 13f79535-47bb-0310-9956-ffa450edef68

18 years agoA first stab at a win32 build environment for mod_dbd.
Colm MacCarthaigh [Tue, 29 Nov 2005 16:48:04 +0000 (16:48 +0000)]
A first stab at a win32 build environment for mod_dbd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349757 13f79535-47bb-0310-9956-ffa450edef68

18 years agoKill a very old html-only translation.
Joshua Slive [Tue, 29 Nov 2005 16:40:18 +0000 (16:40 +0000)]
Kill a very old html-only translation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349754 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMove closing tag to proper location.
Joshua Slive [Tue, 29 Nov 2005 16:38:51 +0000 (16:38 +0000)]
Move closing tag to proper location.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349753 13f79535-47bb-0310-9956-ffa450edef68

18 years agoGive DBD a set of _DECLARE macros consistent with other modules, so that
Colm MacCarthaigh [Tue, 29 Nov 2005 16:37:49 +0000 (16:37 +0000)]
Give DBD a set of _DECLARE macros consistent with other modules, so that
_EXPORT and _STATIC and be turned on/off more easily.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349752 13f79535-47bb-0310-9956-ffa450edef68

18 years agoSome config file changes:
Joshua Slive [Tue, 29 Nov 2005 16:08:01 +0000 (16:08 +0000)]
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/trunk@349747 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNote dbd/windows problem
Nick Kew [Tue, 29 Nov 2005 15:38:44 +0000 (15:38 +0000)]
Note dbd/windows problem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349736 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix case where a shared keepalive connection results in
Jim Jagielski [Tue, 29 Nov 2005 15:05:16 +0000 (15:05 +0000)]
Fix case where a shared keepalive connection results in
different workers from being accessed. Try to be wise and
fast about the tests before we do the expensive string
comparison.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349723 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCorrect a syntax error detected by MSVC2005
Colm MacCarthaigh [Tue, 29 Nov 2005 12:37:03 +0000 (12:37 +0000)]
Correct a syntax error detected by MSVC2005

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349713 13f79535-47bb-0310-9956-ffa450edef68

18 years agorebuild docs
Paul Querna [Mon, 28 Nov 2005 20:44:08 +0000 (20:44 +0000)]
rebuild docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349498 13f79535-47bb-0310-9956-ffa450edef68

18 years ago- try to add a note to explain the behaviour of clients use a pipelined
David Reid [Mon, 28 Nov 2005 19:41:42 +0000 (19:41 +0000)]
- try to add a note to explain the behaviour of clients use a pipelined
  connection wrt to MaxRequestsPerChild and KeepAlive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warning
Joe Orton [Mon, 28 Nov 2005 16:16:21 +0000 (16:16 +0000)]
* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warning
with OpenSSL 0.9.8a.

* support/ab.c (ssl_print_cb, ssl_print_cert_info): Fix warnings with
OpenSSL 0.9.8a.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349415 13f79535-47bb-0310-9956-ffa450edef68

18 years agoWhen computing the timeouts for keepalives and write completion,
Brian Pane [Sun, 27 Nov 2005 07:34:15 +0000 (07:34 +0000)]
When computing the timeouts for keepalives and write completion,
get the current time _after_ processing the event that led to the
timeout, rather than before.
[forward-port of commit 349189 from the async-read-dev branch]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349190 13f79535-47bb-0310-9956-ffa450edef68

18 years agoSmall description change to indicate which socket library the NLM in built for
Bradley Nicholes [Tue, 22 Nov 2005 00:37:51 +0000 (00:37 +0000)]
Small description change to indicate which socket library the NLM in built for

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348053 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPR#37553
Nick Kew [Mon, 21 Nov 2005 23:41:44 +0000 (23:41 +0000)]
PR#37553
Redesign of pools handling in mod_dbd
Submitted: Chris Darroch, Reviewed: Nick Kew

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348026 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix a problem with the HTTPS CGI variable not getting set for secure requests. Needed...
Bradley Nicholes [Mon, 21 Nov 2005 23:25:44 +0000 (23:25 +0000)]
Fix a problem with the HTTPS CGI variable not getting set for secure requests. Needed to readd the port and address on every restart whether or not the listen port is being created or resused.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348014 13f79535-47bb-0310-9956-ffa450edef68

18 years agoWrap exported functions in AP_DECLARE
Nick Kew [Mon, 21 Nov 2005 23:01:49 +0000 (23:01 +0000)]
Wrap exported functions in AP_DECLARE

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348008 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Sync with 2.2.x CHANGES
Ruediger Pluem [Sun, 20 Nov 2005 10:22:04 +0000 (10:22 +0000)]
* Sync with 2.2.x CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345731 13f79535-47bb-0310-9956-ffa450edef68

18 years agoremove an obsolete comment
Brian Pane [Sun, 20 Nov 2005 07:40:49 +0000 (07:40 +0000)]
remove an obsolete comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726 13f79535-47bb-0310-9956-ffa450edef68

18 years agorebuild
Paul Querna [Sun, 20 Nov 2005 02:02:09 +0000 (02:02 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345709 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix program name
Paul Querna [Sun, 20 Nov 2005 01:57:58 +0000 (01:57 +0000)]
Fix program name

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345708 13f79535-47bb-0310-9956-ffa450edef68

18 years agorebuild.
Paul Querna [Sun, 20 Nov 2005 01:36:27 +0000 (01:36 +0000)]
rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345702 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd a mention of the new httxt2dbm program
Paul Querna [Sun, 20 Nov 2005 01:33:27 +0000 (01:33 +0000)]
Add a mention of the new httxt2dbm program

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345701 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Minor performance tweak by reusing already calculated strlen in get_body.
Ruediger Pluem [Sat, 19 Nov 2005 20:59:16 +0000 (20:59 +0000)]
* Minor performance tweak by reusing already calculated strlen in get_body.

Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by: Ruediger Pluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345686 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix eol-style
André Malo [Fri, 18 Nov 2005 20:03:51 +0000 (20:03 +0000)]
fix eol-style

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345558 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Fri, 18 Nov 2005 19:43:42 +0000 (19:43 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345550 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix properties
André Malo [Fri, 18 Nov 2005 19:38:21 +0000 (19:38 +0000)]
fix properties

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345549 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd typemap file to mod_authz_dbd docs (oops!)
Nick Kew [Fri, 18 Nov 2005 00:48:16 +0000 (00:48 +0000)]
Add typemap file to mod_authz_dbd docs (oops!)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345393 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNote mod_authz_dbd in CHANGES
Nick Kew [Fri, 18 Nov 2005 00:46:11 +0000 (00:46 +0000)]
Note mod_authz_dbd in CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345392 13f79535-47bb-0310-9956-ffa450edef68

18 years agoDocumentation for mod_authz_dbd
Nick Kew [Fri, 18 Nov 2005 00:43:41 +0000 (00:43 +0000)]
Documentation for mod_authz_dbd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345391 13f79535-47bb-0310-9956-ffa450edef68

18 years agomod_authz_dbd: SQL authz with Login/Session support
Nick Kew [Fri, 18 Nov 2005 00:42:08 +0000 (00:42 +0000)]
mod_authz_dbd: SQL authz with Login/Session support

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345389 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove redundant link.
Joshua Slive [Thu, 17 Nov 2005 18:31:47 +0000 (18:31 +0000)]
Remove redundant link.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345302 13f79535-47bb-0310-9956-ffa450edef68

18 years ago* Deprecate AddOutputFilterByType
Joshua Slive [Thu, 17 Nov 2005 18:29:41 +0000 (18:29 +0000)]
* Deprecate AddOutputFilterByType

* Link up Require and AuthType to the relevant aaa modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345301 13f79535-47bb-0310-9956-ffa450edef68

18 years agoA few markup and spelling fixes.
Joshua Slive [Thu, 17 Nov 2005 18:24:09 +0000 (18:24 +0000)]
A few markup and spelling fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345298 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd defaults and comments for better robustness against misuse
Nick Kew [Wed, 16 Nov 2005 21:20:33 +0000 (21:20 +0000)]
Add defaults and comments for better robustness against misuse
(based on comments from Chris Darroch).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345128 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Wed, 16 Nov 2005 17:38:52 +0000 (17:38 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345067 13f79535-47bb-0310-9956-ffa450edef68

18 years agoProvide at least a basic roadmap to the aaa modules as part of the tutorial.
Joshua Slive [Wed, 16 Nov 2005 17:24:48 +0000 (17:24 +0000)]
Provide at least a basic roadmap to the aaa modules as part of the tutorial.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345065 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove on/off arguments from AuthDigestProvider.
Joshua Slive [Wed, 16 Nov 2005 17:23:46 +0000 (17:23 +0000)]
Remove on/off arguments from AuthDigestProvider.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345064 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove on/off from the argument list for AuthBasicProvider,
Joshua Slive [Wed, 16 Nov 2005 16:40:57 +0000 (16:40 +0000)]
Remove on/off from the argument list for AuthBasicProvider,
attempt to clarify the discussion of AuthBasicAuthoritative,
and add some extra clarifications in a few places.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345057 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
Justin Erenkrantz [Wed, 16 Nov 2005 16:35:49 +0000 (16:35 +0000)]
Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
as it doesn't actually work as advertised.

Reviewed by: Joshua Slive (concept)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345054 13f79535-47bb-0310-9956-ffa450edef68

18 years agoNo functional change: remove "internal" tab spacing/formatting.
Jim Jagielski [Wed, 16 Nov 2005 16:31:25 +0000 (16:31 +0000)]
No functional change: remove "internal" tab spacing/formatting.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345053 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate transformations.
Colm MacCarthaigh [Wed, 16 Nov 2005 15:56:13 +0000 (15:56 +0000)]
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345045 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix (Chris Darroch) to register cleanup for persistent connection
Nick Kew [Wed, 16 Nov 2005 15:30:32 +0000 (15:30 +0000)]
Fix (Chris Darroch) to register cleanup for persistent connection
in the no-threads case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345040 13f79535-47bb-0310-9956-ffa450edef68

18 years agoCorrect an XML validation error.
Colm MacCarthaigh [Wed, 16 Nov 2005 10:25:30 +0000 (10:25 +0000)]
Correct an XML validation error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344972 13f79535-47bb-0310-9956-ffa450edef68

18 years agoMake references to 2.1 and later consistent with each other.
Colm MacCarthaigh [Wed, 16 Nov 2005 10:23:56 +0000 (10:23 +0000)]
Make references to 2.1 and later consistent with each other.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344971 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix typo in ProxyStatus syntax error message.
Jeff Trawick [Wed, 16 Nov 2005 01:31:44 +0000 (01:31 +0000)]
Fix typo in ProxyStatus syntax error message.

Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by:  trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344491 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix wrong link
Nick Kew [Wed, 16 Nov 2005 00:07:30 +0000 (00:07 +0000)]
Fix wrong link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344485 13f79535-47bb-0310-9956-ffa450edef68

18 years agoBackported the UCPP code to 2.2 branch
Jim Jagielski [Tue, 15 Nov 2005 19:56:24 +0000 (19:56 +0000)]
Backported the UCPP code to 2.2 branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344421 13f79535-47bb-0310-9956-ffa450edef68

18 years agoTypo.
Joshua Slive [Tue, 15 Nov 2005 18:58:23 +0000 (18:58 +0000)]
Typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344411 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRemove a few obsolete historical references, clean up
Joshua Slive [Tue, 15 Nov 2005 18:41:10 +0000 (18:41 +0000)]
Remove a few obsolete historical references, clean up
some small inconsistencies, and use graceful-stop in
the upgrading example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344409 13f79535-47bb-0310-9956-ffa450edef68

18 years agoRevert UCN default change - set back to Off, which is
Jim Jagielski [Tue, 15 Nov 2005 18:28:23 +0000 (18:28 +0000)]
Revert UCN default change - set back to Off, which is
what 2.1/2.2 has been but is opposite from the 2.0 default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344408 13f79535-47bb-0310-9956-ffa450edef68

18 years agoOkay, at least be nice when "breaking" the API.
Jim Jagielski [Tue, 15 Nov 2005 15:58:57 +0000 (15:58 +0000)]
Okay, at least be nice when "breaking" the API.
Tuck the new bitfield to the tail and adjust the
MMN

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344384 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd in the UseCanonicalPhysicalPort directive, which
Jim Jagielski [Tue, 15 Nov 2005 14:50:39 +0000 (14:50 +0000)]
Add in the UseCanonicalPhysicalPort directive, which
basically allows Apache to configurably ( :) )
use the physical port when constructing the
canonical port. Also add the exact ordering to
the docs, so people can easily see how it works.
We now have compatibility with both 2.0 and 1.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344369 13f79535-47bb-0310-9956-ffa450edef68

18 years agoReplace dodgy cast with ap_set_string_slot
Nick Kew [Tue, 15 Nov 2005 10:29:27 +0000 (10:29 +0000)]
Replace dodgy cast with ap_set_string_slot

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344349 13f79535-47bb-0310-9956-ffa450edef68

18 years agoFix driver-dependent potential memor-use bug in preparing statements
Nick Kew [Mon, 14 Nov 2005 15:06:07 +0000 (15:06 +0000)]
Fix driver-dependent potential memor-use bug in preparing statements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344140 13f79535-47bb-0310-9956-ffa450edef68

18 years agodrop dependency on apr_wait_for_io_or_timeout()
Jeff Trawick [Sun, 13 Nov 2005 23:15:06 +0000 (23:15 +0000)]
drop dependency on apr_wait_for_io_or_timeout()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@343999 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate convenience map
André Malo [Sun, 13 Nov 2005 17:27:23 +0000 (17:27 +0000)]
update convenience map

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333071 13f79535-47bb-0310-9956-ffa450edef68

18 years agodrop the version reference from the property file; it's no longer needed
André Malo [Sun, 13 Nov 2005 17:19:23 +0000 (17:19 +0000)]
drop the version reference from the property file; it's no longer needed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333066 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Sun, 13 Nov 2005 16:42:01 +0000 (16:42 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333054 13f79535-47bb-0310-9956-ffa450edef68

18 years agothis path stays as 2.0
André Malo [Sun, 13 Nov 2005 16:39:56 +0000 (16:39 +0000)]
this path stays as 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333052 13f79535-47bb-0310-9956-ffa450edef68

18 years agofix latex build
André Malo [Sun, 13 Nov 2005 15:05:53 +0000 (15:05 +0000)]
fix latex build

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333016 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Sun, 13 Nov 2005 14:58:59 +0000 (14:58 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333013 13f79535-47bb-0310-9956-ffa450edef68

18 years agodoh! fix build error
André Malo [Sun, 13 Nov 2005 14:33:32 +0000 (14:33 +0000)]
doh! fix build error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333008 13f79535-47bb-0310-9956-ffa450edef68

18 years agocentralize the versioning of the httpd and the docs directories
André Malo [Sun, 13 Nov 2005 14:11:48 +0000 (14:11 +0000)]
centralize the versioning of the httpd and the docs directories

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68

18 years agoAdd an Irish Translation
Colm MacCarthaigh [Sun, 13 Nov 2005 13:19:07 +0000 (13:19 +0000)]
Add an Irish Translation

Submitted by: Noirin Plunkett <firebird nerdchic.net>
Reviewed by: Colm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332986 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate filter documentation page.
Nick Kew [Sun, 13 Nov 2005 12:15:48 +0000 (12:15 +0000)]
Update filter documentation page.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332971 13f79535-47bb-0310-9956-ffa450edef68

18 years agoupdate transformation
André Malo [Sun, 13 Nov 2005 10:17:36 +0000 (10:17 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332957 13f79535-47bb-0310-9956-ffa450edef68

18 years agovalidate XML
André Malo [Sun, 13 Nov 2005 09:45:17 +0000 (09:45 +0000)]
validate XML

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332956 13f79535-47bb-0310-9956-ffa450edef68

18 years agoget properties right
André Malo [Sun, 13 Nov 2005 09:42:18 +0000 (09:42 +0000)]
get properties right

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332955 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate background entry slightly.
Justin Erenkrantz [Sun, 13 Nov 2005 08:26:59 +0000 (08:26 +0000)]
Update background entry slightly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332952 13f79535-47bb-0310-9956-ffa450edef68

18 years agoPlug some holes in the current documentation.
Justin Erenkrantz [Sun, 13 Nov 2005 08:01:43 +0000 (08:01 +0000)]
Plug some holes in the current documentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332942 13f79535-47bb-0310-9956-ffa450edef68

18 years ago2.1 -> 2.3 changes. Only track the 2.3/2.4 release history.
Paul Querna [Sun, 13 Nov 2005 07:22:18 +0000 (07:22 +0000)]
2.1 -> 2.3 changes.  Only track the 2.3/2.4 release history.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332929 13f79535-47bb-0310-9956-ffa450edef68

18 years agoUpdate transformations after version bump.
Justin Erenkrantz [Sun, 13 Nov 2005 06:16:08 +0000 (06:16 +0000)]
Update transformations after version bump.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332905 13f79535-47bb-0310-9956-ffa450edef68