]> granicus.if.org Git - apache/log
apache
22 years agoUpdated transformations.
Erik Abele [Thu, 29 Aug 2002 19:09:37 +0000 (19:09 +0000)]
Updated transformations.

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

22 years agoTypo.
Erik Abele [Thu, 29 Aug 2002 19:08:14 +0000 (19:08 +0000)]
Typo.

Submitted by: Ilia Soldis <rkai@tversu.ru>

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

22 years agoenvvars-std is build by configure so it needs to be removed by
Jeff Trawick [Thu, 29 Aug 2002 19:03:27 +0000 (19:03 +0000)]
envvars-std is build by configure so it needs to be removed by
make distclean or make extraclean

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

22 years agofix the example apxs -i invocation to work with the Apache 2.0 build
Jeff Trawick [Thu, 29 Aug 2002 11:20:02 +0000 (11:20 +0000)]
fix the example apxs -i invocation to work with the Apache 2.0 build
mechanism

PR:               12151
Submitted by:   god@ogmc.ru
Reviewed by:   Jeff Trawick

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

22 years agoUse username2 so that it matches the example below.
Yoshiki Hayashi [Thu, 29 Aug 2002 07:28:18 +0000 (07:28 +0000)]
Use username2 so that it matches the example below.

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

22 years agoUpdate transformations.
Yoshiki Hayashi [Thu, 29 Aug 2002 07:17:57 +0000 (07:17 +0000)]
Update transformations.

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

22 years agoUpdate translations.
Yoshiki Hayashi [Thu, 29 Aug 2002 07:17:03 +0000 (07:17 +0000)]
Update translations.

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

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

22 years ago--release_non_showstoppers_but_it_would_be_real_nice_to_wrap_these_up;
Brian Pane [Thu, 29 Aug 2002 06:45:57 +0000 (06:45 +0000)]
--release_non_showstoppers_but_it_would_be_real_nice_to_wrap_these_up;

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

22 years agoUpdate transformations.
Yoshiki Hayashi [Thu, 29 Aug 2002 06:45:39 +0000 (06:45 +0000)]
Update transformations.

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

22 years agoNew XML.
Yoshiki Hayashi [Thu, 29 Aug 2002 06:43:42 +0000 (06:43 +0000)]
New XML.

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

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

22 years agoRemoved unnecessary pool cleanup after a restart or shutdown
Bradley Nicholes [Wed, 28 Aug 2002 19:56:32 +0000 (19:56 +0000)]
Removed unnecessary pool cleanup after a restart or shutdown

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

22 years agoFix a reference to an uninitialized pointer in util_ldap_cache_init().
Jeff Trawick [Wed, 28 Aug 2002 19:16:00 +0000 (19:16 +0000)]
Fix a reference to an uninitialized pointer in util_ldap_cache_init().

PR:                12091
Submitted by:      Jess Holle <jessh@ptc.com>
Reviewed by:    Jeff Trawick

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

22 years agoAdjust the descriptions of these directives, avoid the child/process/thread
Jim Jagielski [Wed, 28 Aug 2002 18:48:07 +0000 (18:48 +0000)]
Adjust the descriptions of these directives, avoid the child/process/thread
confusion.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoChanged the content-length filter to allow streaming delivery
Brian Pane [Wed, 28 Aug 2002 18:37:48 +0000 (18:37 +0000)]
Changed the content-length filter to allow streaming delivery
of content to clients

With this new code, the C-L filter will compute a content-length
if there's an EOS in the first brigade passed to it.  For normal
static file requests, the response header will still include a C-L.
If there's no EOS in the first brigade passed to the C-L filter,
the filter will give up on setting the C-L header, in favor of
passing the data on to the next filter in a timely manner.

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

22 years agoWin32: Lower the default stack size from 1MB to 256KB. This will allow
Bill Stoddard [Wed, 28 Aug 2002 18:23:05 +0000 (18:23 +0000)]
Win32: Lower the default stack size from 1MB to 256KB.  This will allow
a child process to start about 4 times as many threads (~8000 from ~2000)

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

22 years agoWin32: Add ThreadLimit directive to the windows MPM
Bill Stoddard [Wed, 28 Aug 2002 17:25:56 +0000 (17:25 +0000)]
Win32: Add ThreadLimit directive to the windows MPM

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

22 years agoUpdated doco to conform to Pauls changes in mod_cache.
Erik Abele [Tue, 27 Aug 2002 21:45:08 +0000 (21:45 +0000)]
Updated doco to conform to Pauls changes in mod_cache.

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

