]> granicus.if.org Git - apache/log
apache
20 years agoFix segfault in mod_mem_cache when caching streaming dynamic content.
Bill Stoddard [Thu, 18 Dec 2003 21:22:41 +0000 (21:22 +0000)]
Fix segfault in mod_mem_cache when caching streaming dynamic content.

PR: 21285, 21287

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

20 years agoAdd Polish translation of error messages.
Jeff Trawick [Thu, 18 Dec 2003 15:29:41 +0000 (15:29 +0000)]
Add Polish translation of error messages.

PR:             25101
Submitted by: Tomasz Kepczynski <tomek jot23.org>
Reviewed by: Jeff Trawick

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

20 years agoadd support for querying MPM state to ap_mpm_query() for the WinNT MPM
Jeff Trawick [Wed, 17 Dec 2003 02:16:44 +0000 (02:16 +0000)]
add support for querying MPM state to ap_mpm_query() for the WinNT MPM

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

20 years agoAdded mpm_state to ap_mpm_query() for the NetWare MPM
Bradley Nicholes [Tue, 16 Dec 2003 20:55:04 +0000 (20:55 +0000)]
Added mpm_state to ap_mpm_query() for the NetWare MPM

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

20 years agoFix the initial cache structure allocation. Since we are calling util_ald_create_cac...
Bradley Nicholes [Tue, 16 Dec 2003 20:20:09 +0000 (20:20 +0000)]
Fix the initial cache structure allocation.  Since we are calling util_ald_create_cache() to create a util_ald_cache_t structure, we can't use util_ald_alloc() to alloc the memory because we don't have a structure to allocate from yet.

Submitted by: Matthieu Estrade [apache@moresecurity.org]
Reviewed by: Brad Nicholes

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

20 years agoWin32: Rename WindowsSocketsWorkaround directive to Win32DisableAcceptEx.
Bill Stoddard [Mon, 15 Dec 2003 23:19:14 +0000 (23:19 +0000)]
Win32: Rename WindowsSocketsWorkaround directive to Win32DisableAcceptEx.
Clean up code paths.

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

20 years agoPick up declaration for insert_error_filter hook
Bill Stoddard [Mon, 15 Dec 2003 23:04:44 +0000 (23:04 +0000)]
Pick up declaration for insert_error_filter hook

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

20 years agomod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches
Ian Holsman [Mon, 15 Dec 2003 23:04:40 +0000 (23:04 +0000)]
mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches
a body to the 302 response and a wrong Content-Length header.

PR: 22951
Submitted by: Ermanno Scaglione <scaglione ..at.. starnetone.de>
Reviewed by: Blaise Tarr <blaise.tarr .. at .. cnet.com>

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

20 years agoAllow retention of header fields on non-200 responses
Ken Coar [Mon, 15 Dec 2003 19:59:23 +0000 (19:59 +0000)]
Allow retention of header fields on non-200 responses

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

20 years agoWe need the error strings loaded as early as possible
Martin Kraemer [Mon, 15 Dec 2003 14:30:12 +0000 (14:30 +0000)]
We need the error strings loaded as early as possible

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

20 years agoFlame bait: mod_charset_lite would decide in the mime checker phase
Martin Kraemer [Mon, 15 Dec 2003 14:24:31 +0000 (14:24 +0000)]
Flame bait: mod_charset_lite would decide in the mime checker phase
whether a conversion was required, and would stick with that decision,
even if a later handler (like CGI script) would modify the actual
MIME type returned in the response. That was fatal when an EBCDIC
machine was going to return, say, an image/gif (because the initial
MIME type would be text/plain, and only later on be set to image/gif).
But even for "ordinary" ASCII-based machines the conversion fails
if a CGI script decides to return UTF-16 data.
At the moment the following change is #if #system(bs2000), but IMHO
it should be enabled globally: I moved the conversion decision into
the filter itself (because it is the handler which does the final
decision which MIME time is tagged on the response, and we can only
evaluate its decision after it started the output generation).

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

