]> granicus.if.org Git - apache/log
apache
21 years agoMake file environment variables for building Apache for NetWare with IPV6
Bradley Nicholes [Tue, 10 Sep 2002 22:44:54 +0000 (22:44 +0000)]
Make file environment variables for building Apache for NetWare with IPV6
support

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

21 years agoAvoid a compiler error on NetWare
Bradley Nicholes [Tue, 10 Sep 2002 22:32:46 +0000 (22:32 +0000)]
Avoid a compiler error on NetWare

Submitted by: Jean-Jacques Clar (jjclar@novell.com)

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

21 years agoFix memory leak in core_output_filter.
Justin Erenkrantz [Tue, 10 Sep 2002 19:41:43 +0000 (19:41 +0000)]
Fix memory leak in core_output_filter.

This would result in at least two EOS buckets being leaked per connection.

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

21 years agorevert the outsourcing of page types.
André Malo [Tue, 10 Sep 2002 16:56:32 +0000 (16:56 +0000)]
revert the outsourcing of page types.
It causes more problems than it helps.
Thanks to Joshua for pointing this out.

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

21 years agomake sure we always set return_code when converting a password-check failure
Jeff Trawick [Tue, 10 Sep 2002 14:40:46 +0000 (14:40 +0000)]
make sure we always set return_code when converting a password-check failure
to an HTTP response code

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

21 years agopick up prototypes for apr_base64_* and, on some platforms, strcasecmp
Jeff Trawick [Tue, 10 Sep 2002 14:36:30 +0000 (14:36 +0000)]
pick up prototypes for apr_base64_* and, on some platforms, strcasecmp

zap some unused variables

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

