]> granicus.if.org Git - apache/log
apache
21 years agoRework the apxs -cp command to work when the source dir isn't available by
Justin Erenkrantz [Thu, 19 Sep 2002 05:43:16 +0000 (05:43 +0000)]
Rework the apxs -cp command to work when the source dir isn't available by
querying apr-config and apu-config at link-time instead.

(Note that the $apr_config value in configure.in isn't sufficient as we
need to know where apr-config will be when we execute apxs later on -
hence the --bindir option to apr-config and apu-config.)

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

21 years agoFix a bunch of little problems that the directive quick-reference
Joshua Slive [Thu, 19 Sep 2002 02:41:15 +0000 (02:41 +0000)]
Fix a bunch of little problems that the directive quick-reference
made apparent.

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

21 years agoIf a body arrives with an OPTIONS request, and it contains an
Greg Stein [Thu, 19 Sep 2002 02:36:08 +0000 (02:36 +0000)]
If a body arrives with an OPTIONS request, and it contains an
<options> tag, as defined by RFC 3253, and we don't recognize the
option as a builtin one, then we pass that off to the versioning hooks
of the DAV provider for it to process. However, we neglected to check
whether the provider actually *had* versioning hooks first.

The fix: simply check for versioning hooks before using them.

Problem found by: Ryan Bloom <rbb@apache.org>

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

21 years agoAdd -p option to apxs to allow unbundled modules (such as mod_mbox) to
Justin Erenkrantz [Thu, 19 Sep 2002 01:06:17 +0000 (01:06 +0000)]
Add -p option to apxs to allow unbundled modules (such as mod_mbox) to
compile and link helper programs that use apr/apr-util.

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

21 years agoRemove following warning:
Justin Erenkrantz [Thu, 19 Sep 2002 00:57:35 +0000 (00:57 +0000)]
Remove following warning:

Use of uninitialized value in string eq at ./apxs line 134.

when the last option in getopt array is used.

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

21 years ago<var> becomes legal
André Malo [Thu, 19 Sep 2002 00:19:00 +0000 (00:19 +0000)]
<var> becomes legal

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

21 years agoAllow instdso.sh to be used with a .so file directly rather than requiring
Justin Erenkrantz [Wed, 18 Sep 2002 23:47:28 +0000 (23:47 +0000)]
Allow instdso.sh to be used with a .so file directly rather than requiring
a libtool archive.

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

21 years agoIf the user passed invalid credentials (user id or password) and auth_ldap is
Bradley Nicholes [Wed, 18 Sep 2002 23:38:30 +0000 (23:38 +0000)]
If the user passed invalid credentials (user id or password) and auth_ldap is
authoritative, allow the user to retry.  This is consistent with the other auth
modules.  It previously only allowed a retry if the password was invalid.

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

21 years ago- fix examples: turn example.isp.com to domain.example.com
André Malo [Wed, 18 Sep 2002 23:37:28 +0000 (23:37 +0000)]
- fix examples: turn example.isp.com to domain.example.com
  (isp.com is really a bad choice, YMMV)
- add "none" to syntax descriptions and fix defaults
- fix several <directive>s
- add infos the descriptions of *IP directives
  (redundant, but to reach more clearness)
- add section ids
- fix some typos

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

21 years agoLink up the quick-reference.
Joshua Slive [Wed, 18 Sep 2002 22:59:34 +0000 (22:59 +0000)]
Link up the quick-reference.

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

21 years agoUpdate transformation.
Joshua Slive [Wed, 18 Sep 2002 22:51:44 +0000 (22:51 +0000)]
Update transformation.

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

21 years agoCSS changes to accomodate the quickreference.
Joshua Slive [Wed, 18 Sep 2002 22:51:05 +0000 (22:51 +0000)]
CSS changes to accomodate the quickreference.

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

21 years agoA little fine-tuning.
Joshua Slive [Wed, 18 Sep 2002 22:50:38 +0000 (22:50 +0000)]
A little fine-tuning.

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