20 years agoMention in the comment that we expect a _space_separated_ list of module
Martin Kraemer [Mon, 15 Dec 2003 14:11:35 +0000 (14:11 +0000)]
Mention in the comment that we expect a _space_separated_ list of module
names. Translate '-' to '_' so that the shell does not complain about
invalid variable names.

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

20 years agoswitch to APR 1.0 other-child API
Jeff Trawick [Mon, 15 Dec 2003 12:38:50 +0000 (12:38 +0000)]
switch to APR 1.0 other-child API

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

20 years agoget mod_ssl.dsp to load again
Jeff Trawick [Mon, 15 Dec 2003 11:35:34 +0000 (11:35 +0000)]
get mod_ssl.dsp to load again
(we *x weenies have to be careful :) )

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

20 years agosync
André Malo [Sun, 14 Dec 2003 17:34:18 +0000 (17:34 +0000)]
sync

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

20 years agofix docco
André Malo [Sun, 14 Dec 2003 16:34:18 +0000 (16:34 +0000)]
fix docco

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

20 years agosync with stable branch
Jeff Trawick [Sun, 14 Dec 2003 00:54:28 +0000 (00:54 +0000)]
sync with stable branch

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

20 years agoFix some piped log problems: bogus "piped log program '(null)'
Jeff Trawick [Sat, 13 Dec 2003 22:18:13 +0000 (22:18 +0000)]
Fix some piped log problems: bogus "piped log program '(null)'
failed" messages during restart and problem with the logger
respawning again after Apache is stopped.

PR:                21648, 24805

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

20 years agoremove inadvertent commit of clumsy gdb workaround (sorry!)
Jeff Trawick [Sat, 13 Dec 2003 19:43:40 +0000 (19:43 +0000)]
remove inadvertent commit of clumsy gdb workaround (sorry!)

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

20 years agochange the way the cgid daemon restart logic determines whether
Jeff Trawick [Sat, 13 Dec 2003 19:09:00 +0000 (19:09 +0000)]
change the way the cgid daemon restart logic determines whether
or not the MPM is still running...   now it works with prefork
MPM too

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

20 years agoupdate leader, threadpool, and worker MPMs to return MPM state
Jeff Trawick [Sat, 13 Dec 2003 19:00:56 +0000 (19:00 +0000)]
update leader, threadpool, and worker MPMs to return MPM state
from ap_mpm_query()

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

20 years agoupdate threadpool MPM to build and appear to work with the current APR
Jeff Trawick [Sat, 13 Dec 2003 18:25:57 +0000 (18:25 +0000)]
update threadpool MPM to build and appear to work with the current APR
pollset API

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

20 years agoupdate leader MPM to build and appear to work with the current APR
Jeff Trawick [Sat, 13 Dec 2003 15:46:09 +0000 (15:46 +0000)]
update leader MPM to build and appear to work with the current APR
pollset API

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

20 years agofix the name of the failing API call in a log message
Jeff Trawick [Sat, 13 Dec 2003 15:43:19 +0000 (15:43 +0000)]
fix the name of the failing API call in a log message

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

20 years agofix cut-n-paste errors in the logging of the current hook
Jeff Trawick [Sat, 13 Dec 2003 15:41:33 +0000 (15:41 +0000)]
fix cut-n-paste errors in the logging of the current hook

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

20 years ago *) Add a hook (insert_error_filter) to allow filters to re-insert
Paul J. Reder [Fri, 12 Dec 2003 17:03:59 +0000 (17:03 +0000)]
  *) Add a hook (insert_error_filter) to allow filters to re-insert
     themselves during processing of error responses. Enable mod_expires
     to use the new hook to include Expires headers in valid error
     responses. This addresses an RFC violation. It fixes PRs 19794,
     24884, and 25123. [Paul J. Reder]

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

20 years agoFix format string warnings from gcc on amd64:
Joe Orton [Fri, 12 Dec 2003 12:36:50 +0000 (12:36 +0000)]
Fix format string warnings from gcc on amd64:

* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_store):
Print apr_size_t using APR_SIZE_T_FMT.

* modules/ssl/ssl_engine_io.c (ssl_filter_write): Print difference
between sizes using APR_SSIZE_T_FMT, apr_size_t using APR_SIZE_T_FMT.