22 years agoRemove CacheOn config directive since it is set but never checked.
Paul J. Reder [Tue, 27 Aug 2002 19:22:45 +0000 (19:22 +0000)]
Remove CacheOn config directive since it is set but never checked.
No sense wasting cycles on unused code. Besides, the only truly
bug free code is deleted code. :)   [Paul J. Reder]

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

22 years agoits >>FNAME<< not >>name<<
Ian Holsman [Tue, 27 Aug 2002 17:20:29 +0000 (17:20 +0000)]
its >>FNAME<< not >>name<<
doh

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

22 years agoUpdated transformations.
Erik Abele [Tue, 27 Aug 2002 17:18:07 +0000 (17:18 +0000)]
Updated transformations.

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

22 years agoTypo.
Erik Abele [Tue, 27 Aug 2002 17:15:45 +0000 (17:15 +0000)]
Typo.

Submitted by: Ilia Soldis <s010148@tversu.ru>

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

22 years agomake the type of the variable explicit to quiet a gcc warning
Jeff Trawick [Tue, 27 Aug 2002 11:18:57 +0000 (11:18 +0000)]
make the type of the variable explicit to quiet a gcc warning

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

22 years agoMark up argument in Request Header directive with <em> as in Header directive.
Yoshiki Hayashi [Tue, 27 Aug 2002 11:04:26 +0000 (11:04 +0000)]
Mark up argument in Request Header directive with <em> as in Header directive.

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

22 years agoTypo.
Yoshiki Hayashi [Tue, 27 Aug 2002 11:02:11 +0000 (11:02 +0000)]
Typo.

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

22 years agointroduce 2 new callback oppurtunities to allow a 3rd party module to do
Ian Holsman [Mon, 26 Aug 2002 23:23:45 +0000 (23:23 +0000)]
introduce 2 new callback oppurtunities to allow a 3rd party module to do
the actual writing of the log file.
also change buffered writing to make it runtime configurable instead of
compile time configurable.

i'm not 100% on the buffered output, mainly because I'm not sure it worked
in a thread safe way *before* this change

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

22 years agoConditionally compile mod_edir if the directory exists
Bradley Nicholes [Mon, 26 Aug 2002 23:00:22 +0000 (23:00 +0000)]
Conditionally compile mod_edir if the directory exists

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

22 years agoCorrected misspelled ISPAIFileChache/ISAPIFileCache directive into
Astrid Malo [Mon, 26 Aug 2002 20:23:00 +0000 (20:23 +0000)]
Corrected misspelled ISPAIFileChache/ISAPIFileCache directive into
ISAPICacheFile

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

22 years agoCorrected the context and added the corresponding override information.
Astrid Malo [Mon, 26 Aug 2002 20:18:26 +0000 (20:18 +0000)]
Corrected the context and added the corresponding override information.
Corrected default values.
Corrected the ISPAIFileChache/ISAPIFileCache directive. The correct name
  is ISAPICacheFile.
Added description for the ISAPIFakeAsync directive.

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

22 years ago The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,
William A. Rowe Jr [Mon, 26 Aug 2002 20:16:33 +0000 (20:16 +0000)]
  The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,
  which is exactly 48 kb. But the module actually uses a default of 48192
  bytes. This seems to be a typo. Instead of changing the documentation I
  attached a patch for mod_isapi.c to set the default value of
  ISAPIReadAheadBuffer to 49152.

Submitted by: Astrid Ke�ler <kess@kess-net.de>

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

22 years agoClean up style on mod_auth_anon.c before hacking it to pieces.
Justin Erenkrantz [Mon, 26 Aug 2002 19:33:46 +0000 (19:33 +0000)]
Clean up style on mod_auth_anon.c before hacking it to pieces.

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

22 years agoFix a segfault in mod_cache when url isn't passed
Ian Holsman [Mon, 26 Aug 2002 16:41:56 +0000 (16:41 +0000)]
Fix a segfault in mod_cache when url isn't passed

Submitted by: Kris Verbeeck <Kris.Verbeeck@ubizen.com>

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

22 years agoTurn off optimization completely when building debug
Bradley Nicholes [Mon, 26 Aug 2002 15:29:47 +0000 (15:29 +0000)]
Turn off optimization completely when building debug

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

22 years agoCheck for pthread_kill
Ian Holsman [Sun, 25 Aug 2002 21:14:56 +0000 (21:14 +0000)]
Check for pthread_kill
Submitted By: Thom May

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