21 years agoXML file and initial transformation for quickreference.
Joshua Slive [Wed, 18 Sep 2002 22:33:02 +0000 (22:33 +0000)]
XML file and initial transformation for quickreference.

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

21 years agoXSLT instrastructure for the quickreference.
Joshua Slive [Wed, 18 Sep 2002 22:31:23 +0000 (22:31 +0000)]
XSLT instrastructure for the quickreference.

Still work to do on this, but I'm putting it in CVS so others can help.

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

21 years agoadd missing unit `days' for CookieExpires
Astrid Malo [Wed, 18 Sep 2002 20:42:06 +0000 (20:42 +0000)]
add missing unit `days' for CookieExpires

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

21 years agoadd section id for "multiviews"
André Malo [Wed, 18 Sep 2002 17:44:04 +0000 (17:44 +0000)]
add section id for "multiviews"

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

21 years ago Restrict Win32 API replacements from interfering with 3rd-party builders
William A. Rowe Jr [Wed, 18 Sep 2002 16:42:02 +0000 (16:42 +0000)]
  Restrict Win32 API replacements from interfering with 3rd-party builders
  of add-ons or any other consumer of win32's os.h.  PR 12779.

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

21 years agowhoops. keep revision info up to date
André Malo [Wed, 18 Sep 2002 14:38:02 +0000 (14:38 +0000)]
whoops. keep revision info up to date

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

21 years agoadd basic files for russian translations
André Malo [Wed, 18 Sep 2002 14:36:52 +0000 (14:36 +0000)]
add basic files for russian translations

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

21 years agofix doctype definition
André Malo [Wed, 18 Sep 2002 14:28:48 +0000 (14:28 +0000)]
fix doctype definition

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

21 years agoIf we fixup the timestamp on modules/ssl/ssl_expr_parse.c after running
Sander Striker [Wed, 18 Sep 2002 11:53:31 +0000 (11:53 +0000)]
If we fixup the timestamp on modules/ssl/ssl_expr_parse.c after running
buildconf when we roll a release, we should do the same for
modules/ssl/ssl_expr_parse.h and ssl_expr_scan.c.

Submitted by: Mads Toftum <mads@toftum.dk>

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

21 years agoAdd ability to use multiple providers for basic and digest authentication.
Justin Erenkrantz [Wed, 18 Sep 2002 01:05:25 +0000 (01:05 +0000)]
Add ability to use multiple providers for basic and digest authentication.

The syntax is:

AuthBasicProvider file dbm
AuthUserFile conf/basic-user
AuthDBMUserFile conf/basic-user-dbm

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

21 years agoRemove Authoritative functionality from the authn providers.
Justin Erenkrantz [Wed, 18 Sep 2002 00:33:13 +0000 (00:33 +0000)]
Remove Authoritative functionality from the authn providers.

All ordering semantics should be resolved by the modules which use these
providers, not the providers themselves.

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

21 years agoFixup the timestamp on modules/ssl/ssl_expr_parse.c after running
Sander Striker [Tue, 17 Sep 2002 18:43:41 +0000 (18:43 +0000)]
Fixup the timestamp on modules/ssl/ssl_expr_parse.c after running
buildconf when we roll a release.

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

21 years agoGlossary entry for MMN.
Joshua Slive [Tue, 17 Sep 2002 14:10:43 +0000 (14:10 +0000)]
Glossary entry for MMN.

Submitted by: Bojan Smojver <bojan@rexursive.com>

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

21 years agoswitch a list type for better readability
Astrid Malo [Tue, 17 Sep 2002 08:28:38 +0000 (08:28 +0000)]
switch a list type for better readability

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

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

21 years agoUpdate status of 2.0.41.
Sander Striker [Tue, 17 Sep 2002 07:02:16 +0000 (07:02 +0000)]
Update status of 2.0.41.

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

