]> granicus.if.org Git - apache/log
apache
18 years ago* Fix PR36507 (mod_proxy_balancer does not handle sticky sessions with
Ruediger Pluem [Wed, 5 Oct 2005 07:59:36 +0000 (07:59 +0000)]
* Fix PR36507 (mod_proxy_balancer does not handle sticky sessions with
  tomcat correctly).

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

18 years agoInvert the "yes" and "no" values for $ap_void_ptr_lt_long, which
Colm MacCarthaigh [Tue, 4 Oct 2005 19:25:51 +0000 (19:25 +0000)]
Invert the "yes" and "no" values for $ap_void_ptr_lt_long, which
as Rudiger points out; are exactly wrong.

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

18 years agoOne way or another, whether we leave the casts in or out, right now we are
Colm MacCarthaigh [Tue, 4 Oct 2005 16:18:24 +0000 (16:18 +0000)]
One way or another, whether we leave the casts in or out, right now we are
using "void *" containers to store long integers; Add a configure-time check to
ensure that it is valid to assume that a "void *" container is large enough to
store a long int. See <200510031150.j93Boh700945@devsys.jaguNET.com> and
ensuing discussion on httpd-dev.

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

18 years agoInitialise a variable, to avoid a gcc warning.
Colm MacCarthaigh [Mon, 3 Oct 2005 15:14:13 +0000 (15:14 +0000)]
Initialise a variable, to avoid a gcc warning.

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

18 years agoWhitespace fixes.
Colm MacCarthaigh [Mon, 3 Oct 2005 11:38:32 +0000 (11:38 +0000)]
Whitespace fixes.

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

18 years agoActually show hot to use this.
Rich Bowen [Mon, 3 Oct 2005 11:28:40 +0000 (11:28 +0000)]
Actually show hot to use this.

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

18 years agoRemove some trailing spaces. Syncs with 2.2.x.
Colm MacCarthaigh [Mon, 3 Oct 2005 11:09:15 +0000 (11:09 +0000)]
Remove some trailing spaces. Syncs with 2.2.x.

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

18 years ago* Fix style nits (whitespaces / formats of comments). No Functional changes.
Ruediger Pluem [Mon, 3 Oct 2005 10:54:34 +0000 (10:54 +0000)]
* Fix style nits (whitespaces / formats of comments). No Functional changes.

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

18 years ago* Add entry for r293123.
Ruediger Pluem [Mon, 3 Oct 2005 10:37:17 +0000 (10:37 +0000)]
* Add entry for r293123.
* Fix bracket style nit.

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

18 years agoTwo minor whitespace cleanups. Syncs with the 2.2.x branch.
Colm MacCarthaigh [Mon, 3 Oct 2005 10:30:52 +0000 (10:30 +0000)]
Two minor whitespace cleanups. Syncs with the 2.2.x branch.

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

18 years agoUse the H flag to force cgi's to be handled as cgi-script.
Rich Bowen [Sun, 2 Oct 2005 20:59:13 +0000 (20:59 +0000)]
Use the H flag to force cgi's to be handled as cgi-script.

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

18 years ago* run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLE
Ruediger Pluem [Sun, 2 Oct 2005 14:32:35 +0000 (14:32 +0000)]
* run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLE
  is returned by ap_proxy_pre_request.

Suggested by: Brian Akins <brian.akins turner.com>, Mladen Turk
Reviewed by: Jim Jagielski

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

18 years agosync with 2.2 branch
Jeff Trawick [Sat, 1 Oct 2005 11:03:10 +0000 (11:03 +0000)]
sync with 2.2 branch

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

18 years agoSECURITY: CAN-2005-2970 (cve.mitre.org)
Jeff Trawick [Fri, 30 Sep 2005 16:34:25 +0000 (16:34 +0000)]
SECURITY: CAN-2005-2970 (cve.mitre.org)
worker MPM: Fix a memory leak which can occur after an aborted
connection in some limited circumstances.

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

18 years agoFix pool in dbd_construct, and set sensible config defaults
Nick Kew [Fri, 30 Sep 2005 15:26:45 +0000 (15:26 +0000)]
Fix pool in dbd_construct, and set sensible config defaults
(based on feedback from Brian France)

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

18 years agoUse rsync to install manual and htdocs to speed up installation times.
Justin Erenkrantz [Fri, 30 Sep 2005 13:01:39 +0000 (13:01 +0000)]
Use rsync to install manual and htdocs to speed up installation times.

* Makefile.in: Update install-man and install-htdocs to use rsync if available,
  otherwise fail back to current cp -rp and rm -rf .svn/ strategy.
* configure.in: Look for rsync.
* acinclude.m4: Include RSYNC in exported config_vars.mk

(Incorporates suggestions on rsync flags from colm.)

Reviewed by: colm, trawick (concept), niq (concept)

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

18 years agoBackport the Doxygen changes to the 2.2.x branch. No functional changes,
Colm MacCarthaigh [Thu, 29 Sep 2005 20:44:53 +0000 (20:44 +0000)]
Backport the Doxygen changes to the 2.2.x branch. No functional changes,
however backporting these doxygen fixes makes it significantly easier to diff
trunk and the 2.2.x branch, to sort out what's what. And we might as well
release with nicer doxygen markup.

Submitted by: Neale Ranns <neale ranns.org>
Reviewed by:  Ian Holsman

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

18 years agode-ref bug - balancer is always not null since it's &balancer
Jim Jagielski [Thu, 29 Sep 2005 13:59:27 +0000 (13:59 +0000)]
de-ref bug - balancer is always not null since it's &balancer
from the caller.

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

18 years agoAdd a changes entry for the mod_dir/mod_cache stuff.
Colm MacCarthaigh [Thu, 29 Sep 2005 13:50:22 +0000 (13:50 +0000)]
Add a changes entry for the mod_dir/mod_cache stuff.

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

18 years agoAdd note about no Directory Indexes to SetHandler docs.
Nick Kew [Wed, 28 Sep 2005 20:43:23 +0000 (20:43 +0000)]
Add note about no Directory Indexes to SetHandler docs.

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

18 years agoClean up c2x code-path by not double-setting the prefix variable.
Justin Erenkrantz [Wed, 28 Sep 2005 03:45:01 +0000 (03:45 +0000)]
Clean up c2x code-path by not double-setting the prefix variable.

* server/util.c
  (c2x): Take a new prefix parameter instead of hard-coding '%' and then
  conditionally setting 'x' for half of the cases.

Reviewed by: nd

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

18 years agoRemove install errors emitted when using jlibtool instead of GNU libtool.
Justin Erenkrantz [Wed, 28 Sep 2005 03:42:44 +0000 (03:42 +0000)]
Remove install errors emitted when using jlibtool instead of GNU libtool.

(grep would skip this silently; but sed emits errors when no match is found.)

* build/instdso.sh: Protect sed calls with a test -s check to make sure
  that we're going to execute sed against a non-empty file.

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

18 years ago* acinclude.m4 (APACHE_CHECK_APxVER): New macro, for checking
Joe Orton [Tue, 27 Sep 2005 14:57:24 +0000 (14:57 +0000)]
* acinclude.m4 (APACHE_CHECK_APxVER): New macro, for checking
an apr/apu version requirement.

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

18 years agoWhen doing a subrequest lookup, do not lookup using the quickhandler if
Colm MacCarthaigh [Tue, 27 Sep 2005 11:52:14 +0000 (11:52 +0000)]
When doing a subrequest lookup, do not lookup using the quickhandler if
next_filter is NULL, since this implies that the subrequest will be
internal_fast_redirect'ed or will never be called. See line request.c:1513
onwards (in make_sub_request) also.

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

18 years agoExplain why we have the regular file typecheck. No functional changes.
Colm MacCarthaigh [Mon, 26 Sep 2005 16:51:41 +0000 (16:51 +0000)]
Explain why we have the regular file typecheck. No functional changes.

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

18 years agoFixes and cleanups for mod_cache;
Colm MacCarthaigh [Mon, 26 Sep 2005 09:21:45 +0000 (09:21 +0000)]
Fixes and cleanups for mod_cache;

    * Add r->uri to the debug messages in the quick handler; makes debugging
      easier.

    * Always reset headers_in for lookup's, some modules make subrequests
      and then rewrite the url. Having a conditional request at this point
      is not what they expect (nor reasonable for them to handle).

    * Don't store a per-request config on lookups; for the same reason.

    * Return DECLINED when in lookup mode and ap_meets_conditions() indicated
      we have the content but don't know if it's fresh or not. We have no idea
      whether the backend will have a 404, a 304 or any other kind of a
      response - so we have to assume we cannot handle the request.

    * remove the unused "url" argument from the cache_create_entity() function

    * Whitespace/comment fixups in mod_cache.h

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

18 years agoAs recommended by nd, build docs for all languages.
Paul Querna [Mon, 26 Sep 2005 04:44:16 +0000 (04:44 +0000)]
As recommended by nd, build docs for all languages.

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

18 years ago* Makefile.in
Paul Querna [Sun, 25 Sep 2005 22:45:39 +0000 (22:45 +0000)]
* Makefile.in
  (docs): If the "docs-build" project is available, trigger its build system
   to turn the XML sources into HTML.  Otherwise, display a URL to the
   instructions on how to use the docs build.

* build/rules.mk.in:
  (.PHONEY): docs is a fake target.

Submitted By: Daniel Rall <dlr apache.org>

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

18 years agoSynch with 2.2.x branch.
Joe Orton [Sun, 25 Sep 2005 20:26:54 +0000 (20:26 +0000)]
Synch with 2.2.x branch.

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

18 years ago* server/connection.c (ap_lingering_close): Cleanup; no functional change.
Joe Orton [Sun, 25 Sep 2005 18:08:29 +0000 (18:08 +0000)]
* server/connection.c (ap_lingering_close): Cleanup; no functional change.

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

18 years ago* server/connection.c (ap_lingering_close): Fix lingering close to
Joe Orton [Sun, 25 Sep 2005 18:00:43 +0000 (18:00 +0000)]
* server/connection.c (ap_lingering_close): Fix lingering close to
really match the 1.3 behaviour: read from the client for up to ~30
seconds in total.  Current behaviour will attempt only 15 read() calls
then give up.

PR: 35292

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

18 years ago* add svn:ignore to modules/database
André Malo [Sat, 24 Sep 2005 09:52:49 +0000 (09:52 +0000)]
* add svn:ignore to modules/database
* fix some eol-style properties

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

18 years agoupdate transformation
André Malo [Sat, 24 Sep 2005 09:19:20 +0000 (09:19 +0000)]
update transformation

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

18 years ago* server/request.c (core_opts_merge): When AllowOverride is specified
Joe Orton [Fri, 23 Sep 2005 14:11:18 +0000 (14:11 +0000)]
* server/request.c (core_opts_merge): When AllowOverride is specified
for the directory, ignore the inherited override_opts field.

PR: 35330
Submitted by: kabe <kabe sra-tohoku.co.jp>

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

18 years agoAdd note on DBD APIs to Module Developer Changes in new_features.
Nick Kew [Fri, 23 Sep 2005 10:56:07 +0000 (10:56 +0000)]
Add note on DBD APIs to Module Developer Changes in new_features.
Update cast in mod_dbd.c as suggested by jorton.

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

18 years agoImplement a (bounded) buffer of request body data to provide a limited
Joe Orton [Thu, 22 Sep 2005 15:38:14 +0000 (15:38 +0000)]
Implement a (bounded) buffer of request body data to provide a limited
but safe fix for the mod_ssl renegotiation-vs-requests-with-bodies
bug:

* modules/ssl/ssl_private.h (ssl_io_buffer_fill): Add prototype.

* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill,
ssl_io_filter_buffer): New functions.

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): If a
renegotiation is needed, and the request has a non-zero
content-length, or a t-e header (and 100-continue was not requested),
call ssl_io_buffer_fill to set aside the request body data if
possible, then proceed with the negotiation.