22 years agomake the output XHTML
Ian Holsman [Sun, 25 Aug 2002 20:40:11 +0000 (20:40 +0000)]
make the output XHTML
Submitted by : Erik Abele <erik@codefaktor.de>

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

22 years agoAdd a little documentation on how to select DBMs during build
Joshua Slive [Sun, 25 Aug 2002 03:53:41 +0000 (03:53 +0000)]
Add a little documentation on how to select DBMs during build
and update the RerwiteMap and AuthDBMType directives to point
to it.

The build docs could still use a great deal of work.  There
are tons of things that aren't documented at all.

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

22 years agoUpdated the supported list of error-doc languages (LanguagePriority).
Erik Abele [Sat, 24 Aug 2002 22:37:54 +0000 (22:37 +0000)]
Updated the supported list of error-doc languages (LanguagePriority).

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

22 years agoAdded encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
Erik Abele [Sat, 24 Aug 2002 22:25:16 +0000 (22:25 +0000)]
Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
This fixes the output of HTML-tags through the above env-var (e.g.
<p> instead of &lt;p&gt;).

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

22 years agoFix a null pointer dereference in the merge_env_dir_configs function of
Paul J. Reder [Sat, 24 Aug 2002 19:03:34 +0000 (19:03 +0000)]
Fix a null pointer dereference in the merge_env_dir_configs function of
the mod_env module. PR 11791     [Paul J. Reder]

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

22 years agoConvert to xml and do a MAJOR revision and expansion of the
Joshua Slive [Sat, 24 Aug 2002 18:26:19 +0000 (18:26 +0000)]
Convert to xml and do a MAJOR revision and expansion of the
sections (<directory>, <location>, etc) docs.

Further review by config-merging experts would be appreciated.

Reviewed by: Rich Bowen, Andre Malo

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

22 years agoRemoved Content-type meta-tag. The headers now
Erik Abele [Sat, 24 Aug 2002 17:56:39 +0000 (17:56 +0000)]
Removed Content-type meta-tag. The headers now
get set individually by the type-maps.

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

22 years agoAdded correct Content-type header (charset).
Erik Abele [Sat, 24 Aug 2002 17:54:20 +0000 (17:54 +0000)]
Added correct Content-type header (charset).

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

22 years agoIncluded two new SSI-vars to correct the internationalized
Erik Abele [Sat, 24 Aug 2002 16:45:42 +0000 (16:45 +0000)]
Included two new SSI-vars to correct the internationalized
error-response behaviours. CHARACTER_ENCODING, CONTENT_LANGUAGE.

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

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

22 years agoFixed some typos, improved the security note.
Erik Abele [Sat, 24 Aug 2002 12:01:56 +0000 (12:01 +0000)]
Fixed some typos, improved the security note.

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

22 years agoTypo.
Erik Abele [Sat, 24 Aug 2002 11:41:24 +0000 (11:41 +0000)]
Typo.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoFixed a lot of typos and link errors.
Erik Abele [Sat, 24 Aug 2002 11:20:22 +0000 (11:20 +0000)]
Fixed a lot of typos and link errors.

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

22 years agoWrong directive name.
Joshua Slive [Sat, 24 Aug 2002 00:56:27 +0000 (00:56 +0000)]
Wrong directive name.

Submitted by: Andre Malo <ndparker@gmx.net>

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

22 years agoupdated contributors info (alphabetized).
Erik Abele [Sat, 24 Aug 2002 00:11:53 +0000 (00:11 +0000)]
updated contributors info (alphabetized).

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

22 years agoXHTMLized some tags.
Erik Abele [Fri, 23 Aug 2002 23:58:22 +0000 (23:58 +0000)]
XHTMLized some tags.

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

22 years agoFixed XML error.
Erik Abele [Fri, 23 Aug 2002 23:21:32 +0000 (23:21 +0000)]
Fixed XML error.

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

22 years agoClarify the use and sequencing of these three hooks.
Greg Stein [Fri, 23 Aug 2002 22:16:05 +0000 (22:16 +0000)]
Clarify the use and sequencing of these three hooks.

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

22 years agoadd some comments pertaining to the use of apr_tokenize_to_argv for
Jeff Trawick [Fri, 23 Aug 2002 22:04:32 +0000 (22:04 +0000)]
add some comments pertaining to the use of apr_tokenize_to_argv for
building the command-line to the external program

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

