]> granicus.if.org Git - apache/log
apache
21 years agoGive each support binary its own screen name
Bradley Nicholes [Wed, 4 Sep 2002 18:34:28 +0000 (18:34 +0000)]
Give each support binary its own screen name

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

21 years agoFormatting cleanup only (this is the large indent that I left out
Brian Pane [Wed, 4 Sep 2002 09:10:59 +0000 (09:10 +0000)]
Formatting cleanup only (this is the large indent that I left out
of the last commit for clarity)

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

21 years agoAdded optional support for caching streamed responses in mod_cache.
Brian Pane [Wed, 4 Sep 2002 09:07:25 +0000 (09:07 +0000)]
Added optional support for caching streamed responses in mod_cache.
Notes:
  * I've created a new config directive CacheMaxStreamingBuffer,
    to set the maximum amount of data that mod_cache will buffer
    per request if it hasn't yet seen an EOS.  The default is
    zero, which preserves the original behavior: cache only if
    the response has a known content-length or all the content
    is available in the first brigade passed to the CACHE_IN filter.
  * A big block of code in cache_in_filter() got wrapped in an
    if-statement in this change.  To make the diff more readable,
    I'm committing without indentation changes; a second commit
    will include (only) the indentation update.

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

21 years agooops..
Ian Holsman [Wed, 4 Sep 2002 04:37:29 +0000 (04:37 +0000)]
oops..
thanks Shane

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

21 years agoThis bit me over the weekend. A module with old constants doesn't work
Greg Stein [Tue, 3 Sep 2002 23:39:43 +0000 (23:39 +0000)]
This bit me over the weekend. A module with old constants doesn't work
well with a system looking for new...

Note: we really should peg Apache against a specific APR release so
that our ABI doesn't keep getting whacked due to APR(UTIL) changes.

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

21 years agoAvoid calling the real exit() function when the macro exit() is called outside of
Bradley Nicholes [Tue, 3 Sep 2002 22:00:36 +0000 (22:00 +0000)]
Avoid calling the real exit() function when the macro exit() is called outside of
a code block.

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

21 years agoXSL for brazilian translations (pt-br).
Erik Abele [Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)]
XSL for brazilian translations (pt-br).

Submitted by: Luiz Rocha <lsdrocha@linuxmail.org>

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

21 years agoTranslations status.
Erik Abele [Tue, 3 Sep 2002 19:11:27 +0000 (19:11 +0000)]
Translations status.

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

21 years agoswitch x-icon to httpd.conf instead of mime.types
Ian Holsman [Tue, 3 Sep 2002 15:54:46 +0000 (15:54 +0000)]
switch x-icon to httpd.conf instead of mime.types

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

21 years agoadd image/x-icon to mime.types
Ian Holsman [Tue, 3 Sep 2002 15:01:28 +0000 (15:01 +0000)]
add image/x-icon to mime.types

PR: 10993
Submitted by:  Peter Bieringer <pb@bieringer.de>

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

21 years agoFix a couple links.
Joshua Slive [Tue, 3 Sep 2002 02:14:09 +0000 (02:14 +0000)]
Fix a couple links.

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

21 years agoA little fine-tuning of the new sections doc.
Joshua Slive [Tue, 3 Sep 2002 01:13:31 +0000 (01:13 +0000)]
A little fine-tuning of the new sections doc.

This doc could still use some help from an apache
configuration-merging expert.

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

21 years agoRearranged the loop in fix_hostname() to run faster in the
Brian Pane [Mon, 2 Sep 2002 01:37:54 +0000 (01:37 +0000)]
Rearranged the loop in fix_hostname() to run faster in the
common case in which lowercase characters are the most frequent
characters in the hostname

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

21 years agoAdd reference to RemoveInputFilter and RemoveOutputFilter.
Justin Erenkrantz [Mon, 2 Sep 2002 00:24:44 +0000 (00:24 +0000)]
Add reference to RemoveInputFilter and RemoveOutputFilter.

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

21 years agoResolve filter handles at startup to eliminate a filter
Brian Pane [Sun, 1 Sep 2002 23:50:42 +0000 (23:50 +0000)]
Resolve filter handles at startup to eliminate a filter
name-to-function mapping on each request

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

21 years agoCorrected/added the context/override information.
Astrid Malo [Sun, 1 Sep 2002 22:44:37 +0000 (22:44 +0000)]
Corrected/added the context/override information.

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

21 years agoEliminated some fixed-size buffers that didn't have proper overflow checks
Brian Pane [Sun, 1 Sep 2002 21:11:17 +0000 (21:11 +0000)]
Eliminated some fixed-size buffers that didn't have proper overflow checks

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