* modules/proxy/proxy_http.c (ap_proxy_http_request): Print
apr_uint64_t using APR_UINT64_T_HEX_FMT.

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

20 years agoIf you ignore a problem long enough, it'll be fixed by someone else.
Justin Erenkrantz [Fri, 12 Dec 2003 10:24:59 +0000 (10:24 +0000)]
If you ignore a problem long enough, it'll be fixed by someone else.

FreeBSD 5.2-RC with either libthr or libkse enabled (instead of the default
libc_r) is confirmed to be operational with the worker MPM.  Add notes to
STATUS and README.platforms (as there is now an upgrade path that may be
reasonable for those needing threads).

[No soak tests run, but it serves pages - which is an improvement over before]

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

20 years agofix a problem where a crash of a non-MPM child process could
Jeff Trawick [Thu, 11 Dec 2003 19:05:30 +0000 (19:05 +0000)]
fix a problem where a crash of a non-MPM child process could
result in an error log message stating that the parent had
crashed

the problem, which affected all *X platforms, was due to an
attempt to support the general problem with linuxthreads;
this change leaves us with a relatively obscure hole when
running on linuxthreads (see comments)

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

20 years agoTypo, see PR#25420
Erik Abele [Thu, 11 Dec 2003 02:45:38 +0000 (02:45 +0000)]
Typo, see PR#25420

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

20 years agoWin32: Tweak MaxMemFree patch. Allocate ptrans specifying pchild
Bill Stoddard [Thu, 11 Dec 2003 02:10:29 +0000 (02:10 +0000)]
Win32: Tweak MaxMemFree patch. Allocate ptrans specifying pchild
as the parent pool as we did prior to the MaxMemFree patch.

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

20 years agoFix <Limit> and <LimitExcept> parsing to require a closing '>'
Jeff Trawick [Wed, 10 Dec 2003 22:40:33 +0000 (22:40 +0000)]
Fix <Limit> and <LimitExcept> parsing to require a closing '>'
in the initial container.

PR:                25414
Submitted by:    Geoffrey Young <geoff apache.org>]
Reviewed by:    Jeff Trawick

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

20 years agoadd new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPM
Jeff Trawick [Wed, 10 Dec 2003 20:45:09 +0000 (20:45 +0000)]
add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPM
is doing

work-in-progress; not so useful until other MPMs support it

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

20 years agoFix memory leak in handling of request bodies during reverse
Jeff Trawick [Wed, 10 Dec 2003 19:26:15 +0000 (19:26 +0000)]
Fix memory leak in handling of request bodies during reverse
proxy operations.

PR:      24991
Submitted by: Larry Toppi <larry.toppi citrix.com>
Reviewed by:  Jeff Trawick

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

20 years agoSynching with 2.0 branch after backport.
Paul J. Reder [Wed, 10 Dec 2003 16:49:59 +0000 (16:49 +0000)]
Synching with 2.0 branch after backport.

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

20 years agoFix ab's SSL support a little:
Joe Orton [Wed, 10 Dec 2003 16:08:44 +0000 (16:08 +0000)]
Fix ab's SSL support a little:

* support/ab.c (ssl_*): Fix function prototypes througout.
(test): Use correct connection structure when using SSL.

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

20 years ago* server/Makefile.in: Revert changes to use an absolute path to
Joe Orton [Wed, 10 Dec 2003 15:59:16 +0000 (15:59 +0000)]
* server/Makefile.in: Revert changes to use an absolute path to
exports.c in some (but not all) places, and subsequent fallout.

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

20 years ago* server/main.c (suck_in_expat): Remove function, USE_EXPAT is never
Joe Orton [Wed, 10 Dec 2003 13:43:14 +0000 (13:43 +0000)]
* server/main.c (suck_in_expat): Remove function, USE_EXPAT is never
defined.

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