22 years agoFixed typo & link.
Erik Abele [Fri, 23 Aug 2002 21:07:51 +0000 (21:07 +0000)]
Fixed typo & link.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoNew XML.
Erik Abele [Fri, 23 Aug 2002 21:02:16 +0000 (21:02 +0000)]
New XML.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoMake version strings work properly with update macro definitions
Ian Holsman [Fri, 23 Aug 2002 19:36:26 +0000 (19:36 +0000)]
Make version strings work properly with update macro definitions
Submitted by : Branko Cibej <brane@xbc.nu>

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

22 years agofix breakage of dbm maps which was introduced in the previous commit
Jeff Trawick [Fri, 23 Aug 2002 18:51:44 +0000 (18:51 +0000)]
fix breakage of dbm maps which was introduced in the previous commit

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

22 years agoMajor/Minor/Min[imal]
Ian Holsman [Fri, 23 Aug 2002 18:05:38 +0000 (18:05 +0000)]
Major/Minor/Min[imal]
now working as one (with a sane mind) would thing it should

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

22 years agonew option to ServerTokens. "Maj[or]" which displays a server response
Ian Holsman [Fri, 23 Aug 2002 17:24:39 +0000 (17:24 +0000)]
new option to ServerTokens. "Maj[or]" which displays a server response
similar to Apache/2.0

Also surfaced the directive in the standard config, defaulting to FULL

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

22 years agoMake Caching work for subrequests.
Ian Holsman [Fri, 23 Aug 2002 16:59:24 +0000 (16:59 +0000)]
Make Caching work for subrequests.
If this is not set to one under the AP_FTYPE_CONTENT_SET
then the EOS is eaten by the CORE_SUBREQ (name?) filter
causing us not to cache anything

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

22 years agoNote that nicknames can't be recursively defined.
Joshua Slive [Fri, 23 Aug 2002 15:29:21 +0000 (15:29 +0000)]
Note that nicknames can't be recursively defined.

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

22 years agoHall of blame update.
Dirk-Willem van Gulik [Fri, 23 Aug 2002 15:15:08 +0000 (15:15 +0000)]
Hall of blame update.

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

22 years agoChanges as submitted by
Dirk-Willem van Gulik [Fri, 23 Aug 2002 15:13:37 +0000 (15:13 +0000)]
Changes as submitted by
Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
and
Peter Van Biesen <peter.vanbiesen@vlafo.be>
to get a dutch version in.

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

22 years agoadd the ability to specify the dbm type (e.g., gdbm, ndbm) for
Jeff Trawick [Fri, 23 Aug 2002 12:49:08 +0000 (12:49 +0000)]
add the ability to specify the dbm type (e.g., gdbm, ndbm) for
dbm rewrite maps

use dbm:filename for the default type

use dbm=TYPE:filename for a non-default type

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

22 years agoMaxSpareServers and MinSpareServers are native to prefork, not mpm_common.
Joshua Slive [Thu, 22 Aug 2002 23:42:22 +0000 (23:42 +0000)]
MaxSpareServers and MinSpareServers are native to prefork, not mpm_common.

Submitted by: David Shane Holden <dpejesh@yahoo.com>

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

22 years agoAdding the LDAP docs back into the LDAP project. They didn't seem to make
Bradley Nicholes [Thu, 22 Aug 2002 18:21:31 +0000 (18:21 +0000)]
Adding the LDAP docs back into the LDAP project.  They didn't seem to make
it when the httpd-ldap project was created.

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

22 years agoAdd A warning when servers don't set their status line
Ian Holsman [Thu, 22 Aug 2002 15:02:49 +0000 (15:02 +0000)]
Add A warning when servers don't set their status line
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoremove some remaining NO_DBM_REWRITEMAP cruft from mod_rewrite
Jeff Trawick [Thu, 22 Aug 2002 11:23:26 +0000 (11:23 +0000)]
remove some remaining NO_DBM_REWRITEMAP cruft from mod_rewrite
which broke the build on Win32

mod_rewrite.h didn't spit out the decl of lookup_map_dbmfile
if NO_DBM_REWRITEMAP was still defined, and mod_rewrite.dsp
continued to define NO_DBM_REWRITEMAP

Reported by:          Jerry Baker <jerrybaker@attbi.com>

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

22 years agoDarn. There appears to be something wrong with the xml->html system.
Joshua Slive [Thu, 22 Aug 2002 02:57:07 +0000 (02:57 +0000)]
Darn.  There appears to be something wrong with the xml->html system.
Rebuilding to get correct paths.

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

