]> granicus.if.org Git - apache/log
apache
21 years agonew SSL XML, part one
André Malo [Sat, 28 Sep 2002 03:47:35 +0000 (03:47 +0000)]
new SSL XML, part one
revised the original submission (mostly
markup changes and some structural rearranges)

Submitted by: Thomas Sj�gren <thomas@northernsecurity.net>

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

21 years agoadd some module markup
André Malo [Sat, 28 Sep 2002 01:50:23 +0000 (01:50 +0000)]
add some module markup

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

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

21 years agosimplify naming of the tons of windows(tm) versions
André Malo [Sat, 28 Sep 2002 01:41:47 +0000 (01:41 +0000)]
simplify naming of the tons of windows(tm) versions

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoRe-order header files in suexec.c. This adds apr.h, which is required
Ryan Bloom [Sat, 28 Sep 2002 00:26:27 +0000 (00:26 +0000)]
Re-order header files in suexec.c.  This adds apr.h, which is required
to get the apr macros.  Other than that, it is just for clarity.

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

21 years agoSuExec should use /usr/local/apache2 not /usr/local/apache as the default
Ryan Bloom [Fri, 27 Sep 2002 23:53:04 +0000 (23:53 +0000)]
SuExec should use /usr/local/apache2 not /usr/local/apache as the default
directory.

PR:     8789, 13104
Submitted by:   SangBeom han <sbhan@os.korea.ac.kr>

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

21 years agothe recent change to fully-qualify exports.c to fix the build with
Jeff Trawick [Fri, 27 Sep 2002 16:20:17 +0000 (16:20 +0000)]
the recent change to fully-qualify exports.c to fix the build with
some BSD make broke the build for AIX make...  fully-qualifying exports.c
in LTLIBARY_SOURCES makes it build again

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

21 years agoGet mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
Graham Leggett [Fri, 27 Sep 2002 08:49:48 +0000 (08:49 +0000)]
Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
PR:
Obtained from:
Submitted by: Thomas Bennett <thomas.bennett@eds.com>
Reviewed by: Graham Leggett

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

21 years agoClean up addition IPV6 build issues
Bradley Nicholes [Thu, 26 Sep 2002 20:17:16 +0000 (20:17 +0000)]
Clean up addition IPV6 build issues

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

21 years agoAdded an entry to track mod_auth_ldap in experimental. If anybody knows of
Bradley Nicholes [Thu, 26 Sep 2002 17:10:11 +0000 (17:10 +0000)]
Added an entry to track mod_auth_ldap in experimental.  If anybody knows of
other ldap module issues, please add them.

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

21 years agoFull path required for BSD make (haven't I done this before???).
Ben Laurie [Thu, 26 Sep 2002 12:52:13 +0000 (12:52 +0000)]
Full path required for BSD make (haven't I done this before???).

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

21 years agoImprove hook matching.
Ben Laurie [Thu, 26 Sep 2002 11:58:25 +0000 (11:58 +0000)]
Improve hook matching.

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

21 years agoadd some parens to quiet a gcc warning:
Jeff Trawick [Thu, 26 Sep 2002 11:35:47 +0000 (11:35 +0000)]
add some parens to quiet a gcc warning:

proxy_http.c:866: warning: suggest parentheses around assignment used as truth value

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

21 years agoMake sure the contents of the WWW-Authenticate header is
Graham Leggett [Thu, 26 Sep 2002 08:55:28 +0000 (08:55 +0000)]
Make sure the contents of the WWW-Authenticate header is
passed on a 4xx error by proxy. Previously all headers
were dropped, resulting in the browser being unable to
authenticate.
PR:
Obtained from:
Submitted by: Dr Richard Reiner <rreiner@fscinternet.com>, Richard Danielli <rdanielli@fscinternet.com>, Graham Wiseman <gwiseman@fscinternet.com>, David Henderson <dhenderson@fscinternet.com>
Reviewed by: Graham Leggett

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

21 years agoRemove unused file.
Yoshiki Hayashi [Wed, 25 Sep 2002 08:52:17 +0000 (08:52 +0000)]
Remove unused file.

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Wed, 25 Sep 2002 08:34:37 +0000 (08:34 +0000)]
Update transformations.

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

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Wed, 25 Sep 2002 08:30:20 +0000 (08:30 +0000)]
Update Japanese translations.

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

21 years agoNew Japanese translation.
Yoshiki Hayashi [Wed, 25 Sep 2002 08:25:09 +0000 (08:25 +0000)]
New Japanese translation.

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

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