21 years agofix a syntax error in an enum (as far as some non-gcc compilers are
Jeff Trawick [Tue, 10 Sep 2002 14:32:41 +0000 (14:32 +0000)]
fix a syntax error in an enum (as far as some non-gcc compilers are
concerned)

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

21 years agofix a bad parameter to ap_log_rerror()
Jeff Trawick [Tue, 10 Sep 2002 14:29:58 +0000 (14:29 +0000)]
fix a bad parameter to ap_log_rerror()

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

21 years agoAdd Indexes to the public_html example.
Justin Erenkrantz [Tue, 10 Sep 2002 08:30:48 +0000 (08:30 +0000)]
Add Indexes to the public_html example.

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

21 years ago"If a program crashes in a forest and no users are around, did the program
Justin Erenkrantz [Tue, 10 Sep 2002 08:24:09 +0000 (08:24 +0000)]
"If a program crashes in a forest and no users are around, did the program
really crash?"

(This change has been essentially checked into HEAD.)

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

21 years agoStage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
Justin Erenkrantz [Tue, 10 Sep 2002 06:57:03 +0000 (06:57 +0000)]
Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
do not have to re-implement basic auth and to allow mod_auth_digest (and
other modules) to leverage the authn backends.

Adds AuthBasicProvider and AuthDigestProvider directives.

This also moves a lot of the basic auth handling code inside of mod_auth_basic
(but does not remove the code in server/protocol.c - that will have to wait
for a version bump so that we don't totally bust old modules).

This patch incorporates code review comments by Greg Stein.

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

21 years agoAdd ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.
Justin Erenkrantz [Tue, 10 Sep 2002 03:00:50 +0000 (03:00 +0000)]
Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.

mod_auth_digest's passwords can not be obfuscated by the APR magic
sequence (as we don't call apr_password_validate on them), therefore we
need a tool to produce true MD5 hex hashes.

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

21 years agotransform update, perhaps this is the last big one...
André Malo [Tue, 10 Sep 2002 02:03:38 +0000 (02:03 +0000)]
transform update, perhaps this is the last big one...

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

21 years agotransform update again...
André Malo [Tue, 10 Sep 2002 01:55:53 +0000 (01:55 +0000)]
transform update again...

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

21 years agoupdate transformations
André Malo [Tue, 10 Sep 2002 01:41:49 +0000 (01:41 +0000)]
update transformations

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

21 years agonew file: printer friendly CSS
André Malo [Tue, 10 Sep 2002 01:25:08 +0000 (01:25 +0000)]
new file: printer friendly CSS

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

21 years ago*sigh* one change - one commit ;-)
André Malo [Tue, 10 Sep 2002 01:23:15 +0000 (01:23 +0000)]
*sigh* one change - one commit ;-)

add support for CSS media="print"

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

21 years agomove the page types into an extra file, so a new type doesn't
André Malo [Tue, 10 Sep 2002 01:20:47 +0000 (01:20 +0000)]
move the page types into an extra file, so a new type doesn't
require a change of common.xsl (and causes transforming of all xml
docs...)

new: pagetypes.xsl

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

21 years agorevised sitemap
André Malo [Tue, 10 Sep 2002 00:44:15 +0000 (00:44 +0000)]
revised sitemap

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

21 years agositemap revision: support for new sitemap.xml
André Malo [Tue, 10 Sep 2002 00:36:11 +0000 (00:36 +0000)]
sitemap revision: support for new sitemap.xml

new sitemap.dtd and sitemap.xsl
added some corresponding items to en.xml
added new li.separate style to manual.css

also, increased the distance between list items inside the sidebar

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

21 years agoStage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz [Tue, 10 Sep 2002 00:15:39 +0000 (00:15 +0000)]
Stage #1 of the aaa rewrite - refactoring modules.

All modules are reorganized under the following scheme:
- mod_auth_*:   Front-end (basic, digest)
- mod_authn_*:  Authentication (anon, dbm, default, file)
- mod_authz_*:  Authorization (dbm, default, groupfile, host, user)

This passes the httpd-test suite when it accounts for the renaming of
aaa modules.

Originally written by: Dirk-Willem van Gulik
Completed by: Justin Erenkrantz

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

21 years agoUpdate OpenSSL detection to work on Darwin.
Justin Erenkrantz [Mon, 9 Sep 2002 21:37:57 +0000 (21:37 +0000)]
Update OpenSSL detection to work on Darwin.

Submitted by: Sander Temme <sctemme@covalent.net>
Reviewed by: Dirk, Justin

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

21 years agoChange ModMimeUsePathInfo example from .html to .shtml
Justin Erenkrantz [Mon, 9 Sep 2002 21:09:00 +0000 (21:09 +0000)]
Change ModMimeUsePathInfo example from .html to .shtml

Suggested by: Joshua Slive

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

21 years agoAdd documentation of ModMimeUsePathInfo directive.
Justin Erenkrantz [Mon, 9 Sep 2002 20:43:50 +0000 (20:43 +0000)]
Add documentation of ModMimeUsePathInfo directive.

(When I did a rebuild, it wanted to regenerate every file, so I'm not
exactly sure what else is going to be checked in.  Did someone change
a master file without re-running the transformations?)

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

21 years agoRemove underlines on links.
David Shane Holden [Mon, 9 Sep 2002 02:33:24 +0000 (02:33 +0000)]
Remove underlines on links.

Submitted by: Andr� Malo <nd@perlig.de>

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

21 years ago... and another one ...
David Shane Holden [Mon, 9 Sep 2002 01:53:42 +0000 (01:53 +0000)]
... and another one ...

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

21 years agoUpdate transformation.
David Shane Holden [Sun, 8 Sep 2002 23:01:12 +0000 (23:01 +0000)]
Update transformation.

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

21 years agoNew XML.
David Shane Holden [Sun, 8 Sep 2002 22:45:05 +0000 (22:45 +0000)]
New XML.

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

21 years ago<example> fixups.
David Shane Holden [Sun, 8 Sep 2002 21:39:10 +0000 (21:39 +0000)]
<example> fixups.

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

21 years agoCheck that r->filename is non-null before trying to use
Brian Pane [Sun, 8 Sep 2002 17:56:18 +0000 (17:56 +0000)]
Check that r->filename is non-null before trying to use
it in proxy_map_location()
PR: 12340

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

21 years agoAllow for compile on systems lacking poll.h
Jim Jagielski [Sun, 8 Sep 2002 14:42:22 +0000 (14:42 +0000)]
Allow for compile on systems lacking poll.h

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdd the missing "Source File" heading.
Astrid Malo [Sun, 8 Sep 2002 03:36:39 +0000 (03:36 +0000)]
Add the missing "Source File" heading.

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

21 years agoSome formal changes for better readability plus an example fix
Erik Abele [Sat, 7 Sep 2002 11:55:55 +0000 (11:55 +0000)]
Some formal changes for better readability plus an example fix
in mod_charset_lite.xml.

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

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

21 years agoFixed a validation issue/typo.
Erik Abele [Sat, 7 Sep 2002 11:52:36 +0000 (11:52 +0000)]
Fixed a validation issue/typo.

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

21 years agoSquish.
Joshua Slive [Fri, 6 Sep 2002 23:29:01 +0000 (23:29 +0000)]
Squish.

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

21 years agoFor Bill, add just a touch of space between table cells so that
Joshua Slive [Fri, 6 Sep 2002 23:25:56 +0000 (23:25 +0000)]
For Bill, add just a touch of space between table cells so that
it is easier to tell what is going on when titles wrap.

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

21 years agoUpdate transformations.
Joshua Slive [Fri, 6 Sep 2002 23:21:01 +0000 (23:21 +0000)]
Update transformations.

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

21 years agoLink up the "Description" heading for modules and directives, and add
Joshua Slive [Fri, 6 Sep 2002 23:12:27 +0000 (23:12 +0000)]
Link up the "Description" heading for modules and directives, and add
the "Source File" heading that was missing.

Note to translators: "Source File" is new.

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

21 years agoMake the xcopy run smoother
Bradley Nicholes [Fri, 6 Sep 2002 23:09:05 +0000 (23:09 +0000)]
Make the xcopy run smoother

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

21 years agoConvert directive-dict and module-dict to xml (and sneak in a few
Joshua Slive [Fri, 6 Sep 2002 23:04:35 +0000 (23:04 +0000)]
Convert directive-dict and module-dict to xml (and sneak in a few
small content changes).

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

21 years agoConvert the sitemap to XML. (Well, I cheated a little -- I just shoved
Joshua Slive [Fri, 6 Sep 2002 19:15:07 +0000 (19:15 +0000)]
Convert the sitemap to XML.  (Well, I cheated a little -- I just shoved
the whole thing in <summary>.)

Also add entries for the .htaccess tutorial, public_html tutorial,
mod_auth_ldap, and mod_ldap.

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

21 years agoConvert glossary to xml.
Joshua Slive [Fri, 6 Sep 2002 19:07:36 +0000 (19:07 +0000)]
Convert glossary to xml.

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

21 years agoUpgrade sections.html to a link on the main page.
Joshua Slive [Fri, 6 Sep 2002 18:41:23 +0000 (18:41 +0000)]
Upgrade sections.html to a link on the main page.

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

21 years agoA couple small tweaks to the public_html tutorial.
Joshua Slive [Fri, 6 Sep 2002 18:37:46 +0000 (18:37 +0000)]
A couple small tweaks to the public_html tutorial.

1. Add a <seealso> to urlmapping.html.

2. Take some markup out of a <title>.  It is technically allowed,
but probably not a good idea.

3. Replace <DirectoryMatch /home/*/cgi-bin> with <Directory /home/*/cgi-bin>
since that is a shell-style wildcard and not a regular expression.  Also
replace Options +ExecCGI with Options ExecCGI, because it is safest to turn
off non-CGI Options in a cgi-bin directory.

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

21 years agoAdd a couple more new features. With all the hand-wringing over the slow
Joshua Slive [Fri, 6 Sep 2002 18:27:19 +0000 (18:27 +0000)]
Add a couple more new features.  With all the hand-wringing over the slow
adoption of 2.0, we could be doing a better sales job.

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

21 years agoAdded the LDAP module dependancies to the link
Bradley Nicholes [Fri, 6 Sep 2002 17:53:46 +0000 (17:53 +0000)]
Added the LDAP module dependancies to the link

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

21 years agoWoops. Accidentally committed a bad index.html.en. Get back the good one.
Joshua Slive [Fri, 6 Sep 2002 17:19:35 +0000 (17:19 +0000)]
Woops.  Accidentally committed a bad index.html.en.  Get back the good one.

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

21 years agoTransform updates.
Joshua Slive [Fri, 6 Sep 2002 17:15:24 +0000 (17:15 +0000)]
Transform updates.

Sorry for the massive diff folks.  I fell personally responsible for clogging
the Internet.

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

21 years agoAdd back one alternate stylesheet. This is a slightly simpler style,
Joshua Slive [Fri, 6 Sep 2002 17:13:46 +0000 (17:13 +0000)]
Add back one alternate stylesheet.  This is a slightly simpler style,
and is the one you would want to use for printing if you have a
browser like mozilla that supports it (View->Style).  But I
haven't explicitly designated it that way.

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

21 years agomerges the double defined sections
Joshua Slive [Fri, 6 Sep 2002 17:00:10 +0000 (17:00 +0000)]
merges the double defined sections
and removes the CSS validator warnings.
Also adjusted the sidebar top position (it's dependant on font-size).

Submitted by: Andr� Malo

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

21 years agoGernot contributed the original design mock-up.
Joshua Slive [Fri, 6 Sep 2002 16:47:34 +0000 (16:47 +0000)]
Gernot contributed the original design mock-up.

Note that this is not supposed to be a comprehensive list.  Lots of people
helped out.  I just want to give a little credit.

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

21 years agoIt appears Andr� is correct that there are still some build problems.
Joshua Slive [Fri, 6 Sep 2002 15:44:41 +0000 (15:44 +0000)]
It appears Andr� is correct that there are still some build problems.

Update the transform of directives.html to get missing directives.

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

21 years agoThis is essentially a straw-man for people to hate until they come up with
Joshua Slive [Fri, 6 Sep 2002 15:00:31 +0000 (15:00 +0000)]
This is essentially a straw-man for people to hate until they come up with
something better.  In particular, it is not integrated into the xml system,
I just stole the generated html style to make it more consistent.  Other than
that, the major changes are:

- Three columns instead of two.

- Split the "howto's" off into their own category.

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Fri, 6 Sep 2002 13:01:55 +0000 (13:01 +0000)]
Update transformations.

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

21 years agoUpdate translation so that generated HTML files will make sense.
Yoshiki Hayashi [Fri, 6 Sep 2002 12:58:42 +0000 (12:58 +0000)]
Update translation so that generated HTML files will make sense.

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

21 years agoMore calloc->malloc optimizations
Brian Pane [Fri, 6 Sep 2002 12:57:47 +0000 (12:57 +0000)]
More calloc->malloc optimizations

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

21 years agoOptimization: use apr_table_addn instead of apr_table_setn when
Brian Pane [Fri, 6 Sep 2002 12:41:32 +0000 (12:41 +0000)]
Optimization: use apr_table_addn instead of apr_table_setn when
unserializing tables

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

21 years agoOptimize away some strlen and memset calls
Brian Pane [Fri, 6 Sep 2002 12:28:25 +0000 (12:28 +0000)]
Optimize away some strlen and memset calls

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Fri, 6 Sep 2002 11:03:36 +0000 (11:03 +0000)]
Update transformations.

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

21 years agoRemoved comments inherited from worker that don't apply
Brian Pane [Fri, 6 Sep 2002 09:22:06 +0000 (09:22 +0000)]
Removed comments inherited from worker that don't apply
to leader/follower

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

21 years agoOne down ...
David Shane Holden [Fri, 6 Sep 2002 05:29:38 +0000 (05:29 +0000)]
One down ...

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

21 years agoNew XML.
David Shane Holden [Fri, 6 Sep 2002 05:27:07 +0000 (05:27 +0000)]
New XML.

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

21 years agoUpdate transformations.
David Shane Holden [Fri, 6 Sep 2002 03:42:20 +0000 (03:42 +0000)]
Update transformations.

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

21 years agoAdd Apple's DAV filesystem to list of broken clients wrt redirects.
Wilfredo Sanchez [Fri, 6 Sep 2002 03:09:55 +0000 (03:09 +0000)]
Add Apple's DAV filesystem to list of broken clients wrt redirects.
Limit to shipped versions on the theory that this will be addressed in
the next version.
Submitted by: Jim Luther <luther.j@apple.com>

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

21 years agochange the log_writer declaration so that it takes a request_rec instead of
Ian Holsman [Fri, 6 Sep 2002 03:00:11 +0000 (03:00 +0000)]
change the log_writer declaration so that it takes a request_rec instead of
just a pool.
(so that the writer can get to things like hostname)

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

21 years agoUpdate transformations.
David Shane Holden [Fri, 6 Sep 2002 02:57:22 +0000 (02:57 +0000)]
Update transformations.

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

21 years agoLots of people contributed to this new style, but Andr� was primarily
Joshua Slive [Fri, 6 Sep 2002 02:15:25 +0000 (02:15 +0000)]
Lots of people contributed to this new style, but Andr� was primarily
responsible for the design and implementation, so he deserves some
credit.

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

21 years agoClean up the temporary brigade in error cases in ap_discard_request_body()
Brian Pane [Fri, 6 Sep 2002 01:27:48 +0000 (01:27 +0000)]
Clean up the temporary brigade in error cases in ap_discard_request_body()

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

21 years agoFixed some bucket memory leaks in ap_http_filter()
Brian Pane [Fri, 6 Sep 2002 01:18:55 +0000 (01:18 +0000)]
Fixed some bucket memory leaks in ap_http_filter()
Submitted by: Joe Schaefer <joe+apache@sunstarsys.com>

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

21 years agoA few little changes to the css. I don't consider these "final".
Joshua Slive [Fri, 6 Sep 2002 00:54:15 +0000 (00:54 +0000)]
A few little changes to the css.  I don't consider these "final".
More tweaking welcome.

1. Lower the main text font size by 1 pixel and the <example> font
size by 2 pixels.

2. Remove the font-weight specified in <code> because it was
preventing bold code from working.

3. Try out a funny shade of brown for <module>.  What'd'ya think?

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

21 years agoUpdated transformation.
David Shane Holden [Fri, 6 Sep 2002 00:37:36 +0000 (00:37 +0000)]
Updated transformation.

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

21 years ago1. Remove all alternate stylesheets from docs. Some of these can be
Joshua Slive [Fri, 6 Sep 2002 00:36:44 +0000 (00:36 +0000)]
1. Remove all alternate stylesheets from docs.  Some of these can be
replaced later if people want them.

2. Unwind the imports in ./style/css/manual-sbar-right-fix15.css
and name the result style/css/manual.xsl.

I made no content changes -- those will come in a second.

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

21 years agoSimplify mod_dav's handler.
Greg Stein [Fri, 6 Sep 2002 00:26:10 +0000 (00:26 +0000)]
Simplify mod_dav's handler.

The old mechanism would jam a handler name in whenever DAV was
configured for a directory. i.e. there weren't really any tests other
than "is DAV handling this directory?" The name was just a marker
which was tested later.

The new mechanism simplies performs the test right in the handler.
This is now possible since all handlers are called (before, you *had*
to set your own name so that your handler would be called). Since the
test is actually quite straightforward, we actually gain overall: no
more fixups hook, and a couple integer comparisons (rather than a
string compare).

And hoo... the code is simpler, too.

This code has been verified with "litmus 0.8", my own little
regression script, and some hand testing of static pages and CGIs. DAV
continues to work, and it doesn't appear that the changes interfered
with other operation.

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

21 years agoCorrected the context of the remove* directives.
Astrid Malo [Fri, 6 Sep 2002 00:22:23 +0000 (00:22 +0000)]
Corrected the context of the remove* directives.

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

21 years agoUpdated XML plus transformations. This was the last one. Puhh.
Erik Abele [Thu, 5 Sep 2002 23:18:19 +0000 (23:18 +0000)]
Updated XML plus transformations. This was the last one. Puhh.

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

21 years agoUpdated XML plus transformations. Whhups, this is a big one :-)
Erik Abele [Thu, 5 Sep 2002 23:15:34 +0000 (23:15 +0000)]
Updated XML plus transformations. Whhups, this is a big one :-)

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