PR: 12355

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

18 years agoupdate transformation
André Malo [Thu, 22 Sep 2005 15:32:07 +0000 (15:32 +0000)]
update transformation

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

18 years agoupdate German translation
André Malo [Thu, 22 Sep 2005 15:30:46 +0000 (15:30 +0000)]
update German translation

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

18 years agoTypo
Martin Kraemer [Thu, 22 Sep 2005 13:22:51 +0000 (13:22 +0000)]
Typo

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

18 years agoCover regex API changes for module developers, and mention support
Joe Orton [Thu, 22 Sep 2005 11:27:25 +0000 (11:27 +0000)]
Cover regex API changes for module developers, and mention support
for external PCRE.

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

18 years agoReflect current implementation
Martin Kraemer [Thu, 22 Sep 2005 10:01:28 +0000 (10:01 +0000)]
Reflect current implementation

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

18 years agoAdd mod_dbd to the NetWare build
Bradley Nicholes [Wed, 21 Sep 2005 21:57:23 +0000 (21:57 +0000)]
Add mod_dbd to the NetWare build

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

18 years agoAdd the NetWare makefile for mod_dbd
Bradley Nicholes [Wed, 21 Sep 2005 21:55:27 +0000 (21:55 +0000)]
Add the NetWare makefile for mod_dbd

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