20 years agobackported to 2.0.49
Stas Bekman [Wed, 10 Dec 2003 08:51:27 +0000 (08:51 +0000)]
backported to 2.0.49
PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years ago"Thanks for checking in the changes to mod_mem_cache.
Cliff Woolley [Wed, 10 Dec 2003 03:22:32 +0000 (03:22 +0000)]
"Thanks for checking in the changes to mod_mem_cache.
 I think there is a piece missing to that fixe;
 the adjustment of the queue_clock value in cache_cache.c
 (cache_insert()):
 Sorry about not finding/pointing that out before asking you to check in
 mod_mem_cache changes:

 queue_clock is initialized to 0 when initializing the cache.
 Based on the current conditional test (cache_cache.c, line 164):
 ----------------------------------------

        priority = c->get_pri(ejected);

        if (c->queue_clock < priority)
            c->queue_clock = priority;

 ----------------------------------------

 and the fact that the new get_pri() function return a negative value,
 queue_clock will NEVER be adjusted with the ejected element priority.
 This is a patch that should fix that problem:"

Submitted by: Jean-Jacques Clar
Generally glanced at by: Cliff Woolley (+1 on concept)
     (better to get it in there than to
      wait around for a year before I get
      a chance to really test it)

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

20 years agoupdate the misconfigured INCLUDES skipping code to remove itself, so it'd complain
Stas Bekman [Wed, 10 Dec 2003 02:30:21 +0000 (02:30 +0000)]
update the misconfigured INCLUDES skipping code to remove itself, so it'd complain
only once
PR:
Obtained from:
Submitted by:
Reviewed by: Jeff Trawick, Bill Rowe

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

20 years agoForward port Spanish error message improvement from 2.0.
Yoshiki Hayashi [Wed, 10 Dec 2003 01:38:41 +0000 (01:38 +0000)]
Forward port Spanish error message improvement from 2.0.

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

20 years ago complain via error_log when mod_include's INCLUDES filter is
Stas Bekman [Tue, 9 Dec 2003 01:58:21 +0000 (01:58 +0000)]
 complain via error_log when mod_include's INCLUDES filter is
     enabled, but the relevant Options flag allowing the filter to run
     for the specific resource wasn't set, so that the filter won't
     silently get skipped.
PR:
Obtained from:
Submitted by:
Reviewed by: nd

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

20 years agoNew German translation of leader.xml
Astrid Malo [Sun, 7 Dec 2003 17:02:43 +0000 (17:02 +0000)]
New German translation of leader.xml

Reviewed by: Kai Blaschke <codav@wutallan.net>
             Kess

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

20 years agostop using apr_sockaddr_port_get() accessor function, as it will
Jeff Trawick [Fri, 5 Dec 2003 00:59:29 +0000 (00:59 +0000)]
stop using apr_sockaddr_port_get() accessor function, as it will
disappear from APR 1.0 API shortly

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

20 years agoAllow for binary CGI's to have file extensions other than .NLM
Bradley Nicholes [Thu, 4 Dec 2003 21:30:09 +0000 (21:30 +0000)]
Allow for binary CGI's to have file extensions other than .NLM

Submitted by: G�nter Knauf <gk@gknw.de>

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

20 years agoFix the display of the terminate and restarting console messages
Bradley Nicholes [Thu, 4 Dec 2003 21:26:50 +0000 (21:26 +0000)]
Fix the display of the terminate and restarting console messages

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

20 years agosync with APACHE_2_0_BRANCH
Jeff Trawick [Thu, 4 Dec 2003 06:48:19 +0000 (06:48 +0000)]
sync with APACHE_2_0_BRANCH

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

20 years agoClean up httpd -V output: Instead of displaying the MPM source
Jeff Trawick [Thu, 4 Dec 2003 03:05:42 +0000 (03:05 +0000)]
Clean up httpd -V output: Instead of displaying the MPM source
directory, display the MPM name and some MPM properties.

Submitted by: Geoffrey Young <geoff apache.org>
Reviewed by:  Jeff Trawick

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

20 years agoFix up the types used for atomics
Bradley Nicholes [Thu, 4 Dec 2003 00:16:13 +0000 (00:16 +0000)]
Fix up the types used for atomics

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

20 years ago- New German translation of leader.xml
Astrid Malo [Wed, 3 Dec 2003 23:58:01 +0000 (23:58 +0000)]
- New German translation of leader.xml

  Reviewed by: Kai Blaschke <codav@wutallan.net>
               Kess