21 years agoRemoved unused variable
Brian Pane [Tue, 17 Sep 2002 05:37:39 +0000 (05:37 +0000)]
Removed unused variable

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

21 years agoThe protocol version (eg: HTTP/1.1) in the request line parsing
Jim Jagielski [Tue, 17 Sep 2002 01:14:57 +0000 (01:14 +0000)]
The protocol version (eg: HTTP/1.1) in the request line parsing
is now case insensitive. Before, 'http/1.1' would silently be forced
to HTTP/1.0

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoUpdate after the tag.
Sander Striker [Tue, 17 Sep 2002 00:45:40 +0000 (00:45 +0000)]
Update after the tag.

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

21 years agoWe need to set r->handler to indicate that we'll be handling the
Greg Stein [Tue, 17 Sep 2002 00:41:28 +0000 (00:41 +0000)]
We need to set r->handler to indicate that we'll be handling the
request. Otherwise, other modules may attempt to do "funny stuff" with
the request (specifically: mod_dir will map /some/path/ into an
index.html document if found).

This reinstalls a fixups hook to set the r->handler value. Most of the
checks in the dav_handler() function are now moved to the fixups hook.
We just don't bother to set the handler unless all conditions are met.

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

21 years agoadd a todo (it grows :)
André Malo [Mon, 16 Sep 2002 23:41:12 +0000 (23:41 +0000)]
add a todo (it grows :)

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

21 years agofix context of CacheNegotiatedDocs
André Malo [Mon, 16 Sep 2002 23:39:13 +0000 (23:39 +0000)]
fix context of CacheNegotiatedDocs

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

21 years agoPrepare for the tag.
Sander Striker [Mon, 16 Sep 2002 23:29:54 +0000 (23:29 +0000)]
Prepare for the tag.

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

21 years agoAdded some <code></code> (suggestion by Tim Gerundt <tim@gerundt.de>)
Astrid Malo [Mon, 16 Sep 2002 23:06:33 +0000 (23:06 +0000)]
Added some <code></code> (suggestion by Tim Gerundt <tim@gerundt.de>)

Added two examples for Base/non-Base modules
(suggestion by Irmund Thum <i.t@ithum.de>)

Removed accidential comment around the xml-stylesheet.

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

21 years agoWe aren't at 2.0.42 yet.
Sander Striker [Mon, 16 Sep 2002 23:02:04 +0000 (23:02 +0000)]
We aren't at 2.0.42 yet.

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

21 years agoMoving the auth_provider APIs into the core binary to avoid a chicken and
Bradley Nicholes [Mon, 16 Sep 2002 21:22:25 +0000 (21:22 +0000)]
Moving the auth_provider APIs into the core binary to avoid a chicken and
egg problem when loading the auth modules vs the providers.  (Can't load the
auth module until the provider has registered.  Can't register the provider until
the auth module is loaded and APIs are available.)

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

21 years agogerman translation based on install.xml r.1.4
Astrid Malo [Mon, 16 Sep 2002 20:38:15 +0000 (20:38 +0000)]
german translation based on install.xml r.1.4

Reviewed by: Irmund Thum <i.t@ithum.de>
             Erik Abele <erik@codefaktor.de>

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

21 years agoYou know it balances on your head
Joshua Slive [Mon, 16 Sep 2002 20:08:36 +0000 (20:08 +0000)]
You know it balances on your head
Just like a mattress balances
On a bottle of wine

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

21 years agoFix a link to the old bug database.
Joshua Slive [Mon, 16 Sep 2002 17:21:59 +0000 (17:21 +0000)]
Fix a link to the old bug database.

PR: 12678

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

21 years ago APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive is
William A. Rowe Jr [Mon, 16 Sep 2002 17:19:35 +0000 (17:19 +0000)]
  APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive is
  a noop for today.

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