21 years agoNew XML.
Yoshiki Hayashi [Wed, 25 Sep 2002 08:04:28 +0000 (08:04 +0000)]
New XML.

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

21 years agoFix the per-server config merge function in mod_cache to
Brian Pane [Wed, 25 Sep 2002 07:08:45 +0000 (07:08 +0000)]
Fix the per-server config merge function in mod_cache to
properly inherit CacheMaxStreamingBuffer
PR:
Obtained from:  Matthieu Estrade <estrade-m@ifrance.com>
Reviewed by: Brian Pane

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

21 years agoMinor simplification... The can_send_content_length variable is
Greg Stein [Wed, 25 Sep 2002 01:51:13 +0000 (01:51 +0000)]
Minor simplification... The can_send_content_length variable is
redundant with ctx->data_sent.

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

21 years agoUpdate the status of 2.0.42.
Sander Striker [Tue, 24 Sep 2002 23:23:02 +0000 (23:23 +0000)]
Update the status of 2.0.42.

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

21 years agoNew XML.
Yoshiki Hayashi [Tue, 24 Sep 2002 09:02:31 +0000 (09:02 +0000)]
New XML.

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

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Tue, 24 Sep 2002 08:59:49 +0000 (08:59 +0000)]
Update Japanese translation.

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

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

21 years agoI just spent a few minutes helping someone on the users list figure
Joshua Slive [Mon, 23 Sep 2002 21:40:44 +0000 (21:40 +0000)]
I just spent a few minutes helping someone on the users list figure
out how to use <IfModule> with php4 and Apache2 (solution
<IfModule sapi_apache2.c>).  Document the technique for posterity.

Also, try to discourage people from adding random <IfModule>
sections just for the heck of it.

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

21 years agoSome small fixes to the windows docs; mostly add XP and improve a few
Joshua Slive [Mon, 23 Sep 2002 18:02:50 +0000 (18:02 +0000)]
Some small fixes to the windows docs; mostly add XP and improve a few
titles.

Submitted by: =?ISO-8859-1?Q?Iikka_Meril=E4inen?= <Iikka.Merilainen@pato.vaala.fi>

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

21 years agoAdd a link to Ryan's stuff on ONLamp. They are a little dated,
Joshua Slive [Mon, 23 Sep 2002 17:05:08 +0000 (17:05 +0000)]
Add a link to Ryan's stuff on ONLamp.  They are a little dated,
but better than anything else in the docs.

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

21 years agomove module list into sitemap.xml
André Malo [Mon, 23 Sep 2002 03:40:12 +0000 (03:40 +0000)]
move module list into sitemap.xml
allmodules.xml is no longer needed.

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

21 years agoTransformation.
Joshua Slive [Sun, 22 Sep 2002 21:51:36 +0000 (21:51 +0000)]
Transformation.

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

21 years agoFix some links.
Joshua Slive [Sun, 22 Sep 2002 21:50:40 +0000 (21:50 +0000)]
Fix some links.

Submitted by: "johannes m. richter" <johannes_richter@gmx.net>

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

21 years agoXML conversion list is shrinking. Mostly howto/ ssl/ and vhosts/ left.
Joshua Slive [Sun, 22 Sep 2002 20:55:39 +0000 (20:55 +0000)]
XML conversion list is shrinking.  Mostly howto/ ssl/ and vhosts/ left.
Then we need to figure out what to do with programs/.

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

21 years agoRemove the stylesheet kludges for incomplete translations.
Joshua Slive [Sun, 22 Sep 2002 20:16:34 +0000 (20:16 +0000)]
Remove the stylesheet kludges for incomplete translations.

If the translation is not complete, you shouldn't be building it.

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

21 years agoConvert rewriteguide, perf-tuning and misc/index to xml.
Joshua Slive [Sun, 22 Sep 2002 20:04:12 +0000 (20:04 +0000)]
Convert rewriteguide, perf-tuning and misc/index to xml.

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

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

21 years agoRemoved an extra apr_atomic_init() call from the mem_cache
Brian Pane [Sun, 22 Sep 2002 20:03:42 +0000 (20:03 +0000)]
Removed an extra apr_atomic_init() call from the mem_cache
post-config code (the APR init takes care of this at httpd
startup)

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

21 years agokill a warning
Roy T. Fielding [Sun, 22 Sep 2002 05:18:33 +0000 (05:18 +0000)]
kill a warning

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