- transformation update

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

20 years agoadd some markup
Astrid Malo [Wed, 3 Dec 2003 23:46:53 +0000 (23:46 +0000)]
add some markup

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

20 years agosunny but frigid today in charlottesville...
Cliff Woolley [Tue, 2 Dec 2003 19:08:40 +0000 (19:08 +0000)]
sunny but frigid today in charlottesville...

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

20 years agoFixed mod_mem_cache so that it doesn't misfile entries in the priority
Cliff Woolley [Tue, 2 Dec 2003 19:07:41 +0000 (19:07 +0000)]
Fixed mod_mem_cache so that it doesn't misfile entries in the priority
queue.  Previously, since the ->priority value was positive, certain
parts of mod_mem_cache would cause the priority queue to do the wrong thing
when changing the priority of an object in the cache.  The end result
would be that the objects would not be dequeued in the right order.

Submitted by:  Jean-Jacques Clar, Cliff Woolley
Reviewed by:   Paul J. Reder

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

20 years agoSynch with 2.0 branch.
Joe Orton [Tue, 2 Dec 2003 14:54:19 +0000 (14:54 +0000)]
Synch with 2.0 branch.

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

20 years agoRegenerate man pages.
Joe Orton [Tue, 2 Dec 2003 11:53:50 +0000 (11:53 +0000)]
Regenerate man pages.

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

20 years agoMinor spelling/grammar fixes.
Joe Orton [Tue, 2 Dec 2003 11:49:36 +0000 (11:49 +0000)]
Minor spelling/grammar fixes.

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

20 years agoIf we have a comment, place in a ':' not a ';' (has this *ever* worked?)
Justin Erenkrantz [Tue, 2 Dec 2003 09:41:45 +0000 (09:41 +0000)]
If we have a comment, place in a ':' not a ';' (has this *ever* worked?)
If -n is specified and we have a comment, print the comment out too.

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

20 years agoUpdate transformations.
Yoshiki Hayashi [Mon, 1 Dec 2003 04:52:33 +0000 (04:52 +0000)]
Update transformations.

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Mon, 1 Dec 2003 04:45:02 +0000 (04:45 +0000)]
New Japanese translation.

Submitted by: e.e <e.e@eed3si9n.com>
Reviewed by: Yoshiki Hayashi

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

20 years agoUpdate Japanese translations.
Yoshiki Hayashi [Mon, 1 Dec 2003 04:41:17 +0000 (04:41 +0000)]
Update Japanese translations.

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

20 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 1 Dec 2003 04:37:26 +0000 (04:37 +0000)]
Update Japanese translation.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi

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

20 years agoRegenerate typemap files.
Yoshiki Hayashi [Sat, 29 Nov 2003 20:18:12 +0000 (20:18 +0000)]
Regenerate typemap files.

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

20 years agoUpdate transformations.
Yoshiki Hayashi [Sat, 29 Nov 2003 20:03:15 +0000 (20:03 +0000)]
Update transformations.

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

20 years agoNew Japanese translations.
Yoshiki Hayashi [Sat, 29 Nov 2003 19:56:56 +0000 (19:56 +0000)]
New Japanese translations.

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

20 years agoupdate transformation
Astrid Malo [Sat, 29 Nov 2003 19:26:10 +0000 (19:26 +0000)]
update transformation

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

20 years agoRegenerate metafiles.
Yoshiki Hayashi [Sat, 29 Nov 2003 19:08:14 +0000 (19:08 +0000)]
Regenerate metafiles.

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

20 years agoUpdate transformations.
Yoshiki Hayashi [Sat, 29 Nov 2003 18:48:59 +0000 (18:48 +0000)]
Update transformations.

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Sat, 29 Nov 2003 18:43:22 +0000 (18:43 +0000)]
New Japanese translation.
(Originally ported form 2.0 version, then updated to the newest version.)

Submitted by: Yoshiki Hayashi, Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>

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

20 years agoNew Japanese translation.
Yoshiki Hayashi [Sat, 29 Nov 2003 18:41:20 +0000 (18:41 +0000)]
New Japanese translation.

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