21 years ago Consistify the configuration files for the .41 release. This brings
William A. Rowe Jr [Mon, 16 Sep 2002 16:57:04 +0000 (16:57 +0000)]
  Consistify the configuration files for the .41 release.  This brings
  all three flavors back into sync.

  With luck, I won't be doing this again, but I need some time to play
  with awk magic first.  {The nested <IfModule> directives don't make
  this all that simple.}

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

21 years agoWell, I see you got your brand new leopard-skin pill-box hat.
Joshua Slive [Mon, 16 Sep 2002 16:08:06 +0000 (16:08 +0000)]
Well, I see you got your brand new leopard-skin pill-box hat.

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

21 years agoplatform docs transforms to XML are complete.
André Malo [Mon, 16 Sep 2002 15:52:40 +0000 (15:52 +0000)]
platform docs transforms to XML are complete.
added some todos & comments

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

21 years agonew XML
André Malo [Mon, 16 Sep 2002 15:41:31 +0000 (15:41 +0000)]
new XML

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years agoObtained from: docs@httpd
Rich Bowen [Mon, 16 Sep 2002 14:26:48 +0000 (14:26 +0000)]
Obtained from: docs@httpd
Submitted by: Thom May
Reviewed by: Rich Bowen
Hi,
this chunk of the install page is no longer accurate;
you can do ./configure --enable-layout=Debian --prefix=/blah
and that works fine, with all options being respected.
Cheers,
-Thom

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

21 years agozap a gcc warning about using an uninitialized variable (new) and
Jeff Trawick [Mon, 16 Sep 2002 13:11:55 +0000 (13:11 +0000)]
zap a gcc warning about using an uninitialized variable (new) and
check for a possible syntax error

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

21 years agostatic-ize a function which is not supposed to be exported
Jeff Trawick [Mon, 16 Sep 2002 12:43:36 +0000 (12:43 +0000)]
static-ize a function which is not supposed to be exported

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

21 years agoConvert cgi.html to xml
Rich Bowen [Mon, 16 Sep 2002 02:22:45 +0000 (02:22 +0000)]
Convert cgi.html to xml

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

21 years agoConversion of ssi.html to xml
Rich Bowen [Mon, 16 Sep 2002 01:49:39 +0000 (01:49 +0000)]
Conversion of ssi.html to xml

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

21 years agoGet rid of my email address in yet another document.
Rich Bowen [Mon, 16 Sep 2002 00:04:34 +0000 (00:04 +0000)]
Get rid of my email address in yet another document.

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

21 years ago Modify ap_open_logs (an internal function) to follow the hook open_logs
William A. Rowe Jr [Sun, 15 Sep 2002 22:04:01 +0000 (22:04 +0000)]
  Modify ap_open_logs (an internal function) to follow the hook open_logs
  argument schema so it can be directly invoked by the hook handler.  Also
  clean up the open_logs processing to return an error rather than simply
  exit()ing.

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

21 years ago Revisit the code that Ian and I discussed on list. Actually pre-flight
William A. Rowe Jr [Sun, 15 Sep 2002 21:37:32 +0000 (21:37 +0000)]
  Revisit the code that Ian and I discussed on list.  Actually pre-flight
  the access logs so that failure conditions are noted earlier, and return
  out of the code using the != OK convention from ap_hook_open_logs.

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

21 years ago We log this failure (with an identical message) in the restart loop code,
William A. Rowe Jr [Sun, 15 Sep 2002 21:34:08 +0000 (21:34 +0000)]
  We log this failure (with an identical message) in the restart loop code,
  there's no reason not to note it in the preflight pass.

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

21 years agoSome status updates, including:
Joshua Slive [Sun, 15 Sep 2002 18:59:14 +0000 (18:59 +0000)]
Some status updates, including:

- a bunch of idea for improving the xml/xslt; feel free to
  add or subtract.
- remove all the head.html/foot.html from the list of files
  to convert to xml.  We may need to keep those around for
  a while to support translations.  We'll look at it later.