21 years agorebuild of directive quickreference
André Malo [Sun, 22 Sep 2002 00:14:40 +0000 (00:14 +0000)]
rebuild of directive quickreference
this mostly modifies the layout and adds a letter bar

Reviewed by: Joshua Slive, Astrid Ke�ler

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

21 years agoSwitch the most frequent apr_brigade_write() and apr_brigade_puts()
Brian Pane [Sun, 22 Sep 2002 00:05:08 +0000 (00:05 +0000)]
Switch the most frequent apr_brigade_write() and apr_brigade_puts()
calls to apr_brigade_writev() for improved efficiency

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

21 years agojust another ant caching issue.
André Malo [Sat, 21 Sep 2002 22:33:43 +0000 (22:33 +0000)]
just another ant caching issue.
This patch actually doesn't solve the problem. It works
around with our current data. Probably we have to separate
the build of the module docs (<modulesynopsis>)
*sigh*

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

21 years agoSome fixes for Swedish error docs.
Joshua Slive [Sat, 21 Sep 2002 19:07:38 +0000 (19:07 +0000)]
Some fixes for Swedish error docs.

Submitted by: Dennis Lundberg <dennis.lundberg@mdh.se>
Reviewed by: Thomas =?iso-8859-1?q?Sj=F6gren?= <thomas@northernsecurity.net>
PR: 12880

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

21 years agoConvert ebcdic to xml, move it to platform, and add a basic index
Joshua Slive [Sat, 21 Sep 2002 18:14:00 +0000 (18:14 +0000)]
Convert ebcdic to xml, move it to platform, and add a basic index
file for the platform directory.

By the way, what is the status of the EBCDIC port for 2.0?  Are these
docs in any way accurate?

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

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

21 years ago<letters> is no longer needed.
André Malo [Sat, 21 Sep 2002 00:55:27 +0000 (00:55 +0000)]
<letters> is no longer needed.

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

21 years ago<letters> is no longer needed
André Malo [Sat, 21 Sep 2002 00:51:34 +0000 (00:51 +0000)]
<letters> is no longer needed

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

21 years agouse generic mechanism to detect and create linked letters
André Malo [Sat, 21 Sep 2002 00:42:42 +0000 (00:42 +0000)]
use generic mechanism to detect and create linked letters
nice side effect: the build speeds up ;-)

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

21 years agoadd generic mechanisms for
André Malo [Sat, 21 Sep 2002 00:40:44 +0000 (00:40 +0000)]
add generic mechanisms for
- collecting start letters of directive names
- creating a letter bar
with this change, the <letters> element is no longer needed

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

21 years agoClean up some left over garbage in the NetWare make files after moving the
Bradley Nicholes [Fri, 20 Sep 2002 16:23:38 +0000 (16:23 +0000)]
Clean up some left over garbage in the NetWare make files after moving the
provider API's into the core.

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

21 years agoAdded provider.c to the core and made adjustment to the auth modules in
Bradley Nicholes [Fri, 20 Sep 2002 16:22:03 +0000 (16:22 +0000)]
Added provider.c to the core and made adjustment to the auth modules in
the project file

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

21 years agoNeed to include the new ap_provider.h header in our export header list so that the
Bradley Nicholes [Fri, 20 Sep 2002 15:28:13 +0000 (15:28 +0000)]
Need to include the new ap_provider.h header in our export header list so that the
AWK script will generate the correct export list.

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

21 years agoA NetWare version of the httpd.conf file is no longer needed since all of the
Bradley Nicholes [Fri, 20 Sep 2002 14:32:47 +0000 (14:32 +0000)]
A NetWare version of the httpd.conf file is no longer needed since all of the
NetWare differences have been folded into httpd-std.conf.in or added through
the mkconfNW.awk script.

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

21 years agoAdd missing includes in mod_authn_file and mod_authn_dbm.
Justin Erenkrantz [Fri, 20 Sep 2002 06:14:31 +0000 (06:14 +0000)]
Add missing includes in mod_authn_file and mod_authn_dbm.

Submitted by: Sebastian Bergmann <lists@sebastian-bergmann.de>
Reviewed by: Justin Erenkrantz

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

21 years agoTake a stab in the dark at fixing up the Netware build due to the
Justin Erenkrantz [Fri, 20 Sep 2002 06:12:38 +0000 (06:12 +0000)]
Take a stab in the dark at fixing up the Netware build due to the
addition of ap_{register|lookup}_provider.