21 years agoFix FileETag None directive.
Justin Erenkrantz [Sun, 1 Sep 2002 18:31:30 +0000 (18:31 +0000)]
Fix FileETag None directive.

- Fix segfault on strlen computation on the empty string in vlv case
- If the etag is "", don't set the ETag header to be "" - leave the
  header NULL instead.

Andrew's patch would change ap_meets_condition to accept "", but Justin
thinks it would be better just to sidestep it all together and not set
ETag when it would be "".

PR: 12207
Submitted by: Andrew Ho <andrew@tellme.com>

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

21 years agoDocument the updates to leader/followers MPM
Brian Pane [Sun, 1 Sep 2002 07:35:54 +0000 (07:35 +0000)]
Document the updates to leader/followers MPM

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

21 years agoKeep track of the recent changes for the new pollset API, since they
Aaron Bannert [Sun, 1 Sep 2002 06:25:42 +0000 (06:25 +0000)]
Keep track of the recent changes for the new pollset API, since they
may affect performance characteristics.

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

21 years agoSwitched back to atomic compare-and-swap instead of mutexes
Brian Pane [Sun, 1 Sep 2002 05:55:41 +0000 (05:55 +0000)]
Switched back to atomic compare-and-swap instead of mutexes
to synchronize updates to the stack of idle workers

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

21 years agoAdded support for httpd -k option
Brian Pane [Sun, 1 Sep 2002 05:30:34 +0000 (05:30 +0000)]
Added support for httpd -k option

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

21 years agoRemoving extraneous pod files for leader/follower MPM
Brian Pane [Sun, 1 Sep 2002 05:29:59 +0000 (05:29 +0000)]
Removing extraneous pod files for leader/follower MPM

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