22 years agoUpdate the environment variable docs with a couple new
Joshua Slive [Thu, 22 Aug 2002 02:53:02 +0000 (02:53 +0000)]
Update the environment variable docs with a couple new
special-purpose variables and a reference to the mod_ext_filter
use of env variables.

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

22 years agoChange mod_rewrite to use apr-util's dbm support for dbm rewrite
Jeff Trawick [Wed, 21 Aug 2002 19:47:15 +0000 (19:47 +0000)]
Change mod_rewrite to use apr-util's dbm support for dbm rewrite
maps.

For now, the SDBM dbm flavor is always used.  It won't be compatible
with dbm rewrite maps built for Apache 1.3 until apr-util supports
ndbm and mod_rewrite is changed to prefer ndbm over the built-in
sdbm.

PR:         10644

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

22 years ago Small fixes for SSLC
William A. Rowe Jr [Wed, 21 Aug 2002 19:12:46 +0000 (19:12 +0000)]
  Small fixes for SSLC

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

22 years agoFix a problem whereby RewriteMap prg:'s would get out of sync due to
Cliff Woolley [Wed, 21 Aug 2002 17:49:18 +0000 (17:49 +0000)]
Fix a problem whereby RewriteMap prg:'s would get out of sync due to
the inappropriate use of nonblocking reads.  Also get rid of the stderr
altogether since mod_rewrite never uses it.

PR: 9534

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

22 years agoAdded contributors info for Swedish and Italian.
Erik Abele [Wed, 21 Aug 2002 17:41:43 +0000 (17:41 +0000)]
Added contributors info for Swedish and Italian.

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

22 years agoAdded Italian error doc translations + some cosmetics.
Erik Abele [Wed, 21 Aug 2002 17:34:21 +0000 (17:34 +0000)]
Added Italian error doc translations + some cosmetics.

Submitted by: Luigi Rosa <lrosa@mail.hypertrek.info>
Reviewed by: Paolo Campegiani <p.campegiani@libero.it>

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

22 years agoSubmitted by: Paul J. Reder
Paul J. Reder [Wed, 21 Aug 2002 16:42:54 +0000 (16:42 +0000)]
Submitted by: Paul J. Reder
Reviewed by: Jeff Trawick

Fixes required to get quoted and escaped command args working in
mod_ext_filter. There are also fixes in APR that were submitted
via a patch to apr_cpystrn.c PR 11793

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

22 years agofix the case when a server doesn't send a response string
Ian Holsman [Wed, 21 Aug 2002 16:01:15 +0000 (16:01 +0000)]
fix the case when a server doesn't send a response string

Submitted by: Brett Hutley <brett@hutley.net> J.D. Silvester <jsilves@uwo.ca>

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

22 years agoMention that exec requires mod_cgi.
Joshua Slive [Wed, 21 Aug 2002 15:44:43 +0000 (15:44 +0000)]
Mention that exec requires mod_cgi.

PR: 10574

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

22 years agoMention that server-status pages use mod_status and also change some
Joshua Slive [Wed, 21 Aug 2002 15:38:36 +0000 (15:38 +0000)]
Mention that server-status pages use mod_status and also change some
generic domain references to use example.com.

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

22 years agoOne further change to the worker docs regarding the MaxClients confusion.
Joshua Slive [Wed, 21 Aug 2002 13:52:53 +0000 (13:52 +0000)]
One further change to the worker docs regarding the MaxClients confusion.

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

22 years agoMinor error log typo
Jim Jagielski [Wed, 21 Aug 2002 13:32:16 +0000 (13:32 +0000)]
Minor error log typo

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

22 years agoadded context 'virtua host'
Astrid Malo [Tue, 20 Aug 2002 21:09:25 +0000 (21:09 +0000)]
added context 'virtua host'

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

22 years agoadded context 'virtual host'
Astrid Malo [Tue, 20 Aug 2002 20:51:13 +0000 (20:51 +0000)]
added context 'virtual host'

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

22 years agoHTML transformations of last commit.
Joshua Slive [Tue, 20 Aug 2002 20:31:26 +0000 (20:31 +0000)]
HTML transformations of last commit.

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

22 years agoUpdate docs on MaxClients under worker, and clean up a few things.
Joshua Slive [Tue, 20 Aug 2002 20:30:58 +0000 (20:30 +0000)]
Update docs on MaxClients under worker, and clean up a few things.

This has been wrong for a LONG time, and it could really use a review
by some of the worker MPM developers.

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