18 years agoDon't need the second reference to extfiltr.nlm anymore now that there are multiple...
Bradley Nicholes [Wed, 21 Sep 2005 21:39:05 +0000 (21:39 +0000)]
Don't need the second reference to extfiltr.nlm anymore now that there are multiple submakefiles in the filters directory.

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

18 years agoFix a make problem that occurred due to the removal of the other submakefiles. Refer...
Bradley Nicholes [Wed, 21 Sep 2005 21:32:14 +0000 (21:32 +0000)]
Fix a make problem that occurred due to the removal of the other submakefiles.  Referencing example.nlm twice is just a hack to fix the problem for now.

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

18 years agoAdd <glossary> tag for mime-type where appropriate.
Joshua Slive [Wed, 21 Sep 2005 20:11:21 +0000 (20:11 +0000)]
Add <glossary> tag for mime-type where appropriate.

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

18 years agoMissed an end tag in the glossary.
Joshua Slive [Wed, 21 Sep 2005 19:45:34 +0000 (19:45 +0000)]
Missed an end tag in the glossary.

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

18 years agoAdd APR to the glossary and link it in where appropriate.
Joshua Slive [Wed, 21 Sep 2005 19:41:48 +0000 (19:41 +0000)]
Add APR to the glossary and link it in where appropriate.

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