21 years agoUpdated transformation.
Erik Abele [Thu, 5 Sep 2002 23:13:41 +0000 (23:13 +0000)]
Updated transformation.

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

21 years agoUpdated XML plus transformations
Erik Abele [Thu, 5 Sep 2002 23:12:58 +0000 (23:12 +0000)]
Updated XML plus transformations

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

21 years agoAdding the 'heart' of the new manual style :-)
Erik Abele [Thu, 5 Sep 2002 23:06:17 +0000 (23:06 +0000)]
Adding the 'heart' of the new manual style :-)

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

21 years agoClean-up for some newly located files.
Erik Abele [Thu, 5 Sep 2002 22:59:32 +0000 (22:59 +0000)]
Clean-up for some newly located files.

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

21 years agoAdditional images used by the new manual style.
Erik Abele [Thu, 5 Sep 2002 22:54:24 +0000 (22:54 +0000)]
Additional images used by the new manual style.

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

21 years agoA few status updates including a list of files to
Joshua Slive [Thu, 5 Sep 2002 19:21:52 +0000 (19:21 +0000)]
A few status updates including a list of files to
be converted to xml.

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

21 years agodon't lose const when calling strrchr()
Jeff Trawick [Thu, 5 Sep 2002 11:04:25 +0000 (11:04 +0000)]
don't lose const when calling strrchr()

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