- general cleanup.

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

21 years agoFixed an invalid URL to the docs of the lockfile directive.
Erik Abele [Sun, 15 Sep 2002 13:00:05 +0000 (13:00 +0000)]
Fixed an invalid URL to the docs of the lockfile directive.

BUG#: 12660, Submitted by: Thomas Bader <thomasb+apache.org-bugs@trash.net>

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

21 years agoplatform/netware.html and perf-hp.html are transformed.
André Malo [Sun, 15 Sep 2002 02:29:07 +0000 (02:29 +0000)]
platform/netware.html and perf-hp.html are transformed.

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

21 years agonew XML
André Malo [Sun, 15 Sep 2002 02:25:58 +0000 (02:25 +0000)]
new XML

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years agoupdate perl version info
Astrid Malo [Sun, 15 Sep 2002 01:19:25 +0000 (01:19 +0000)]
update perl version info

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

21 years agoupdate perl version info
Astrid Malo [Sun, 15 Sep 2002 01:03:37 +0000 (01:03 +0000)]
update perl version info

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

21 years agoAllow AddOutputFilterByType to take in multiple filters.
Justin Erenkrantz [Sun, 15 Sep 2002 00:30:56 +0000 (00:30 +0000)]
Allow AddOutputFilterByType to take in multiple filters.

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

21 years agoRemove warnings seen with Sun's Forte compiler.
Justin Erenkrantz [Sun, 15 Sep 2002 00:00:48 +0000 (00:00 +0000)]
Remove warnings seen with Sun's Forte compiler.

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

21 years agoRevert r1.57 and r1.58 per Will Rowe's veto.
Justin Erenkrantz [Sat, 14 Sep 2002 23:05:42 +0000 (23:05 +0000)]
Revert r1.57 and r1.58 per Will Rowe's veto.

(I intend to add this back in if/when mod_authn_file can support the
{algo} password semantics, but we can't do a release with this code in
place.)

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

21 years ago Return mismatches... this solution simply won't work, as Ian reminded me.
William A. Rowe Jr [Sat, 14 Sep 2002 20:54:16 +0000 (20:54 +0000)]
  Return mismatches... this solution simply won't work, as Ian reminded me.
  Needs more work/time I don't have this afternoon, reverting to r 1.91

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

21 years agoThis patch makes this page validate as correct xhtml.
Rich Bowen [Sat, 14 Sep 2002 20:39:22 +0000 (20:39 +0000)]
This patch makes this page validate as correct xhtml.
Obtained from: Post on slashdot -
http://apache.slashdot.org/comments.pl?sid=39420&tid=148&mode=thread&pid=4210241#4210350
Submitted by: ThatDamnMurphyGuy (chris.laco at threetech.com), via slashdot

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

21 years ago At least follow the proper failure path for failure to open the log file
William A. Rowe Jr [Sat, 14 Sep 2002 20:36:30 +0000 (20:36 +0000)]
  At least follow the proper failure path for failure to open the log file
  or logging process.  Doesn't fix the lack of preflight testing.

Reviewed by: Ian Holsman

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

21 years agono more hacks :) but a buggy file remains *sigh*
Erik Abele [Sat, 14 Sep 2002 20:30:11 +0000 (20:30 +0000)]
no more hacks :) but a buggy file remains *sigh*

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

21 years agotruncate existing file if "-c" is used
Brian Pane [Sat, 14 Sep 2002 17:49:37 +0000 (17:49 +0000)]
truncate existing file if "-c" is used

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

21 years ago Move another non-exists test into the non-existing tests block, and
William A. Rowe Jr [Sat, 14 Sep 2002 16:43:24 +0000 (16:43 +0000)]
  Move another non-exists test into the non-existing tests block, and
  clean up the comments a bit more.

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