18 years agoFix dtd to match <glossary> change in xsl.
Joshua Slive [Wed, 21 Sep 2005 17:53:21 +0000 (17:53 +0000)]
Fix dtd to match <glossary> change in xsl.

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

18 years agoupdate transformation
André Malo [Wed, 21 Sep 2005 17:25:47 +0000 (17:25 +0000)]
update transformation

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

18 years agoupdate German translation
André Malo [Wed, 21 Sep 2005 17:22:11 +0000 (17:22 +0000)]
update German translation

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

18 years agovalidate the glossary tags
André Malo [Wed, 21 Sep 2005 17:06:21 +0000 (17:06 +0000)]
validate the glossary tags

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

18 years ago Add compatibility tag, and rebuild all.
William A. Rowe Jr [Wed, 21 Sep 2005 15:54:59 +0000 (15:54 +0000)]
  Add compatibility tag, and rebuild all.

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

18 years agoAdd some <glossary> markup for regular expression and regex.
Joshua Slive [Wed, 21 Sep 2005 15:21:09 +0000 (15:21 +0000)]
Add some <glossary> markup for regular expression and regex.

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

18 years agoOmit reference to pre-2.0.48 versions.
Joshua Slive [Wed, 21 Sep 2005 15:07:46 +0000 (15:07 +0000)]
Omit reference to pre-2.0.48 versions.

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

