]> granicus.if.org Git - apache/log
apache
21 years agosome cleanup.
André Malo [Mon, 6 Jan 2003 06:13:44 +0000 (06:13 +0000)]
some cleanup.
- The weird bit mask handling is not really neccessary.
- call ap_note_auth_failure instead of ap_note_basic_auth_failure

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

21 years agouse less specific ap_note_auth_failure API call, since it _is_ less specific.
André Malo [Mon, 6 Jan 2003 04:01:17 +0000 (04:01 +0000)]
use less specific ap_note_auth_failure API call, since it _is_ less specific.

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

21 years agoallow group authorization to be stored in either basic or digest dbm user
André Malo [Mon, 6 Jan 2003 03:35:48 +0000 (03:35 +0000)]
allow group authorization to be stored in either basic or digest dbm user
files. This is done by looking up first "$user:$realm" and if no success
then $user as key.
The patch also restores the possibility of group files only
($user -> group,group... or "$user:$realm" -> group,group...).
That got somehow lost during the auth rewrite.

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

21 years agowell, it's a backstopper. So stop also misconfigured Digest
André Malo [Sun, 5 Jan 2003 09:58:30 +0000 (09:58 +0000)]
well, it's a backstopper. So stop also misconfigured Digest
authentication requests.

e.g.:
  AuthType Digest
  AuthName foo
  require user nd

with no mod_auth_digest present; or consider a TP digest module
with Authoritative funcionality etc.

It's still a question whether we should throw a 500 instead of 401
in that case...

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

21 years agoOur standard distribution should not promote broken behavior. We can
Greg Stein [Sun, 5 Jan 2003 08:38:33 +0000 (08:38 +0000)]
Our standard distribution should not promote broken behavior. We can
help out those packages which are already distributed, but the
developers should be *fixing* their software. The WebDAVFS is pinned
to a specific set of versions (1.[012]) because Apple has said they'll
fix it in the next release. This change pins the gnome-vfs workaround
to a specific version (1.0*), with the expectation they will fix their
software. If they state they won't be fixing the behavior, then we
should rip this out (and once they commit to a fix in a specific rev,
then we can workaround everything up to that rev). Apache HTTPD is all
about being a reference platform, not about compensating for broken
clients out there...

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

21 years agoallow empty user ids to be supplied without responding a 500.
André Malo [Sun, 5 Jan 2003 06:36:29 +0000 (06:36 +0000)]
allow empty user ids to be supplied without responding a 500.

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

21 years agonitpicking.
André Malo [Sun, 5 Jan 2003 04:14:44 +0000 (04:14 +0000)]
nitpicking.

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

21 years agoAdd a generic locking provider to DAV - mod_dav_lock. Other DAV providers
Justin Erenkrantz [Sat, 4 Jan 2003 23:19:39 +0000 (23:19 +0000)]
Add a generic locking provider to DAV - mod_dav_lock.  Other DAV providers
can use the dav_hooks_locks_generic structure to implement locking in a
non-optimal, but compliant fashion.  (Use 'dav-lock', 'generic', '0' to
ap_lookup_provider to retrieve it.)

Use the DavGenericLockDB directive to configure the location of the lock
database (may be server-relative or absolute).

This allows all DAV providers to use a baseline locking API rather than roll
their own.

This code is based mainly off the mod_dav_fs locking code (which uses the
on-disk storage for locking), but removing components that aren't needed in a
non-file-backed repository (such as recording inodes).

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

21 years agoadded some documentation about MPM selection and atomic operations
Brian Pane [Fri, 3 Jan 2003 23:12:56 +0000 (23:12 +0000)]
added some documentation about MPM selection and atomic operations

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

21 years agoReplace most of the mutex locking in the worker MPM's "queue info"
Brian Pane [Fri, 3 Jan 2003 18:35:08 +0000 (18:35 +0000)]
Replace most of the mutex locking in the worker MPM's "queue info"
object with atomic compare-and-swap loops.

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

21 years agoRemoving obsolete entry.(me)
Mads Toftum [Fri, 3 Jan 2003 17:57:39 +0000 (17:57 +0000)]
Removing obsolete entry.(me)
Adding alternative description about name-based vhosts and ssl
(written by Owen Boyle)

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

