]> granicus.if.org Git - apache/log
apache
21 years agoReduce the number of parameters on the event callback to avoid a protected
Bradley Nicholes [Thu, 16 Jan 2003 23:31:35 +0000 (23:31 +0000)]
Reduce the number of parameters on the event callback to avoid a protected
mode issue

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

21 years agoAdd mod_dav_lock to the NetWare build
Bradley Nicholes [Thu, 16 Jan 2003 23:23:47 +0000 (23:23 +0000)]
Add mod_dav_lock to the NetWare build

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

21 years agoAdd my votes
Astrid Malo [Thu, 16 Jan 2003 03:55:42 +0000 (03:55 +0000)]
Add my votes

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

21 years agomarkup improvement
Astrid Malo [Thu, 16 Jan 2003 03:47:27 +0000 (03:47 +0000)]
markup improvement

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

21 years agoGot the lt and gt mixed up.
Rich Bowen [Thu, 16 Jan 2003 02:59:43 +0000 (02:59 +0000)]
Got the lt and gt mixed up.

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

21 years agoadd style rules for the new <transnote> element
Astrid Malo [Thu, 16 Jan 2003 02:37:07 +0000 (02:37 +0000)]
add style rules for the new <transnote> element

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

21 years agonote mod_authz_owner
André Malo [Wed, 15 Jan 2003 22:25:19 +0000 (22:25 +0000)]
note mod_authz_owner

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

21 years agoadd support for "Require file-group"
André Malo [Wed, 15 Jan 2003 22:14:45 +0000 (22:14 +0000)]
add support for "Require file-group"

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

21 years agoadd support for "require file-group"
André Malo [Wed, 15 Jan 2003 22:12:36 +0000 (22:12 +0000)]
add support for "require file-group"

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

21 years agoas announced and with no objections:
André Malo [Wed, 15 Jan 2003 22:08:54 +0000 (22:08 +0000)]
as announced and with no objections:
mod_authz_owner: forward port of require file-owner/file-group functionality

The goal of the module is to do all the neccessary file system work to
figure out username and groupname. "Require file-owner" is completely
resolved within the module. "file-group" is only determined there and the
groupname will be extracted from the stat call and stored within the
r->notes. Done that, the module will decline, so that the group database
modules (mod_authz_groupfile, mod_authz_dbm) can verify the groupname with
their lists.
Thus every group module that supports the file-group requirement must be
hooked after mod_authz_owner. They have to recognize "file-group" and read
the groupname from r->notes. (If there's no name stored, the modules should
ignore the file-group requirement). The backstopper module will do its work
in worst case.

not solved yet:
- the module doesn't work as one could expect if the file doesn't exist in
  the first request round (consider MultiViews) (the 1.3 version has the
  same problem). I played around with some subrequest techniques, but got
  no helpful result. Is there any magic to recognize the actual resulting
  filename (if there is)?

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

21 years ago It's up to apr-iconv to install it's own ces/ccs .pdb symbols.
William A. Rowe Jr [Wed, 15 Jan 2003 15:15:12 +0000 (15:15 +0000)]
  It's up to apr-iconv to install it's own ces/ccs .pdb symbols.

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

21 years agoChange the ulimit command used by apachectl on AIX so that it
Jeff Trawick [Wed, 15 Jan 2003 14:32:06 +0000 (14:32 +0000)]
Change the ulimit command used by apachectl on AIX so that it
works in all locales.

the standard command fails in a non-English locale if the hard
limit is unlimited since the display of the limit will translate
"unlimited", but ulimit only accepts English "unlimited" on input

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

21 years agofix the type of the idlers field to match what apr_atomic_cas() expects
Jeff Trawick [Wed, 15 Jan 2003 13:43:58 +0000 (13:43 +0000)]
fix the type of the idlers field to match what apr_atomic_cas() expects

this fixes the compile when using the native compiler for AIX (and likely
other non-gcc compilers)

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

21 years ago Fix a typo reported by Blair Zajac <blair@orcaware.com>
William A. Rowe Jr [Tue, 14 Jan 2003 18:34:14 +0000 (18:34 +0000)]
  Fix a typo reported by Blair Zajac <blair@orcaware.com>

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

21 years ago Adapt to Brane's apr-iconv patch that provides for make install, and makes
William A. Rowe Jr [Tue, 14 Jan 2003 18:28:13 +0000 (18:28 +0000)]
  Adapt to Brane's apr-iconv patch that provides for make install, and makes
  httpd a little less intimate with apr internals.

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

21 years ago With the latest patch to config.c wildcards now work.
William A. Rowe Jr [Tue, 14 Jan 2003 17:01:32 +0000 (17:01 +0000)]
  With the latest patch to config.c wildcards now work.

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