18 years agoAdd htcacheclean to Makefile.win (thanks to wrowe for pointers)
Colm MacCarthaigh [Wed, 21 Sep 2005 14:39:53 +0000 (14:39 +0000)]
Add htcacheclean to Makefile.win (thanks to wrowe for pointers)

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

18 years agoThe arrow indicator for a glossary link was cute, but I found it way too
Joshua Slive [Wed, 21 Sep 2005 14:31:19 +0000 (14:31 +0000)]
The arrow indicator for a glossary link was cute, but I found it way too
disturbing to the flow of text.  Here I replace it with a dashed-unline.
Also, allow the omission of the ref attribute where the glossary term is
exactly equal to the link contents.

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

18 years agoEliminate possible compiler warnings pointed out by Joe.
Nick Kew [Wed, 21 Sep 2005 14:29:57 +0000 (14:29 +0000)]
Eliminate possible compiler warnings pointed out by Joe.

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

18 years ago* modules/experimental/config.m4: Don't duplicate the mod_dbd
Joe Orton [Wed, 21 Sep 2005 13:56:15 +0000 (13:56 +0000)]
* modules/experimental/config.m4: Don't duplicate the mod_dbd
APACHE_MODULE expansion and remove the commented-out stuff.

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

18 years agoDocument module moves
Nick Kew [Wed, 21 Sep 2005 10:27:33 +0000 (10:27 +0000)]
Document module moves

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

18 years agoMove mod_dbd from /experimental/ to /database/
Nick Kew [Wed, 21 Sep 2005 10:04:00 +0000 (10:04 +0000)]
Move mod_dbd from /experimental/ to /database/

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

18 years agoMove mod_filter and mod_charset_lite from /experimental/ to /filters/
Nick Kew [Wed, 21 Sep 2005 09:46:12 +0000 (09:46 +0000)]
Move mod_filter and mod_charset_lite from /experimental/ to /filters/

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

18 years agoAdd htcachclean to the win32 build.
Colm MacCarthaigh [Wed, 21 Sep 2005 08:52:08 +0000 (08:52 +0000)]
Add htcachclean to the win32 build.

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

18 years agoupdate transformation
André Malo [Tue, 20 Sep 2005 19:31:41 +0000 (19:31 +0000)]
update transformation

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

18 years ago* fix some content errors of the TraceEnable description
André Malo [Tue, 20 Sep 2005 19:26:36 +0000 (19:26 +0000)]
* fix some content errors of the TraceEnable description
* add markup

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

18 years ago`build all`
André Malo [Tue, 20 Sep 2005 18:43:51 +0000 (18:43 +0000)]
`build all`

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

18 years ago Sync to 2.0.x changes
William A. Rowe Jr [Tue, 20 Sep 2005 18:38:02 +0000 (18:38 +0000)]
  Sync to 2.0.x changes

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

18 years ago At last, TraceEnable docs
William A. Rowe Jr [Tue, 20 Sep 2005 17:56:22 +0000 (17:56 +0000)]
  At last, TraceEnable docs

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

18 years agoBackported to 2.2.x branch -- is 2.1.8 identical to 'the 2.2.x branch'?
Martin Kraemer [Tue, 20 Sep 2005 15:15:34 +0000 (15:15 +0000)]
Backported to 2.2.x branch -- is 2.1.8 identical to 'the 2.2.x branch'?

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

18 years agoFix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Martin Kraemer [Tue, 20 Sep 2005 15:11:26 +0000 (15:11 +0000)]
Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Reported by David Blake in 2003, including patch.

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

18 years agoFix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Martin Kraemer [Tue, 20 Sep 2005 14:42:31 +0000 (14:42 +0000)]
Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Reported by David Blake in 2003, including patch.

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

18 years agoAs of the 2.2.x docs re-sync, this change is now in the 2.2.x branch.
Colm MacCarthaigh [Tue, 20 Sep 2005 13:16:01 +0000 (13:16 +0000)]
As of the 2.2.x docs re-sync, this change is now in the 2.2.x branch.

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