21 years agooh, cool. the recent commit fixed accidentally a null
André Malo [Fri, 3 Jan 2003 07:27:56 +0000 (07:27 +0000)]
oh, cool. the recent commit fixed accidentally a null
pointer bug ;-)
now remove the remaining scrap.

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

21 years agosome cleanup.
André Malo [Fri, 3 Jan 2003 02:45:30 +0000 (02:45 +0000)]
some cleanup.
- use already existing apr functionality
- remove unused variable

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

21 years agobreak down macro code and avoid mixed case.
André Malo [Thu, 2 Jan 2003 21:47:39 +0000 (21:47 +0000)]
break down macro code and avoid mixed case.

Thanks to Justin for his hints.

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

21 years agoupdate german & english transformation
André Malo [Wed, 1 Jan 2003 21:14:51 +0000 (21:14 +0000)]
update german & english transformation

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

21 years agodocument DeflateFilterNote changes
André Malo [Wed, 1 Jan 2003 21:13:42 +0000 (21:13 +0000)]
document DeflateFilterNote changes

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

21 years agoadd change.
André Malo [Wed, 1 Jan 2003 20:41:18 +0000 (20:41 +0000)]
add change.

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

21 years agoThe patch allows the user to log the accurate filter input and
André Malo [Wed, 1 Jan 2003 20:31:37 +0000 (20:31 +0000)]
The patch allows the user to log the accurate filter input and
output byte count, instead of only the rounded compression ratio.
The DeflateFilterNote directive will be extended as follows:

DeflateFilterNote [type] name

type can be one of "input", "output" or "ratio". "ratio" is assumed if the
type is omitted (backwards compatible).

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

21 years agoupdate german and english transformation
André Malo [Wed, 1 Jan 2003 16:58:14 +0000 (16:58 +0000)]
update german and english transformation

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

21 years agodocument changed context of the Auth*Providers
André Malo [Wed, 1 Jan 2003 16:51:06 +0000 (16:51 +0000)]
document changed context of the Auth*Providers

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

21 years agomake provider selection available in .htaccess files
André Malo [Wed, 1 Jan 2003 16:40:42 +0000 (16:40 +0000)]
make provider selection available in .htaccess files

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

21 years agoprovide better error messages for the multiviewsmatch directive.
André Malo [Wed, 1 Jan 2003 04:25:02 +0000 (04:25 +0000)]
provide better error messages for the multiviewsmatch directive.

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

21 years agoadd support for digest authentication to the authn_dbm module. The
André Malo [Wed, 1 Jan 2003 04:08:26 +0000 (04:08 +0000)]
add support for digest authentication to the authn_dbm module. The
key is "$user:$realm" (perl speaking), the value is the MD5-hash,
optionally followed by a colon and other garbage.

Note that currently there's no tool to create such databases.

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

21 years agocut password at the first colon.
André Malo [Wed, 1 Jan 2003 03:23:11 +0000 (03:23 +0000)]
cut password at the first colon.
This readds the ability to store password and group
information within the same dbm file

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

21 years agoallow the space in "xy directive" (directivesynopsis heading)
André Malo [Wed, 1 Jan 2003 02:35:18 +0000 (02:35 +0000)]
allow the space in "xy directive" (directivesynopsis heading)
to be replaced by other stuff.
Requested by Kess for German translation.

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

21 years agoupdate transformation
André Malo [Wed, 1 Jan 2003 01:51:15 +0000 (01:51 +0000)]
update transformation

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

21 years agomove mod_mime fix from 2.1.0 to 2.0.45
Brian Pane [Wed, 1 Jan 2003 01:00:21 +0000 (01:00 +0000)]
move mod_mime fix from 2.1.0 to 2.0.45

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

21 years agoUse saner default config values for suexec.
Justin Erenkrantz [Wed, 1 Jan 2003 00:14:33 +0000 (00:14 +0000)]
Use saner default config values for suexec.

OtherBill and Brad have confirmed that including ap_config_layout.h isn't a
problem on non-Unix platforms as they don't use suexec.

PR: 15713
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Justin Erenkrantz

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