21 years ago ap_server_root_relative never guarenteed that the resource exists, or
William A. Rowe Jr [Tue, 14 Jan 2003 16:56:16 +0000 (16:56 +0000)]
  ap_server_root_relative never guarenteed that the resource exists, or
  isn't a file pattern.  Correct the code to accept these cases (applied
  to both 2.0 and 2.1.)

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

21 years ago Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard
William A. Rowe Jr [Tue, 14 Jan 2003 03:01:52 +0000 (03:01 +0000)]
  Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard
  patterns in Directory blocks.  Note a similar problem with Includes *.conf

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

21 years agomod_ext_filter: Fix a problem building argument lists which
Jeff Trawick [Mon, 13 Jan 2003 19:35:55 +0000 (19:35 +0000)]
mod_ext_filter: Fix a problem building argument lists which
occasionally caused exec to fail.

The argument array passed to apr_proc_create() needs to have
a NULL entry at the end.

PR: 15491

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

21 years ago After introducing tests in the cmds, we lose the absolute authority
William A. Rowe Jr [Mon, 13 Jan 2003 17:10:42 +0000 (17:10 +0000)]
  After introducing tests in the cmds, we lose the absolute authority
  of the CRYPTO_malloc_init() which must happen the moment we load the
  module and prior to *any* ssl library fn invocation.

  Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function,
  the absolute first call made into any loaded module.

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

21 years agoTypo: apache -> apache2
Erik Abele [Sun, 12 Jan 2003 21:14:29 +0000 (21:14 +0000)]
Typo: apache -> apache2

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

21 years agoRemove now unnecessary paragraph (-S/-t -D DUMP_VHOST).
Erik Abele [Sun, 12 Jan 2003 20:59:40 +0000 (20:59 +0000)]
Remove now unnecessary paragraph (-S/-t -D DUMP_VHOST).

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

21 years agoUsing -S rather than -t -D DUMP_VHOSTS.
Erik Abele [Sun, 12 Jan 2003 20:56:26 +0000 (20:56 +0000)]
Using -S rather than -t -D DUMP_VHOSTS.

Submitted by: Thom May <thom@planetarytramp.net>

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

21 years agoUpdate documentation to match prototype for ap_register_input_filter and
Justin Erenkrantz [Sun, 12 Jan 2003 20:44:37 +0000 (20:44 +0000)]
Update documentation to match prototype for ap_register_input_filter and
ap_register_output_filter.

Submitted by: Stas Bekman <stas@stason.org>,
              Joe Schaefer <joe+apache@sunstarsys.com>
Reviewed by: Justin Erenkrantz

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

21 years agoadd votes/comments
André Malo [Sat, 11 Jan 2003 22:48:07 +0000 (22:48 +0000)]
add votes/comments

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

21 years agoAdded a required parameter to RegisterForEventNotification() to allow the
Bradley Nicholes [Fri, 10 Jan 2003 15:43:23 +0000 (15:43 +0000)]
Added a required parameter to RegisterForEventNotification() to allow the
function to be called in protected address space.

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

21 years agoSome words about the Wiki, PDF and some votes...
Erik Abele [Thu, 9 Jan 2003 23:50:01 +0000 (23:50 +0000)]
Some words about the Wiki, PDF and some votes...

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

21 years agoSome status updates. I removed a few things so as not to duplicate what
Joshua Slive [Thu, 9 Jan 2003 20:15:04 +0000 (20:15 +0000)]
Some status updates.  I removed a few things so as not to duplicate what
we already have on the docs-project website.

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

21 years agoAccess.conf? Nope.
Joshua Slive [Thu, 9 Jan 2003 20:03:15 +0000 (20:03 +0000)]
Access.conf?  Nope.

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

21 years agoDon't require MMX
Bradley Nicholes [Thu, 9 Jan 2003 16:55:46 +0000 (16:55 +0000)]
Don't require MMX

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

21 years agoAdd PR to the comment
Graham Leggett [Thu, 9 Jan 2003 12:33:12 +0000 (12:33 +0000)]
Add PR to the comment
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agobe more specific on element ordering and allow <seealso> within
André Malo [Thu, 9 Jan 2003 04:34:26 +0000 (04:34 +0000)]
be more specific on element ordering and allow <seealso> within
the moduleindex

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