21 years agoA tutorial on public_html/user home directory web sites has been added.
Rich Bowen [Thu, 5 Sep 2002 10:21:51 +0000 (10:21 +0000)]
A tutorial on public_html/user home directory web sites has been added.

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

21 years agoAdd ModMimeUsePathInfo directive.
Justin Erenkrantz [Thu, 5 Sep 2002 07:31:14 +0000 (07:31 +0000)]
Add ModMimeUsePathInfo directive.

This directive allows mod_mime to lookup extension information for content
served via Location blocks so that content-type, filters, etc can be
applied to non-file content.

(I wouldn't be shocked if we end up changing the directive name.)

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

21 years agoAdded an entry for mod_cache's new CacheMaxStreamingBuffer directive
Brian Pane [Thu, 5 Sep 2002 07:22:23 +0000 (07:22 +0000)]
Added an entry for mod_cache's new CacheMaxStreamingBuffer directive

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

21 years agoMorph DONE result from a sub-request handler to OK as DONE is only relevant
Justin Erenkrantz [Thu, 5 Sep 2002 06:59:14 +0000 (06:59 +0000)]
Morph DONE result from a sub-request handler to OK as DONE is only relevant
when we are the main request.

This fixes a problem with mod_include printing out an error message on DAV
sub-requests because mod_dav will return DONE instead of OK.  This would
result in the correct output merged in with an error string.

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

21 years agoSwitch hook from type_checker to fixups.
Justin Erenkrantz [Thu, 5 Sep 2002 06:26:07 +0000 (06:26 +0000)]
Switch hook from type_checker to fixups.

(This hook may be able to removed entirely in favor of being in dav_handler,
but that is left as an exercise to the reader.)

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

21 years agoAllow mod_dav to be involved with sub-requests.
Justin Erenkrantz [Thu, 5 Sep 2002 06:24:38 +0000 (06:24 +0000)]
Allow mod_dav to be involved with sub-requests.

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

21 years agoFree the temporary working brigade upon exit from ap_get_client_block()
Brian Pane [Thu, 5 Sep 2002 06:20:02 +0000 (06:20 +0000)]
Free the temporary working brigade upon exit from ap_get_client_block()

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

21 years agoprovide links to new public_html tutorial
Rich Bowen [Thu, 5 Sep 2002 02:38:08 +0000 (02:38 +0000)]
provide links to new public_html tutorial

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

22 years agoAdd link to .htaccess tutorial
Rich Bowen [Thu, 5 Sep 2002 02:34:38 +0000 (02:34 +0000)]
Add link to .htaccess tutorial

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

22 years agoAdd link to .htaccess tutorial
Rich Bowen [Thu, 5 Sep 2002 02:31:03 +0000 (02:31 +0000)]
Add link to .htaccess tutorial

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

22 years agoProvide links to the new htaccess tutorial, public_html tutorial. Feel
Rich Bowen [Thu, 5 Sep 2002 02:25:05 +0000 (02:25 +0000)]
Provide links to the new htaccess tutorial, public_html tutorial. Feel
free to suggest better places for these.

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

22 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

22 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

22 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

22 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

22 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

22 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