21 years agoPR:
Chris Pepper [Sun, 29 Dec 2002 03:36:57 +0000 (03:36 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Grammar tweak. One comma half-separates a clause from the rest of the sentence. Needs a matching comma (where is ambiguous) or the existing one removed, so I yanked it.

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

21 years agoallow RewriteEngine Off even if Options -FollowSymlinks is set.
André Malo [Sun, 29 Dec 2002 01:46:46 +0000 (01:46 +0000)]
allow RewriteEngine Off even if Options -FollowSymlinks is set.

PR: 12395
Reviewed by: Justin Erenkrantz

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

21 years agoxml->html conversion
Rich Bowen [Fri, 27 Dec 2002 03:19:27 +0000 (03:19 +0000)]
xml->html conversion

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

21 years agoAdd the various vhost docs to the "see also" links on the right where I
Rich Bowen [Fri, 27 Dec 2002 02:55:05 +0000 (02:55 +0000)]
Add the various vhost docs to the "see also" links on the right where I
always expect them to be.

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

21 years agoadd neccessary template for <default>
Astrid Malo [Wed, 25 Dec 2002 03:36:45 +0000 (03:36 +0000)]
add neccessary template for <default>

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

21 years agoallow <br/> within <default> to increase readability for directives
Astrid Malo [Wed, 25 Dec 2002 02:50:09 +0000 (02:50 +0000)]
allow <br/> within <default> to increase readability for directives
with OS dependent defaults

thanks to nd for his help with xsl

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

21 years agoSun Forte requires having the same CFLAGS passed to the link stage as was
Justin Erenkrantz [Mon, 23 Dec 2002 19:21:15 +0000 (19:21 +0000)]
Sun Forte requires having the same CFLAGS passed to the link stage as was
passed to the compile stage.

(Otherwise, it won't link the threaded APR right.)

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

21 years agoFixed link to cURL (PR15616).
Erik Abele [Mon, 23 Dec 2002 16:43:03 +0000 (16:43 +0000)]
Fixed link to cURL (PR15616).

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

21 years ago All we care about is the type and name, just ask for the type and name.
William A. Rowe Jr [Mon, 23 Dec 2002 09:09:21 +0000 (09:09 +0000)]
  All we care about is the type and name, just ask for the type and name.

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

21 years agoumlaut error
André Malo [Mon, 23 Dec 2002 02:03:02 +0000 (02:03 +0000)]
umlaut error

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

21 years agooops, do forgotten translation change
André Malo [Mon, 23 Dec 2002 01:52:56 +0000 (01:52 +0000)]
oops, do forgotten translation change

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

21 years agokeep German version in sync
André Malo [Mon, 23 Dec 2002 01:30:51 +0000 (01:30 +0000)]
keep German version in sync

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

21 years agoupdate transformation
André Malo [Sun, 22 Dec 2002 23:05:47 +0000 (23:05 +0000)]
update transformation

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

21 years agosince nobody objected, apply proposed style changes:
André Malo [Sun, 22 Dec 2002 22:45:38 +0000 (22:45 +0000)]
since nobody objected, apply proposed style changes:

- reintroduced the sidebar for the module index page (obvious ;-)
  * didn't want to leave the section links so alone, thus added some
    <seealso>s.
- changed the ordering of the core/MPMs as follows:
  * core
  * mpm_common
  * alphabetical list of the mpms (ordered by their "natural" names).
- same appeared on the sitemap
- changed <h1> headings of the modulesynopsis files, so that they match the
  titles in the sitemap. This should better reflect the nature of the
  modules. (affects only core & MPMs)

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

21 years ago- mpm_common:
André Malo [Sun, 22 Dec 2002 22:31:24 +0000 (22:31 +0000)]
- mpm_common:
  * fixed the <modulelist>s in mpm_common
  * moved AcceptMutex to mpm_common;
    document the mutex mechanism "posixsem"
  * added BS2000Account to mpm_common
    (I'm not sure, whether it should appear here or elsewhere. It *seems*
    to be supported only by prefork and perchild (if perchild would work)).
    The description is obtained from the 1.3 docs.
  * fixed several default values
  * moved MaxThreadsPerChild and NumServers out to perchild
    (btw: we could consider to rename NumServers to StartServers...)
  * rearranged some stuff and added several comments, that I found useful
    ;-)
- mpm_netware:
  * MaxThreads 2048 (as maximum and default)
- perchild:
  * extended the explanations about using different user ids. Hope, that's
    correct.
  * extended and adjusted the directive descriptions
    (remember, NumServers and MaxThreadsPerChild moved in)
- prefork:
  * moved AcceptMutex to mpm_common (as stated already above)
- mpm_winnt:
  * added reference to ScoreBoardFile
- worker:
  * added reference to AcceptMutex
- general: markup & formatting

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

21 years agoadd initial documentation for beos, leader, mpmt_os2 and threadpool
André Malo [Sun, 22 Dec 2002 22:20:52 +0000 (22:20 +0000)]
add initial documentation for beos, leader, mpmt_os2 and threadpool

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

21 years agobetter formatting
André Malo [Sun, 22 Dec 2002 20:14:45 +0000 (20:14 +0000)]
better formatting

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

21 years agomarkup & formatting
André Malo [Sun, 22 Dec 2002 17:35:03 +0000 (17:35 +0000)]
markup & formatting

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

21 years agotypo
André Malo [Sun, 22 Dec 2002 15:36:16 +0000 (15:36 +0000)]
typo

PR: 15610

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

21 years agomarkup & formatting
André Malo [Sun, 22 Dec 2002 15:22:49 +0000 (15:22 +0000)]
markup & formatting

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

21 years agokeep german version in sync
André Malo [Fri, 20 Dec 2002 16:57:31 +0000 (16:57 +0000)]
keep german version in sync

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

21 years agoupdate transformation
André Malo [Fri, 20 Dec 2002 16:50:10 +0000 (16:50 +0000)]
update transformation

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

21 years agoadd initial documentation for mod_proxy_connect, mod_proxy_ftp
André Malo [Fri, 20 Dec 2002 16:44:46 +0000 (16:44 +0000)]
add initial documentation for mod_proxy_connect, mod_proxy_ftp
and mod_proxy_http

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

21 years agoupdate german transformations due to the recent changes
André Malo [Fri, 20 Dec 2002 16:29:51 +0000 (16:29 +0000)]
update german transformations due to the recent changes
(core and cache.)

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

21 years agoupdate transformations of recent changes
André Malo [Fri, 20 Dec 2002 15:52:04 +0000 (15:52 +0000)]
update transformations of recent changes

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

21 years agonegoatiation -> negotiation
Rich Bowen [Fri, 20 Dec 2002 15:11:13 +0000 (15:11 +0000)]
negoatiation -> negotiation

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

21 years ago- some markup improvement
Astrid Malo [Thu, 19 Dec 2002 22:03:46 +0000 (22:03 +0000)]
- some markup improvement
- normalize notation of directive arguments
- document ScriptInterpreterSource registry-strict
- some odds and ends

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

21 years agoLog server version and server built info at startup
Bill Stoddard [Thu, 19 Dec 2002 15:08:04 +0000 (15:08 +0000)]
Log server version and server built info at startup

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

21 years agoCorrect a warning message.
Bill Stoddard [Thu, 19 Dec 2002 14:44:59 +0000 (14:44 +0000)]
Correct a warning message.

Submitted by: Astrid Ke�ler [kess@kess-net.de]

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

21 years ago- Add MKDEP to config_vars.mk file
Justin Erenkrantz [Thu, 19 Dec 2002 05:35:55 +0000 (05:35 +0000)]
- Add MKDEP to config_vars.mk file
- Do not print out the commands used when doing 'make depend'

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

21 years agoAllow dependencies to be generated by something other than GCC.
Justin Erenkrantz [Thu, 19 Dec 2002 05:28:16 +0000 (05:28 +0000)]
Allow dependencies to be generated by something other than GCC.
This allows Sun's cpp to generate valid .deps dependencies.

(This is a similar patch as applied to APR.)

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

21 years agoRename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer and move it
Bill Stoddard [Wed, 18 Dec 2002 22:12:37 +0000 (22:12 +0000)]
Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer and move it
out of mod_cache and into mod_mem_cache. Note default buffer size of
the lesser of 100000 or MCacheMaxObjectSize

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

21 years agoJust a bit more consistency.
Erik Abele [Wed, 18 Dec 2002 22:08:18 +0000 (22:08 +0000)]
Just a bit more consistency.

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

21 years agoAdded another note about Windows due to the recent changes in windows.xml.
Erik Abele [Wed, 18 Dec 2002 21:40:50 +0000 (21:40 +0000)]
Added another note about Windows due to the recent changes in windows.xml.

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoKeeping german version in sync.
Erik Abele [Wed, 18 Dec 2002 21:32:44 +0000 (21:32 +0000)]
Keeping german version in sync.

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

21 years agoAdded another note about Windows due to the recent changes in windows.xml.
Erik Abele [Wed, 18 Dec 2002 21:32:02 +0000 (21:32 +0000)]
Added another note about Windows due to the recent changes in windows.xml.

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoCut an info log entry for each object we cache. Is this too much to log?
Bill Stoddard [Wed, 18 Dec 2002 21:03:30 +0000 (21:03 +0000)]
Cut an info log entry for each object we cache. Is this too much to log?

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

21 years agoJust keeping german version in sync
Erik Abele [Wed, 18 Dec 2002 20:28:23 +0000 (20:28 +0000)]
Just keeping german version in sync

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

21 years agoAdded a note about Windows and fixed links due to the recent changes
Erik Abele [Wed, 18 Dec 2002 20:24:28 +0000 (20:24 +0000)]
Added a note about Windows and fixed links due to the recent changes
in windows.xml.

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoMakefile fix for building IPV6. This stops the makefile from recursively creating
Bradley Nicholes [Wed, 18 Dec 2002 16:06:40 +0000 (16:06 +0000)]
Makefile fix for building IPV6.  This stops the makefile from recursively creating
IPV6 directories

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

21 years agoRename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
Bill Stoddard [Wed, 18 Dec 2002 15:07:21 +0000 (15:07 +0000)]
Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
implementation of MCacheMaxStreamingBuffer from mod_cache to
mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the
lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should
eliminate the need for explicitly coding MCacheMaxStreamingBuffer
in most configurations. [Bill Stoddard]

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

21 years agoCorrections include:
Astrid Malo [Tue, 17 Dec 2002 22:15:34 +0000 (22:15 +0000)]
Corrections include:
- a couple of grammatical issues fixed
- use term "change privileges" instead of "read/write/delete" just like
  NT/2000 does
- fixed <code>System</code> to <code>LocalSystem</code>

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoupdate german transformation
André Malo [Tue, 17 Dec 2002 22:14:58 +0000 (22:14 +0000)]
update german transformation

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

21 years agofix xml error and update transformation
André Malo [Tue, 17 Dec 2002 22:11:42 +0000 (22:11 +0000)]
fix xml error and update transformation

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

21 years agoDocument the AuthLDAPCharsetConfig directive
Bradley Nicholes [Tue, 17 Dec 2002 21:42:35 +0000 (21:42 +0000)]
Document the AuthLDAPCharsetConfig directive

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

21 years agoI must be getting old.
Roy T. Fielding [Tue, 17 Dec 2002 20:08:18 +0000 (20:08 +0000)]
I must be getting old.

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

21 years agouse german sitemap
Astrid Malo [Tue, 17 Dec 2002 19:28:01 +0000 (19:28 +0000)]
use german sitemap

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

21 years agoGerman translation
Astrid Malo [Tue, 17 Dec 2002 19:22:03 +0000 (19:22 +0000)]
German translation

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

21 years agoSHould be using ths string form of exp (which is exps).
Bill Stoddard [Tue, 17 Dec 2002 19:12:38 +0000 (19:12 +0000)]
SHould be using ths string form of exp (which is exps).
Reported by:Joe Orton

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

21 years agoupdate transformation
André Malo [Tue, 17 Dec 2002 18:34:31 +0000 (18:34 +0000)]
update transformation

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

21 years ago- markup & reformatting
André Malo [Tue, 17 Dec 2002 18:29:13 +0000 (18:29 +0000)]
- markup & reformatting
- changed overloaded <seealso>s to (hopefully) better ones
- added rather specialized <seealso>s to the directive descriptions
- one may specify more than one language in the content-language header

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

21 years agocorrect english revision number
Astrid Malo [Tue, 17 Dec 2002 17:19:10 +0000 (17:19 +0000)]
correct english revision number

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

21 years agochange a link and add a note where to find the signature files
Astrid Malo [Tue, 17 Dec 2002 17:11:23 +0000 (17:11 +0000)]
change a link and add a note where to find the signature files

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

21 years agomod_cache: Fix PR 15113, a core dump in cache_in_filter when
Paul J. Reder [Tue, 17 Dec 2002 15:29:02 +0000 (15:29 +0000)]
mod_cache: Fix PR 15113, a core dump in cache_in_filter when
a redirect occurs. The code was passing a format string and
integer to apr_pstrcat. Changed to apr_psprintf. [Paul J. Reder]

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

21 years agoGerman translation
Astrid Malo [Mon, 16 Dec 2002 22:36:18 +0000 (22:36 +0000)]
German translation

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

21 years agocorrect a see also title
Astrid Malo [Mon, 16 Dec 2002 21:46:25 +0000 (21:46 +0000)]
correct a see also title

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Mon, 16 Dec 2002 09:10:47 +0000 (09:10 +0000)]
Update transformations.

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 16 Dec 2002 09:10:35 +0000 (09:10 +0000)]
Update Japanese translation.

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

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Mon, 16 Dec 2002 08:58:25 +0000 (08:58 +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@97959 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThese files were added to main trunk by mistake. Delete them.
Yoshiki Hayashi [Mon, 16 Dec 2002 08:37:41 +0000 (08:37 +0000)]
These files were added to main trunk by mistake.  Delete them.

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

21 years ago- make sure, see also titles match with linked document titles
Astrid Malo [Mon, 16 Dec 2002 03:19:40 +0000 (03:19 +0000)]
- make sure, see also titles match with linked document titles
- remove notes about alpha and beta releases
- update download links to the mirror page

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

21 years agofirst rewrite of Windows platform docs has been done
Astrid Malo [Mon, 16 Dec 2002 03:13:36 +0000 (03:13 +0000)]
first rewrite of Windows platform docs has been done

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

21 years agoremove link to old document
Astrid Malo [Mon, 16 Dec 2002 02:18:10 +0000 (02:18 +0000)]
remove link to old document

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

21 years agomake sure, see also titles match with linked document titles
Astrid Malo [Mon, 16 Dec 2002 02:00:54 +0000 (02:00 +0000)]
make sure, see also titles match with linked document titles

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

21 years agomake sure, see also titles match with linked document titles
Astrid Malo [Mon, 16 Dec 2002 01:33:12 +0000 (01:33 +0000)]
make sure, see also titles match with linked document titles

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

21 years agoupdate translation
Astrid Malo [Mon, 16 Dec 2002 01:22:25 +0000 (01:22 +0000)]
update translation

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

21 years agofix directive name, that caused bogus html
André Malo [Sun, 15 Dec 2002 23:55:53 +0000 (23:55 +0000)]
fix directive name, that caused bogus html

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

21 years agosection id "footer" conflicts with the generated "footer" section.
André Malo [Sun, 15 Dec 2002 23:08:53 +0000 (23:08 +0000)]
section id "footer" conflicts with the generated "footer" section.
Changed the section id to "standard-footer".
(someone else may update the .ja transformation)

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

21 years agofix html errors
André Malo [Sun, 15 Dec 2002 23:05:27 +0000 (23:05 +0000)]
fix html errors

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

21 years agoAdded imports for the extended character entity sets Latin 1,
Erik Abele [Sun, 15 Dec 2002 22:10:42 +0000 (22:10 +0000)]
Added imports for the extended character entity sets Latin 1,
Symbols and Special: for convenience all XML docs which use
common.dtd can now use the well-known character entities instead
of their numerical counterparts. For a complete reference see
the corresponding .ent-files in the w3c directory.

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

21 years agoImport public W3C resources to use the extended character entities
Erik Abele [Sun, 15 Dec 2002 22:01:03 +0000 (22:01 +0000)]
Import public W3C resources to use the extended character entities
and to be able to validate the XHTML docs.

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

21 years agoMerge windows.xml and win_service.xml and update content
Astrid Malo [Sun, 15 Dec 2002 22:00:55 +0000 (22:00 +0000)]
Merge windows.xml and win_service.xml and update content

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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