21 years ago Forgot a file from the build overhaul for aaa ... need all those new
William A. Rowe Jr [Sat, 14 Sep 2002 16:34:16 +0000 (16:34 +0000)]
  Forgot a file from the build overhaul for aaa ... need all those new
  modules mapped into memory.

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

21 years agoFixed the fix before :-) Thanks to Andre.
Erik Abele [Sat, 14 Sep 2002 15:03:14 +0000 (15:03 +0000)]
Fixed the fix before :-) Thanks to Andre.

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

21 years agolink typo.
Erik Abele [Sat, 14 Sep 2002 13:52:01 +0000 (13:52 +0000)]
link typo.

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

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

21 years agoMore code cleanup: added some error checks and removed unused functions
Brian Pane [Sat, 14 Sep 2002 08:44:26 +0000 (08:44 +0000)]
More code cleanup: added some error checks and removed unused functions

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

21 years agoremove single-byte file reads
Brian Pane [Sat, 14 Sep 2002 08:03:19 +0000 (08:03 +0000)]
remove single-byte file reads

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

21 years agocleaned up the file access checking
Brian Pane [Sat, 14 Sep 2002 06:53:40 +0000 (06:53 +0000)]
cleaned up the file access checking

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

21 years agoRemove the setting of the status line from the cache in mod_disk_cache,
Brian Pane [Sat, 14 Sep 2002 04:51:55 +0000 (04:51 +0000)]
Remove the setting of the status line from the cache in mod_disk_cache,
because this was causing 200s to be sent on responses that were really
304s
Submitted by: Kris Verbeeck <Kris.Verbeeck@ubizen.com>
Reviewed by:   Brian Pane

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

21 years ago 1. Eliminate perror(), it's not portable.
William A. Rowe Jr [Sat, 14 Sep 2002 03:40:11 +0000 (03:40 +0000)]
  1. Eliminate perror(), it's not portable.

  2. Restructure bit tests, ! is a logical, not a bitwise negation.

  3. Clean up just a bit of other ! syntax fooness and excess parens.

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

21 years agoAdd documentation (rough, but something) for new aaa modules.
Justin Erenkrantz [Sat, 14 Sep 2002 00:09:22 +0000 (00:09 +0000)]
Add documentation (rough, but something) for new aaa modules.

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

21 years agoRevert the examples to use AuthGroupFile
Justin Erenkrantz [Fri, 13 Sep 2002 23:59:58 +0000 (23:59 +0000)]
Revert the examples to use AuthGroupFile

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

21 years agoUpon further review, it seems silly to add z the here when we didn't add
Justin Erenkrantz [Fri, 13 Sep 2002 23:56:37 +0000 (23:56 +0000)]
Upon further review, it seems silly to add z the here when we didn't add
the n to the authn_file/authn_dbm backends.

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

21 years ago- fix a typo
André Malo [Fri, 13 Sep 2002 23:18:25 +0000 (23:18 +0000)]
- fix a typo
- mention the Allowoverride FileInfo in RewriteOptions' synopsis
- mention also, that pcre is used now (RewriteCond, RewriteRule)
  and set a link to perldoc.com (`perldoc perlre`)
- add compatibility note for the cookie-flag (RewriteRule)
- add RewriteMap dbm type choice compatibility note

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

21 years ago A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic
William A. Rowe Jr [Fri, 13 Sep 2002 21:55:31 +0000 (21:55 +0000)]
  A quick-n-dirty hack.  Expose the auth_provider api from mod_auth_basic
  alone, on Win32 only.

  Requires mod_auth_basic be loaded prior to using mod_auth_digest or any
  other mod_authn/z modules.

  Win32 builds again.

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

21 years agoAdded the new auth modules to the build script for building the default
Bradley Nicholes [Fri, 13 Sep 2002 21:44:09 +0000 (21:44 +0000)]
Added the new auth modules to the build script for building the default
httpd.conf file

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