20 years agoupdate transformation
Astrid Malo [Sat, 29 Nov 2003 16:53:28 +0000 (16:53 +0000)]
update transformation

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

20 years agoupdate transformation
Astrid Malo [Sat, 29 Nov 2003 16:53:28 +0000 (16:53 +0000)]
update transformation

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

20 years agoNew German translation of beos.xml
Astrid Malo [Sat, 29 Nov 2003 16:37:17 +0000 (16:37 +0000)]
New German translation of beos.xml
Submitted by: Jobst Giesecke <JGiesecke@t-online.de>
Reviewed by:  Kai Blaschke <codav@wutallan.net>
              Kess

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

20 years agoadd missing word
Astrid Malo [Sat, 29 Nov 2003 16:29:10 +0000 (16:29 +0000)]
add missing word

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

20 years agoTransformations...
Erik Abele [Sat, 29 Nov 2003 00:37:19 +0000 (00:37 +0000)]
Transformations...

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

20 years agoUpdate Japanese translations.
Yoshiki Hayashi [Fri, 28 Nov 2003 22:26:13 +0000 (22:26 +0000)]
Update Japanese translations.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

20 years agoConvert to XML.
Yoshiki Hayashi [Fri, 28 Nov 2003 22:23:48 +0000 (22:23 +0000)]
Convert to XML.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>

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

20 years agoUpdate transformations.
Yoshiki Hayashi [Fri, 28 Nov 2003 22:19:33 +0000 (22:19 +0000)]
Update transformations.

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

20 years agoFix XML errors.
Yoshiki Hayashi [Fri, 28 Nov 2003 22:16:20 +0000 (22:16 +0000)]
Fix XML errors.

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

20 years agoUpdate Japanese translations.
Yoshiki Hayashi [Fri, 28 Nov 2003 21:55:07 +0000 (21:55 +0000)]
Update Japanese translations.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

20 years agoUpdate revision marker.
Yoshiki Hayashi [Fri, 28 Nov 2003 21:08:21 +0000 (21:08 +0000)]
Update revision marker.

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

20 years agoUpdate Japanese translations.
Yoshiki Hayashi [Fri, 28 Nov 2003 21:07:23 +0000 (21:07 +0000)]
Update Japanese translations.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

20 years agoUpdate Japanese translation.
Yoshiki Hayashi [Fri, 28 Nov 2003 21:01:47 +0000 (21:01 +0000)]
Update Japanese translation.

Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>

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

20 years agoAdd restart and shutdown thread counters to the console display
Bradley Nicholes [Wed, 26 Nov 2003 18:48:56 +0000 (18:48 +0000)]
Add restart and shutdown thread counters to the console display

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

20 years ago* modules/ssl/mod_ssl.h: Remove prototypes for shmht.
Joe Orton [Wed, 26 Nov 2003 09:34:15 +0000 (09:34 +0000)]
* modules/ssl/mod_ssl.h: Remove prototypes for shmht.

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

20 years agoAdd fatal exception hook for use by debug modules. The hook is only
Jeff Trawick [Wed, 26 Nov 2003 03:45:34 +0000 (03:45 +0000)]
Add fatal exception hook for use by debug modules.  The hook is only
available if the --enable-exception-hook configure parm is used.

Sample users at http://httpd.apache.org/~trawick/exception_hook.html

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

20 years agoremove references to Irix uslock() mutex primitive
Jeff Trawick [Wed, 26 Nov 2003 02:56:22 +0000 (02:56 +0000)]
remove references to Irix uslock() mutex primitive

tweak mutex mechanism descriptions to describe them in terms of
AcceptMutex directive instead of ancient 1.3-style CFLAGS for
enabling to the mechanism

PR:         24228

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

20 years agoThe caller of ap_pass_brigade() relinquishes ownership of the brigade.
Jeff Trawick [Wed, 26 Nov 2003 02:12:49 +0000 (02:12 +0000)]
The caller of ap_pass_brigade() relinquishes ownership of the brigade.

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

20 years agotidy up some charset recoding issues
Jeff Trawick [Wed, 26 Nov 2003 02:09:25 +0000 (02:09 +0000)]
tidy up some charset recoding issues