22 years ago Fix bug reported as PR 11854.
William A. Rowe Jr [Tue, 20 Aug 2002 18:32:09 +0000 (18:32 +0000)]
  Fix bug reported as PR 11854.

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

22 years agoFix another compile break.
Bill Stoddard [Mon, 19 Aug 2002 22:13:18 +0000 (22:13 +0000)]
Fix another compile break.

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

22 years agoMake module loading error messages more informative
Ian Holsman [Mon, 19 Aug 2002 20:40:08 +0000 (20:40 +0000)]
Make module loading error messages more informative
Bug #11213
Obtained from: Ian Darwin <ian779@darwinsys.com>

Reviewed by:   Ian Holsman

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

22 years agoBinaries for Apache for NetWare 2.0.40 are available
Bradley Nicholes [Mon, 19 Aug 2002 15:46:24 +0000 (15:46 +0000)]
Binaries for Apache for NetWare 2.0.40 are available

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

22 years agoUse APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS
Justin Erenkrantz [Mon, 19 Aug 2002 07:33:45 +0000 (07:33 +0000)]
Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS

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

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

22 years agoStyle fixes. (long lines)
Justin Erenkrantz [Mon, 19 Aug 2002 07:28:18 +0000 (07:28 +0000)]
Style fixes.  (long lines)

(Justin tweaked one character in this patch.)

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

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

22 years agoPR:
Ian Holsman [Sun, 18 Aug 2002 21:01:06 +0000 (21:01 +0000)]
PR:
Obtained from:
Submitted by: Alexey Panchenko alexey@liwest.ru
Reviewed by:

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

22 years agoNew XML.
Erik Abele [Sun, 18 Aug 2002 19:24:17 +0000 (19:24 +0000)]
New XML.

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

22 years agoGet XML to conform to current DTD.
Erik Abele [Sun, 18 Aug 2002 13:04:19 +0000 (13:04 +0000)]
Get XML to conform to current DTD.

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

22 years agoFixed some XML-issues.
Erik Abele [Sun, 18 Aug 2002 13:01:34 +0000 (13:01 +0000)]
Fixed some XML-issues.
Submitted by: David Shane Holden <dpejesh@yahoo.com>

Additionally added 'virtual host' to context-details.

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

22 years agoUpdate changes
Bill Stoddard [Sun, 18 Aug 2002 12:37:32 +0000 (12:37 +0000)]
Update changes

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

22 years agoGet mod_disk_cache working.
Bill Stoddard [Sun, 18 Aug 2002 12:33:05 +0000 (12:33 +0000)]
Get mod_disk_cache working.

Submitted by: Eric Prud'hommeaux
Reviewes by: Paul Reder, Bill Stoddard

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

22 years agoZero-copy output for small files delivered over keepalive
Brian Pane [Sun, 18 Aug 2002 07:16:01 +0000 (07:16 +0000)]
Zero-copy output for small files delivered over keepalive
connections (previously, the setaside code in the core output
filter would copy file buckets <8KB into the heap, resulting
in poor keepalive performance)

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

22 years agoThis commit gets Perchild working again. There are holes in this code
Ryan Bloom [Sun, 18 Aug 2002 06:05:48 +0000 (06:05 +0000)]
This commit gets Perchild working again.  There are holes in this code
big enough to drive a truck through, and it is NOT production quality,
but I have successfully passed file descriptors between processes and
served requests over the passed descriptors.  This code needs documenting,
and vetting still.

Also, in order to make things work, I had to insert the socket and the
data read by the original process into the bottom of the filter stack so
that the new process could use that information.  Unfortunately, that isn't
possible to do cleanly, so I search for the CORE_IN filter, and I insert
a brigade that I have created into it's ctx pointer.  This is a hack, and
it means that Perchild _only_ works if you use the core filters.  Until I
find a better way to get that information to the bottom of the filter
stack, that is just how it is going to be.

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

22 years agoFix compile break
Bill Stoddard [Sun, 18 Aug 2002 03:23:06 +0000 (03:23 +0000)]
Fix compile break

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

22 years agoUuups. Fixed another typo.
Erik Abele [Sun, 18 Aug 2002 00:03:29 +0000 (00:03 +0000)]
Uuups. Fixed another typo.

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

22 years agoCorrect/add some syntax, context, default and override issues in core.xml
Erik Abele [Sat, 17 Aug 2002 23:52:12 +0000 (23:52 +0000)]
Correct/add some syntax, context, default and override issues in core.xml

Submitted by: Andre Malo <nd@perlig.de>

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