21 years agoRemoved access_module, auth_module and added authz_host_module in
Bradley Nicholes [Fri, 13 Sep 2002 21:43:22 +0000 (21:43 +0000)]
Removed access_module, auth_module and added authz_host_module in
order to comply with the new auth module architecture

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

21 years agoNetWare project file that has been updated to build the new auth modules
Bradley Nicholes [Fri, 13 Sep 2002 21:40:51 +0000 (21:40 +0000)]
NetWare project file that has been updated to build the new auth modules

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

21 years agoNetWare make files and .def to build the new auth modules
Bradley Nicholes [Fri, 13 Sep 2002 21:34:27 +0000 (21:34 +0000)]
NetWare make files and .def to build the new auth modules

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

21 years agoNetWare Auth module .def files that are no longer needed due to the new
Bradley Nicholes [Fri, 13 Sep 2002 21:31:49 +0000 (21:31 +0000)]
NetWare Auth module .def files that are no longer needed due to the new
auth module architecture

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

21 years agoNetWare auth_digest make file that is no longer needed
Bradley Nicholes [Fri, 13 Sep 2002 21:29:57 +0000 (21:29 +0000)]
NetWare auth_digest make file that is no longer needed

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

21 years ago Axe unused variable 'res'
William A. Rowe Jr [Fri, 13 Sep 2002 17:33:27 +0000 (17:33 +0000)]
  Axe unused variable 'res'

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

21 years agofix broken links to container directives
André Malo [Fri, 13 Sep 2002 17:20:47 +0000 (17:20 +0000)]
fix broken links to container directives

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

21 years ago Welcome to the new schema. Multiply defined symbols blow.
William A. Rowe Jr [Fri, 13 Sep 2002 16:39:03 +0000 (16:39 +0000)]
  Welcome to the new schema.  Multiply defined symbols blow.

  Don't expect things to compile right now.

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

21 years agomention default value of IndexOrderDefault
André Malo [Fri, 13 Sep 2002 16:36:15 +0000 (16:36 +0000)]
mention default value of IndexOrderDefault
transform update: directives.html.en

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

21 years agoinsert some linebreaks for better diffs ;-)
André Malo [Fri, 13 Sep 2002 16:32:36 +0000 (16:32 +0000)]
insert some linebreaks for better diffs ;-)

proposed by: Joshua Slive

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

21 years agoAdd English doc for MaxMemFree
Jeff Trawick [Fri, 13 Sep 2002 15:57:23 +0000 (15:57 +0000)]
Add English doc for MaxMemFree
Obtained from: Sander Striker

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

21 years agoTypo.
Yoshiki Hayashi [Fri, 13 Sep 2002 11:27:11 +0000 (11:27 +0000)]
Typo.

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

21 years agofix links to the options directive.
André Malo [Thu, 12 Sep 2002 23:00:09 +0000 (23:00 +0000)]
fix links to the options directive.
(hope to) clarify, when parameters have to be quoted
  for the AddAlt* directives

(please correct my English if neccessary :)

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

21 years agorequest query example goes XHTML
André Malo [Thu, 12 Sep 2002 21:01:50 +0000 (21:01 +0000)]
request query example goes XHTML

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

21 years agoAdd support for using fnmatch patterns in the final path segment of an
Ian Holsman [Thu, 12 Sep 2002 20:04:07 +0000 (20:04 +0000)]
Add support for using fnmatch patterns in the final path segment of an
Include statement (eg.. include /foo/bar/*.conf).
and remove the noise on stderr during config dir processing.

Submitted by: Joe Orton <jorton@redhat.com>
Reviewed by: Ian Holsman, Brian Pane

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

21 years agomod_cache: cache_storage.c. Add the hostname and any request
Paul J. Reder [Thu, 12 Sep 2002 16:56:56 +0000 (16:56 +0000)]
mod_cache: cache_storage.c. Add the hostname and any request
args to the key generated for caching. This provides a unique
key for each virtual host and for each request with unique
args. [Paul J. Reder, args code provided by Kris Verbeeck]

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