21 years agoSwitched ab to the new abstract pollset API (this will
Brian Pane [Sun, 1 Sep 2002 04:26:32 +0000 (04:26 +0000)]
Switched ab to the new abstract pollset API  (this will
allow ab to take advantage of future apr_pollset_t scalability
improvements)

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

21 years agoGet rid of mod_ldap.html; it has been replace by mod_ldap.html.en
Joshua Slive [Sat, 31 Aug 2002 17:05:22 +0000 (17:05 +0000)]
Get rid of mod_ldap.html; it has been replace by mod_ldap.html.en

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

21 years agoFix links.
Joshua Slive [Sat, 31 Aug 2002 17:03:18 +0000 (17:03 +0000)]
Fix links.

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

21 years agoAdd mod_ldap.
Joshua Slive [Sat, 31 Aug 2002 16:59:08 +0000 (16:59 +0000)]
Add mod_ldap.

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

21 years agoConvert the mod_ldap docs to xml and add a cross-reference and
Joshua Slive [Sat, 31 Aug 2002 16:58:52 +0000 (16:58 +0000)]
Convert the mod_ldap docs to xml and add a cross-reference and
<compatibility> info to mod_auth_ldap.

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

21 years agoCut an errant word.
Joshua Slive [Fri, 30 Aug 2002 21:14:21 +0000 (21:14 +0000)]
Cut an errant word.

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

21 years agoConvert mod_auth_ldap to xml. This doesn't quite conform
Joshua Slive [Fri, 30 Aug 2002 21:07:44 +0000 (21:07 +0000)]
Convert mod_auth_ldap to xml.  This doesn't quite conform
to the DTD because there are some <font> tags that need to
be removed.  There are a bunch of other little things
that could be improved, including adding proper
<description> tags.

Mod_ldap still needs to be converted.

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

21 years agoFixing up the broken links
Bradley Nicholes [Fri, 30 Aug 2002 20:46:55 +0000 (20:46 +0000)]
Fixing up the broken links

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

21 years agoupdate README.ldap and config.m4 to reflect new location of
Jeff Trawick [Fri, 30 Aug 2002 20:32:14 +0000 (20:32 +0000)]
update README.ldap and config.m4 to reflect new location of
httpd ldap code

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

21 years agoAdding the LDAP README file
Bradley Nicholes [Fri, 30 Aug 2002 19:48:17 +0000 (19:48 +0000)]
Adding the LDAP README file

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

21 years agoMake files for building the LDAP module for NetWare
Bradley Nicholes [Fri, 30 Aug 2002 19:47:56 +0000 (19:47 +0000)]
Make files for building the LDAP module for NetWare

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

21 years agoUpdate the defaults on ThreadsPerChild and ThreadLimit and not that
Joshua Slive [Fri, 30 Aug 2002 17:09:23 +0000 (17:09 +0000)]
Update the defaults on ThreadsPerChild and ThreadLimit and not that
ThreadLimit is now part of mpm_winnt as well as update a few transformations.

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

21 years agoactuall fix the bug
Ian Holsman [Fri, 30 Aug 2002 16:31:17 +0000 (16:31 +0000)]
actuall fix the bug

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

21 years agoWin32: First cut as cleaning up mpm_default.h defaults
Bill Stoddard [Fri, 30 Aug 2002 16:12:59 +0000 (16:12 +0000)]
Win32: First cut as cleaning up mpm_default.h defaults

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

21 years agodeflate's filter removal was reversed for non-html files, resulting
Ian Holsman [Fri, 30 Aug 2002 16:08:03 +0000 (16:08 +0000)]
deflate's filter removal was reversed for non-html files, resulting
in it never being applied for non-html files
Submitted by: Kris Verbeeck <Kris.Verbeeck@ubizen.com>

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

21 years agoOS/390: re-instate support for single listen unserialized accept
Greg Ames [Fri, 30 Aug 2002 15:16:11 +0000 (15:16 +0000)]
OS/390: re-instate support for single listen unserialized accept

Reported by:  Marcel_Schmidt at swissre dot com

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

21 years agoLeon Brocard writes:
Martin Kraemer [Fri, 30 Aug 2002 12:26:14 +0000 (12:26 +0000)]
Leon Brocard writes:
> Hello,
>
> I love httpd2 and I really like apachebench but using the gnuplot
> output option (-g) gave me this:
>
>   starttime       seconds ctime   dtime   ttime   wait
>   Thu Aug 29 12:29:31 200        1030620571362758        0       54      54      0
>
> It's truncating the year. Now according to
> http://apr.apache.org/docs/apr/group__APR__Time.html#a15 "Unlike
> ANSI/ISO C ctime(), apr_ctime() does not include a \n", so the code
> and comment in ab.c are wrong, hence my attached patch to remove them.

Submitted by: Leon Brocard <acme@astray.com>

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

21 years agoThe style police just get really annoyed with this file in general.
Justin Erenkrantz [Fri, 30 Aug 2002 04:47:57 +0000 (04:47 +0000)]
The style police just get really annoyed with this file in general.
(No code changes)

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

21 years agoGramar nit.
Justin Erenkrantz [Fri, 30 Aug 2002 04:42:26 +0000 (04:42 +0000)]
Gramar nit.

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

21 years agofix a type mismatch
Jeff Trawick [Fri, 30 Aug 2002 01:06:14 +0000 (01:06 +0000)]
fix a type mismatch

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

21 years agoDocument the Good News about Jaguar (OS X 10.2)
Jim Jagielski [Fri, 30 Aug 2002 01:03:53 +0000 (01:03 +0000)]
Document the Good News about Jaguar (OS X 10.2)
and provide a little more insight

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

21 years agonew option 'path' to the cookie
Ian Holsman [Thu, 29 Aug 2002 23:14:52 +0000 (23:14 +0000)]
new option 'path' to the cookie
PR: 12172

Submitted by: apachecvslog@robcromwell.com (Rob Cromwell)

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

21 years agofind the first perl, not the last
Jeff Trawick [Thu, 29 Aug 2002 23:04:36 +0000 (23:04 +0000)]
find the first perl, not the last

we break-ed when we found the first perl, but it didn't
get us out of the outer for

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

21 years agojust saw this bug
Ian Holsman [Thu, 29 Aug 2002 22:58:52 +0000 (22:58 +0000)]
just saw this bug
PR: 12181

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

21 years agoshot in the arm by the style police while trying to escape
Ian Holsman [Thu, 29 Aug 2002 22:51:40 +0000 (22:51 +0000)]
shot in the arm by the style police while trying to escape

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

21 years agoset expiry time correctly.
Ian Holsman [Thu, 29 Aug 2002 22:45:13 +0000 (22:45 +0000)]
set expiry time correctly.
set Cookie on err_headers_out, and ensure it is only set once.

PR: 12132
Submitted by: apachecvslog@robcromwell.com (Rob Cromwell)

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

21 years agoconfig.log and config.status are created by configure and need to
Jeff Trawick [Thu, 29 Aug 2002 19:30:51 +0000 (19:30 +0000)]
config.log and config.status are created by configure and need to
be removed by make distclean

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

21 years agosuexec is sometimes built by make so it needs to be removed by
Jeff Trawick [Thu, 29 Aug 2002 19:25:40 +0000 (19:25 +0000)]
suexec is sometimes built by make so it needs to be removed by
make clean

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

21 years agoSTATUS update.
Erik Abele [Thu, 29 Aug 2002 19:16:40 +0000 (19:16 +0000)]
STATUS update.

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

21 years agoUpdated docs to conform to the recent changes.
Erik Abele [Thu, 29 Aug 2002 19:13:25 +0000 (19:13 +0000)]
Updated docs to conform to the recent changes.

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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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