18 years agoAs discussed previously: OID() -> PeerExtList()
Martin Kraemer [Tue, 20 Sep 2005 10:27:41 +0000 (10:27 +0000)]
As discussed previously: OID() -> PeerExtList()

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

18 years agosimple German translation updates
André Malo [Mon, 19 Sep 2005 17:28:58 +0000 (17:28 +0000)]
simple German translation updates

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

18 years agoupdate transformation
André Malo [Mon, 19 Sep 2005 17:14:43 +0000 (17:14 +0000)]
update transformation

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

18 years agobring build properties up to date
André Malo [Mon, 19 Sep 2005 16:02:36 +0000 (16:02 +0000)]
bring build properties up to date

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

18 years agoBackport graceful-stop to the 2.2.x branch.
Colm MacCarthaigh [Mon, 19 Sep 2005 15:51:22 +0000 (15:51 +0000)]
Backport graceful-stop to the 2.2.x branch.

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

18 years agoBackport r239710, r239711, r239732, r239740 and r241815 to the 2.2.x branch;
Colm MacCarthaigh [Mon, 19 Sep 2005 14:57:07 +0000 (14:57 +0000)]
Backport r239710, r239711, r239732, r239740 and r241815 to the 2.2.x branch;
Fix PR 28167, which means we stop listening on ports when we do a
graceful-restart.

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

18 years agos/CVS/subversion/ : no policy changes.
Colm MacCarthaigh [Mon, 19 Sep 2005 14:11:46 +0000 (14:11 +0000)]
s/CVS/subversion/ : no policy changes.

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

18 years agoBackported to the 2.1.8/2.2.x tree
Jim Jagielski [Mon, 19 Sep 2005 13:04:29 +0000 (13:04 +0000)]
Backported to the 2.1.8/2.2.x tree

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

18 years ago* include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR): Bump for mod_ssl API
Joe Orton [Mon, 19 Sep 2005 13:03:37 +0000 (13:03 +0000)]
* include/ap_mmn.h (MODULE_MAGIC_NUMBER_MAJOR): Bump for mod_ssl API
change.

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

