]>
granicus.if.org Git - apache/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 <p>).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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