Completely and utterly untested, but seems close.

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

21 years agoFix up Win32 build.
Justin Erenkrantz [Fri, 20 Sep 2002 06:06:41 +0000 (06:06 +0000)]
Fix up Win32 build.

Submitted by: Sebastian Bergmann <lists@sebastian-bergmann.de>
Reviewed by: Justin Erenkrantz (not really, but...)

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

21 years agoRemove mention of AuthDBMAuthoritative and AuthUserFileAuthoritative
Justin Erenkrantz [Fri, 20 Sep 2002 05:15:23 +0000 (05:15 +0000)]
Remove mention of AuthDBMAuthoritative and AuthUserFileAuthoritative
directives.

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

21 years agoFix broken link to rewritemap in rewritelock description
André Malo [Fri, 20 Sep 2002 03:01:22 +0000 (03:01 +0000)]
Fix broken link to rewritemap in rewritelock description
of the quickreference.
Relative anchors to directives may only be set, if we're
actually transforming the particular <modulesynopsis> document.

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

21 years agoFix typo in doxygen comment
Justin Erenkrantz [Fri, 20 Sep 2002 01:00:53 +0000 (01:00 +0000)]
Fix typo in doxygen comment

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

21 years agoAxe unused file.
Justin Erenkrantz [Fri, 20 Sep 2002 00:58:17 +0000 (00:58 +0000)]
Axe unused file.

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

21 years agoAdd ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz [Fri, 20 Sep 2002 00:57:50 +0000 (00:57 +0000)]
Add ap_register_provider and ap_lookup_provider functions which resolve
the DSO link problems for DAV and the new aaa modules by moving the
provider code into the core of the server and generalizing them to be
used by any code.

Remove the auth{nz}_*_provider functions as they are no longer needed.

Change the dav_*_provider functions to wrap the ap_*_provider functions
as they have a bit more of a historical precedent that we should keep
around.

Reviewed by: John K. Sterling <john@sterls.com> (in concept)

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

21 years agoAdded <module>...</module> to module-references.
Erik Abele [Thu, 19 Sep 2002 21:40:38 +0000 (21:40 +0000)]
Added <module>...</module> to module-references.

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

21 years agoadd a note, that mod_alias and mod_userdir are forced
André Malo [Thu, 19 Sep 2002 21:25:21 +0000 (21:25 +0000)]
add a note, that mod_alias and mod_userdir are forced
to be run before mod_vhost_alias

Reviewed by: Joshua Slive

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

21 years agoKerplop.
Joshua Slive [Thu, 19 Sep 2002 18:29:36 +0000 (18:29 +0000)]
Kerplop.

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

21 years agoFix a slight mozilla rendering problem by scattering around some harmless
Joshua Slive [Thu, 19 Sep 2002 18:25:33 +0000 (18:25 +0000)]
Fix a slight mozilla rendering problem by scattering around some harmless
<p>s.

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

21 years agoUpdate transform due to slight build problem.
Joshua Slive [Thu, 19 Sep 2002 18:24:36 +0000 (18:24 +0000)]
Update transform due to slight build problem.

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

21 years agoFix up a few small xml validity problems.
Joshua Slive [Thu, 19 Sep 2002 18:14:25 +0000 (18:14 +0000)]
Fix up a few small xml validity problems.

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

21 years agoFix a couple little mistakes that probably creaped in during
Joshua Slive [Thu, 19 Sep 2002 18:02:35 +0000 (18:02 +0000)]
Fix a couple little mistakes that probably creaped in during
the xml conversion.

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

21 years agoadd a link to mod_echo
André Malo [Thu, 19 Sep 2002 13:03:30 +0000 (13:03 +0000)]
add a link to mod_echo

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

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

21 years agoUpdate after the tag (and roll).
Sander Striker [Thu, 19 Sep 2002 11:57:08 +0000 (11:57 +0000)]
Update after the tag (and roll).

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

21 years agoPrepare for the tag.
Sander Striker [Thu, 19 Sep 2002 11:04:41 +0000 (11:04 +0000)]
Prepare for the tag.

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

21 years agoMoving on...
Sander Striker [Thu, 19 Sep 2002 11:02:56 +0000 (11:02 +0000)]
Moving on...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

when the last option in getopt array is used.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The syntax is:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PR:
Obtained from:
Submitted by:
Reviewed by:

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

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

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

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

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

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

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

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

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

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