the "need" for APACHE_XLATE went away some years ago when BUFF went
POOF and charset recoding (translation) of non-protocol data
could no longer be performed by the core...

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

20 years agoSync with APACHE_2_0_BRANCH.
Paul J. Reder [Tue, 25 Nov 2003 17:53:25 +0000 (17:53 +0000)]
Sync with APACHE_2_0_BRANCH.

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

20 years agoExtend mod_status output to include SSL session cache status
Joe Orton [Tue, 25 Nov 2003 16:59:10 +0000 (16:59 +0000)]
Extend mod_status output to include SSL session cache status
information:

* modules/ssl/mod_ssl.c (ssl_hook_pre_config): Call
ssl_scache_status_register.

* modules/ssl/ssl_scache.c (ssl_scache_status): Removed function.
(ssl_ext_status_hook): Renamed from ssl_ext_ms_display: switch to
2.1's mod_status "status_hook" API.
(ssl_scache_status_register): Register optional hook.

* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_status): Adjust to use
new API.

* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_status): Adjust
to use new API.

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

20 years agoRemove shmht session cache in favour of shmcb; shmht has had
Joe Orton [Tue, 25 Nov 2003 15:46:37 +0000 (15:46 +0000)]
Remove shmht session cache in favour of shmcb; shmht has had
data corruption bugs since being apr_rmm'ified.

* config.m4, mod_ssl.dsp: Don't build ssl_util_table and
ssl_scache_shmht.

* ssl_util_table.h, ssl_util_table.c, ssl_scache_shmht.c: Removed
files.

* mod_ssl.h (SSLModConfigRec): Use a void * pointer for storing
the scache-specific data.

* ssl_engine_config.c (ssl_cmd_SSLSessionCache): Treat shmht: as
shmcb:.

* ssl_scache.c: Remove shmht hooks throughout.

* ssl_scache_shmcb.c: Remove casts to use the table_t * pointer as a
void *.

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

20 years ago* buildconf: Ensure that make never regenerates the mod_ssl expression
Joe Orton [Tue, 25 Nov 2003 15:21:46 +0000 (15:21 +0000)]
* buildconf: Ensure that make never regenerates the mod_ssl expression
parser files from the lex/yacc sources.

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

20 years ago* modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on the
Joe Orton [Tue, 25 Nov 2003 14:17:55 +0000 (14:17 +0000)]
* modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on the
destination resource, propagate the WWW-Auth header from the
subrequest back to the client.

PR: 15571

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

20 years ago* modules/dav/main/util.c (dav_validate_resource_state): Simplify weak
Joe Orton [Tue, 25 Nov 2003 13:54:39 +0000 (13:54 +0000)]
* modules/dav/main/util.c (dav_validate_resource_state): Simplify weak
etag comparison to avoid unnecessary tests and pstrdup calls.

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

20 years agoRegenerate man pages.
Joe Orton [Tue, 25 Nov 2003 13:37:31 +0000 (13:37 +0000)]
Regenerate man pages.

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

20 years ago- use .SS not .Sh for subheadings, and don't capitalize them
Joe Orton [Tue, 25 Nov 2003 13:36:31 +0000 (13:36 +0000)]
- use .SS not .Sh for subheadings, and don't capitalize them
- don't indent <dl> lists

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

20 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): Fix
Joe Orton [Tue, 25 Nov 2003 13:16:10 +0000 (13:16 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): Fix
unused variable from previous commit.

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

20 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only call
Joe Orton [Tue, 25 Nov 2003 13:10:09 +0000 (13:10 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only call
ssl_var_lookup_ssl for a real SSL connection; fix lookup of "HTTPS"
for non-SSL connections.
(ssl_var_log_handler_x): Give results for non-SSL connections too;
e.g. %{HTTPS}x does the right thing.

PR: 23956

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

20 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version):
Joe Orton [Tue, 25 Nov 2003 12:46:32 +0000 (12:46 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version):
Determine the library version string at run-time rather than at
compile-time.

Submitted by: Eric Seidel <eseidel@apple.com>
PR: 23956

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