18 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gcc
Joe Orton [Mon, 19 Sep 2005 12:26:36 +0000 (12:26 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gcc
4.x different-pointer-signedness warning.

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

18 years agoBackport r239420 and r239421 to the 2.2.x branch; Enhance
Colm MacCarthaigh [Mon, 19 Sep 2005 12:10:34 +0000 (12:10 +0000)]
Backport r239420 and r239421 to the 2.2.x branch; Enhance
CacheEnable/CacheDisable to be of use to proxy servers.

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

18 years ago* server/mpm/prefork/prefork.c: Add volatile qualifier to die_now
Joe Orton [Mon, 19 Sep 2005 11:54:52 +0000 (11:54 +0000)]
* server/mpm/prefork/prefork.c: Add volatile qualifier to die_now
since it is changed by a signal handler.

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

18 years agoBackport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio
Colm MacCarthaigh [Mon, 19 Sep 2005 10:45:03 +0000 (10:45 +0000)]
Backport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio
by canonicalising the url key.

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

18 years agoBackport r265506, r240044 and r240049 to the 2.2.x branch; Appends .PID to the
Colm MacCarthaigh [Sun, 18 Sep 2005 20:39:34 +0000 (20:39 +0000)]
Backport r265506, r240044 and r240049 to the 2.2.x branch; Appends .PID to the
ScriptSock filename.

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

18 years agoCatch up with the changes to mod_ssl and rename the
David Reid [Sun, 18 Sep 2005 20:06:27 +0000 (20:06 +0000)]
Catch up with the changes to mod_ssl and rename the
function pointer to reflect the change. With this change
this module now builds again.

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

18 years agoBackport r264759 and r264788 to the 2.2.x branch. Fixes the get_suexec_identity hook
Colm MacCarthaigh [Sun, 18 Sep 2005 20:01:10 +0000 (20:01 +0000)]
Backport r264759 and r264788 to the 2.2.x branch. Fixes the get_suexec_identity hook
for mod_cgid.

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

18 years agoBackport r239430 to the 2.2.x branch. Lets make sure WINCH is kept free.
Colm MacCarthaigh [Sun, 18 Sep 2005 19:39:02 +0000 (19:39 +0000)]
Backport r239430 to the 2.2.x branch. Lets make sure WINCH is kept free.

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

18 years agoget rid of an obsolete comment. the separate event thread disappeared when
Greg Ames [Sat, 17 Sep 2005 01:14:16 +0000 (01:14 +0000)]
get rid of an obsolete comment.  the separate event thread disappeared when
the event MPM moved into svn.

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

18 years ago I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined
William A. Rowe Jr [Fri, 16 Sep 2005 16:04:37 +0000 (16:04 +0000)]
  I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined
  across all architectures as 1|0.  Comments?

  This simply ensures we can use the value in #if tests.

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

18 years ago- remove ssl_ext_lookup and replace it with ssl_ext_list
David Reid [Fri, 16 Sep 2005 09:03:49 +0000 (09:03 +0000)]
- remove ssl_ext_lookup and replace it with ssl_ext_list
- change ssl_expr_eval_oid to use ssl_ext_list

This change provides for a singfle function that provides an array of all
values from a certificate that match a given extension and removes the
duplictaed code that was present.

Reviewed by: Joe Orton

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

18 years agoRemove a call to strerror(). Possibly a leftover from prior debugging code.
Colm MacCarthaigh [Mon, 12 Sep 2005 19:27:53 +0000 (19:27 +0000)]
Remove a call to strerror(). Possibly a leftover from prior debugging code.

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

18 years agoDocument the ReceiveBufferSize change done in r157583
Stas Bekman [Mon, 12 Sep 2005 18:14:19 +0000 (18:14 +0000)]
Document the ReceiveBufferSize change done in r157583
Submitted by: Murray Nesbitt <murray@cpan.org>]

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

18 years ago SYNC to 2.0.x/CHANGES; shift backported patches to the fixed-in-2.0.x
William A. Rowe Jr [Sun, 11 Sep 2005 19:54:26 +0000 (19:54 +0000)]
  SYNC to 2.0.x/CHANGES; shift backported patches to the fixed-in-2.0.x
  section, and ensure that common sections of CHANGES are 100% identical.

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

18 years agorewrite CR mitigation logic to wipe out any trailing
Jeff Trawick [Sun, 11 Sep 2005 12:35:56 +0000 (12:35 +0000)]
rewrite CR mitigation logic to wipe out any trailing
white space

Suggested by: wrowe

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

18 years agoAny failure in apr_stat on a symlink currently gives
Joshua Slive [Sat, 10 Sep 2005 16:36:37 +0000 (16:36 +0000)]
Any failure in apr_stat on a symlink currently gives
"Symbolic link not allowed", which results in much head-scratching
if the actual problem is a broken link of some sort.  The real
fix would be to propogate the correct apr_stat error into the
error log, but that would require more refactoring than I'm
prepared to do.  This change simply expands the error message
to include both possibilities.  It improves the situation for
PR28515 but does not solve it.

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

18 years agogcc -Wall fix: depending on signedness of char.
Jim Jagielski [Sat, 10 Sep 2005 14:59:48 +0000 (14:59 +0000)]
gcc -Wall fix: depending on signedness of char.

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

18 years agogcc -Wall cleanup
Jim Jagielski [Sat, 10 Sep 2005 14:43:58 +0000 (14:43 +0000)]
gcc -Wall cleanup

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

18 years ago* modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gcc
Joe Orton [Sat, 10 Sep 2005 09:10:27 +0000 (09:10 +0000)]
* modules/proxy/mod_proxy_balancer.c (balancer_handler): Fix gcc
warning; no functional change.

* modules/proxy/mod_proxy.c (set_balancer_param): Likewise.

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