21 years agofix xsl error (although xalan doesn't complain it).
André Malo [Thu, 9 Jan 2003 04:16:24 +0000 (04:16 +0000)]
fix xsl error (although xalan doesn't complain it).
according to the spec it's not allowed to bind the same
variable twice or more within the same scope.
(<http://www.w3.org/TR/xslt#local-variables>)

Reported by:  Michael Schr�pl <Michael.Schroepl@telekurs.de>
Submitted by: Astrid Ke�ler
Reviewed by:  /me ;-)

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

21 years ago update transformation.
André Malo [Thu, 9 Jan 2003 03:22:26 +0000 (03:22 +0000)]
  update transformation.
  - core, mod_deflate, mod_speling, mpm_common because of "compatibility"
    transformation change
  - quickreference.html.de because of the recent core changes

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

21 years agoadd missing pass-through-template
André Malo [Thu, 9 Jan 2003 03:19:00 +0000 (03:19 +0000)]
add missing pass-through-template

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

21 years ago- further markup improvements
Astrid Malo [Wed, 8 Jan 2003 20:58:32 +0000 (20:58 +0000)]
- further markup improvements
- use a more realistic values for some examples
- use better parameter names
- correct a seealso title

thanks to nd for his suggestions

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

21 years agoBroken link replaced by a similar document (I hope).
Joshua Slive [Wed, 8 Jan 2003 20:24:02 +0000 (20:24 +0000)]
Broken link replaced by a similar document (I hope).

PR: 15603

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

21 years agorespect inline tags within <compatibility>
Astrid Malo [Wed, 8 Jan 2003 20:01:26 +0000 (20:01 +0000)]
respect inline tags within <compatibility>

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

21 years agoFix win32 compile break due to file name changes in apr/include/arch/win32
Bill Stoddard [Wed, 8 Jan 2003 19:29:05 +0000 (19:29 +0000)]
Fix win32 compile break due to file name changes in apr/include/arch/win32

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

21 years agotranslation improvement
Astrid Malo [Wed, 8 Jan 2003 19:16:51 +0000 (19:16 +0000)]
translation improvement

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

21 years agoStatements about the authorship of mod_ssl being in Germany are no longer
Joshua Slive [Wed, 8 Jan 2003 18:03:36 +0000 (18:03 +0000)]
Statements about the authorship of mod_ssl being in Germany are no longer
true.  And besides, the links are broken.

PR: 15627

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

21 years agoPR:
Justin Erenkrantz [Wed, 8 Jan 2003 09:50:09 +0000 (09:50 +0000)]
PR:

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

21 years agoadd <transnote> element
Astrid Malo [Wed, 8 Jan 2003 07:09:03 +0000 (07:09 +0000)]
add <transnote> element

This element should only be used in non-english documentation to include
some translation notes.

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

21 years agoupdate reference
Astrid Malo [Wed, 8 Jan 2003 06:48:20 +0000 (06:48 +0000)]
update reference

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

21 years ago- clarify somes mistakables
Astrid Malo [Wed, 8 Jan 2003 06:46:45 +0000 (06:46 +0000)]
- clarify somes mistakables
- some markup improvement
- other peanuts (typo, etc.)

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

21 years agoWhen unlocking, the auto-checkin code does not need to refer to the
Greg Stein [Tue, 7 Jan 2003 21:08:03 +0000 (21:08 +0000)]
When unlocking, the auto-checkin code does not need to refer to the
parent resource. We want to (possibly) check in only the resource
identified by the params.

Bug found by David Waite <mass@akuma.org>

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

21 years agoUm, that should have been a 'no' - you should have to explicitly enable
Justin Erenkrantz [Mon, 6 Jan 2003 18:42:50 +0000 (18:42 +0000)]
Um, that should have been a 'no' - you should have to explicitly enable
mod_dav_lock not always include it whenever mod_dav is built.

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

21 years agoAdd IndexOptions IgnoreCase description.
David Shane Holden [Mon, 6 Jan 2003 16:07:56 +0000 (16:07 +0000)]
Add IndexOptions IgnoreCase description.

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

21 years agofix a type mismatch (char * vs. const char *)
Jeff Trawick [Mon, 6 Jan 2003 16:02:08 +0000 (16:02 +0000)]
fix a type mismatch (char * vs. const char *)

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

21 years ago Bring forward the IndexOptions IgnoreCase option to mod_autoindex
William A. Rowe Jr [Mon, 6 Jan 2003 15:20:32 +0000 (15:20 +0000)]
  Bring forward the IndexOptions IgnoreCase option to mod_autoindex
  from Apache 1.3 for both 2.0 and 2.1 (since the patch/feature was
  previously accepted for 1.3, I'm committing without the usual vote
  specific to 2.0.)  Only small modification of David's patch to avoid
  future reformatting of the options list and better handle the strnatcmp
  side effects.

PR: 14276
Obtained from:
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Reviewed by:

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

21 years agobe consistent:
André Malo [Mon, 6 Jan 2003 08:07:51 +0000 (08:07 +0000)]
be consistent:
evaluate multiple "require group" directives even for DBM files.
this was always applicable for plain text group files.

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

21 years agonot very spectacular ;-)
André Malo [Mon, 6 Jan 2003 07:12:56 +0000 (07:12 +0000)]
not very spectacular ;-)
break overlong line.

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

21 years agocleanup.
André Malo [Mon, 6 Jan 2003 06:52:48 +0000 (06:52 +0000)]
cleanup.
- remove superfluid #include
- remove no longer neccessary bitmask handling
- be more efficient if there are no groups for the user
- call ap_note_auth_failure instead of ap_note_basic_auth_failure

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

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