]> granicus.if.org Git - apache/log
apache
19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 years agoUpgrade trunk to refer to 2.3/2.4
Justin Erenkrantz [Sun, 13 Nov 2005 06:15:34 +0000 (06:15 +0000)]
Upgrade trunk to refer to 2.3/2.4

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

19 years agoUpdate upgrading doc; add mention of mod_imap->mod_imagemap change.
Justin Erenkrantz [Sun, 13 Nov 2005 05:54:03 +0000 (05:54 +0000)]
Update upgrading doc; add mention of mod_imap->mod_imagemap change.

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

19 years agoUpdate transformations.
Justin Erenkrantz [Sun, 13 Nov 2005 05:38:43 +0000 (05:38 +0000)]
Update transformations.

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

19 years agoAdd some more documentation related to 2.1/2.2 authentication changes.
Justin Erenkrantz [Sun, 13 Nov 2005 05:32:20 +0000 (05:32 +0000)]
Add some more documentation related to 2.1/2.2 authentication changes.

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

19 years agoMinor refactoring: move the creation of the pollset and associated
Brian Pane [Sun, 13 Nov 2005 02:27:44 +0000 (02:27 +0000)]
Minor refactoring: move the creation of the pollset and associated
data structures outside of the listener thread function.  The point
of this is to facilitate future experiments with different concurrency
models like Leader/Followers as potential alternatives to the current
Reactor design.

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

19 years ago* Sync with 2.2.x for backport r332657
Ruediger Pluem [Fri, 11 Nov 2005 22:31:32 +0000 (22:31 +0000)]
* Sync with 2.2.x for backport r332657

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

19 years agoNo functional change: more indenting/formatting changes due to
Jim Jagielski [Thu, 10 Nov 2005 16:03:23 +0000 (16:03 +0000)]
No functional change: more indenting/formatting changes due to
tabbing

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

19 years agoNo functional Change: Removing trailing whitespace. This also
Jim Jagielski [Thu, 10 Nov 2005 15:11:44 +0000 (15:11 +0000)]
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines

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

19 years agoNo functional change: simple detabbing of indented code.
Jim Jagielski [Thu, 10 Nov 2005 15:05:51 +0000 (15:05 +0000)]
No functional change: simple detabbing of indented code.

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

19 years agoWork if check_conn is NOTIMPL in a driver
Nick Kew [Wed, 9 Nov 2005 21:12:45 +0000 (21:12 +0000)]
Work if check_conn is NOTIMPL in a driver

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

19 years agoRemove an unnecessary module reference to LLDAPX
Bradley Nicholes [Tue, 8 Nov 2005 21:42:46 +0000 (21:42 +0000)]
Remove an unnecessary module reference to LLDAPX

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

19 years agoNote fixes that have been applied to the 2.1.10/2.2 BRANCH
Jim Jagielski [Tue, 8 Nov 2005 13:17:12 +0000 (13:17 +0000)]
Note fixes that have been applied to the 2.1.10/2.2 BRANCH

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

19 years ago* Fix a null pointer dereference in dav_method_mkcol during the handling of
Ruediger Pluem [Sat, 5 Nov 2005 22:37:30 +0000 (22:37 +0000)]
* Fix a null pointer dereference in dav_method_mkcol during the handling of
  errors from dav_auto_checkin.

Submitted by: Ghassan Misherghi <ghassanm ucdavis.edu>

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

19 years agoWarning about mixing +/- with bareword Options
Rich Bowen [Thu, 3 Nov 2005 01:40:47 +0000 (01:40 +0000)]
Warning about mixing +/- with bareword Options

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

19 years agofix memory leak. Reported by <christophe.jaillet@wanadoo.fr>
Bill Stoddard [Wed, 2 Nov 2005 22:42:45 +0000 (22:42 +0000)]
fix memory leak. Reported by <christophe.jaillet@wanadoo.fr>

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

19 years agoAdd a note about sendfile on Itanium
Colm MacCarthaigh [Wed, 2 Nov 2005 15:27:16 +0000 (15:27 +0000)]
Add a note about sendfile on Itanium

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

19 years ago* build/config_vars.sh.in: Check for the *-config scripts both at the
Joe Orton [Wed, 2 Nov 2005 13:58:08 +0000 (13:58 +0000)]
* build/config_vars.sh.in: Check for the *-config scripts both at the
DESTDIR-relocated path and at the not-relocated path, to cope with
both builds with and without the bundled APR.

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

19 years ago* build/config_vars.sh.in: Prepend DESTDIR to paths to installed
Joe Orton [Wed, 2 Nov 2005 12:59:59 +0000 (12:59 +0000)]
* build/config_vars.sh.in: Prepend DESTDIR to paths to installed
apr/apu-config scripts.

Submitted by: Torsten Foertsch <torsten.foertsch gmx.net>

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

19 years agoMove to a different impl which was my 1st concept and that which
Jim Jagielski [Tue, 1 Nov 2005 16:15:09 +0000 (16:15 +0000)]
Move to a different impl which was my 1st concept and that which
Ruediger likes. Instead of adjusting pointers to areas
within the URL, simply copy it over and change it as needed.
Easier logic and not that much slower for normal cases.

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