]>
granicus.if.org Git - apache/log
William A. Rowe Jr [Thu, 3 Oct 2002 05:39:26 +0000 (05:39 +0000)]
They are still here, they didn't make it into 2.0.43 however
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97073
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 3 Oct 2002 05:35:21 +0000 (05:35 +0000)]
On to the 2.0.43 candidate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97071
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 3 Oct 2002 00:53:48 +0000 (00:53 +0000)]
ok, starting this: turn bogus <em> to <var>
also:
- several markup improvements (I hope)
- remove from c&p examples, because:
- if you want preformatted text, use <pre>
- they may lead to invisible errors (\xA0 =
is not recognized by the config parser as whitespace)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97069
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Oct 2002 00:35:31 +0000 (00:35 +0000)]
Add mod_logio to the NetWare project file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97068
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Oct 2002 00:30:54 +0000 (00:30 +0000)]
Don't bother destroying the memory pools and buckets for each thread at
during shutdown since it will all be cleaned up at termination anyway.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97067
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Oct 2002 00:26:37 +0000 (00:26 +0000)]
Add mod_logio to the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97066
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Thu, 3 Oct 2002 00:16:47 +0000 (00:16 +0000)]
Add logic to the default_handler to enable script delivery to script
processors located in the output filter stack. This is on by default,
but will change "soon" to off -- the processors will then need to
enable it when they are installed into the filter chain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97065
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 2 Oct 2002 21:35:57 +0000 (21:35 +0000)]
*) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
ap_server_signature() against this cross-site scripting
vulnerability exposed by the directive 'UseCanonicalName Off'.
Also HTML-escape the SERVER_NAME environment variable for CGI
and SSI requests. It's safe to escape as only the '<', '>',
and '&' characters are affected, which won't appear in a valid
hostname. Reported by Matthew Murphy <mattmurphy@kc.rr.com>.
[Brian Pane]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97064
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 2 Oct 2002 21:32:01 +0000 (21:32 +0000)]
Until we have a mechanism to allow PHP and others to 'raise their hand'
and claim 'POST' we have to continue to accept POST in the default
handler. Revert to rev 1.206 per Rbb's and wrowe's veto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97063
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Wed, 2 Oct 2002 20:40:43 +0000 (20:40 +0000)]
I can't use England for my generic location anymore!
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97062
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 2 Oct 2002 18:26:52 +0000 (18:26 +0000)]
Fix a core dump in mod_cache when it attemtped to store uncopyable
buckets. This happened, for instance, when a file to be cached
contained SSI tags to execute a CGI script (passed as a pipe
bucket). [Paul J. Reder]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97058
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Wed, 2 Oct 2002 16:41:28 +0000 (16:41 +0000)]
Sander reminded me that this was out of date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97055
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 2 Oct 2002 13:41:45 +0000 (13:41 +0000)]
Ensure that output already available is flushed to the network
when the content-length filter realizes that no new output will
be available for a while. This helps some streaming CGIs as
well as some other dynamically-generated content.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97054
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 1 Oct 2002 19:13:06 +0000 (19:13 +0000)]
i was born a rambling man...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97050
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 1 Oct 2002 17:54:15 +0000 (17:54 +0000)]
Fix a mutex problem in mod_ssl session cache support which
could lead to an infinite loop.
PR: 12705
Diagnosis submitted by: amund.elstad@ergo.no (Amund Elstad)
Coded by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97048
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Tue, 1 Oct 2002 16:51:10 +0000 (16:51 +0000)]
bleeble blooble blam
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97047
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Tue, 1 Oct 2002 16:24:41 +0000 (16:24 +0000)]
Fix bug in the default handler. POST is not allowed on regular files.
The resource must be handled by something *other* than the default
handler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97046
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 1 Oct 2002 15:44:35 +0000 (15:44 +0000)]
Some thoughts on file-agnostic Apache. (more thoughts later...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97045
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 1 Oct 2002 15:26:20 +0000 (15:26 +0000)]
I'm borderline obsessive compulsive regarding tabs, but you knew that...
(Also correct directive usage)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97044
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 1 Oct 2002 14:37:13 +0000 (14:37 +0000)]
added a clarification about separation of proxy functionality and mod_cache;
added a link to mod_ssl (for proxy directives)
submitted by Irmund Thum <i.t@ithum.de>
with two minor corrections from me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97043
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 1 Oct 2002 13:55:00 +0000 (13:55 +0000)]
Offer more thoughts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97041
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Tue, 1 Oct 2002 13:28:31 +0000 (13:28 +0000)]
some thoughts on reaching repos-agnostic behavior in apache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97040
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 30 Sep 2002 23:45:58 +0000 (23:45 +0000)]
back out the stuff from mod_ssl that shouldn't have been committed.
/me wonders why we have generated content in CVS. :-(
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97039
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 30 Sep 2002 23:43:18 +0000 (23:43 +0000)]
Call out the success cases when we don't get APR_SUCCESS back from the
network write. All other status codes result in c->aborted being set,
which allows the logs to note that the connection was aborted. Previous
to this patch, if the network cable was unplugged on the client, the server
would get APR_ETIMEUP, but we wouldn't note that the connection was
aborted.
Submitted by: Ryan Morgan <rmorgan@covalent.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97038
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Mon, 30 Sep 2002 17:32:09 +0000 (17:32 +0000)]
Update place of work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97035
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 30 Sep 2002 15:34:40 +0000 (15:34 +0000)]
"Make install" would fail for released versions because they do not contain
CVS directories....
Noticed by Marco Lorig, mlorig at gmx dot net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97031
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 13:01:23 +0000 (13:01 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97030
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 09:28:14 +0000 (09:28 +0000)]
New transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97027
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 30 Sep 2002 09:27:24 +0000 (09:27 +0000)]
Fix a broken URL.
Submitted by: Sameer Manek <manek@ghur.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97026
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 09:26:40 +0000 (09:26 +0000)]
New Japanese translations.
Forward port from 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97025
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 09:16:14 +0000 (09:16 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97024
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 09:14:42 +0000 (09:14 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97023
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 09:11:20 +0000 (09:11 +0000)]
New XML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97022
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 08:39:37 +0000 (08:39 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97020
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 08:24:42 +0000 (08:24 +0000)]
New Japanese translations.
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@97019
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 08:12:22 +0000 (08:12 +0000)]
New XML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97018
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 30 Sep 2002 06:59:10 +0000 (06:59 +0000)]
Regenerate directives.html.ja.jis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97017
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 30 Sep 2002 05:10:07 +0000 (05:10 +0000)]
Allow CGI scripts that use POST and mod_dav to exist in the same location.
Mod_Dav was always setting the r->handler field to "dav_handler", but
this means that mod_cgi won't run the script. According to my reading
of the DAV RFC, mod_dav shouldn't do anything at all with a POST request,
because it is impossible to know if the POST was meant for DAV or for some
other resource. We used to excuse POST from DAV processing, so I have
re-enabled that behavior.
PR: 13025
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97016
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 29 Sep 2002 20:36:28 +0000 (20:36 +0000)]
a dead link is removed plus the commented paragraph what points to a not
existing UR on the Apache site for former Apache 1.2 patches
Submitted by: Irmund Thum <i.t@ithum.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97015
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 29 Sep 2002 20:22:59 +0000 (20:22 +0000)]
a dead link is removed plus the commented paragraph what points to a not
existing UR on the Apache site for former Apache 1.2 patches
submitted by: Irmund Thum <i.t@ithum.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97014
13f79535 -47bb-0310-9956-
ffa450edef68
David Shane Holden [Sun, 29 Sep 2002 19:16:05 +0000 (19:16 +0000)]
Add a link to Binding in the Users Guide section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97013
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Sep 2002 04:51:26 +0000 (04:51 +0000)]
- fix several validation errors
- introduce CSS class td.centered: guess, what it does ;-)
please, use with care...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97012
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Sep 2002 01:12:54 +0000 (01:12 +0000)]
ssl xml files are done
added reminder for translation cross links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97011
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Sep 2002 00:20:15 +0000 (00:20 +0000)]
- added two lacking definitions from old ssl_glossary
(algorithm and session)
- fixed some links
- changed example from whatever.com to example.com...
- little markup & style fine tuning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97010
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Sep 2002 00:11:28 +0000 (00:11 +0000)]
New SSL XML, part two.
Submitted by: Thomas Sj�gren <thomas@northernsecurity.net>
[This is also not the original submission. I revised a lot
of things (structure, markup etc.)]
other files: style & markup fine tuning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97009
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Sep 2002 23:49:14 +0000 (23:49 +0000)]
- add the general ability to create zebra tables
automagically (<table style="zebra">)
- allow some attributes in th (e.g. colspan)
- add ability for <h4> sections
- refuse to transform deeper nesting than h4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97008
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 28 Sep 2002 18:20:43 +0000 (18:20 +0000)]
Clean this up a bit.
1. A patch isn't an available patch without a reference to the thing,
and if it applies to 2.0.
2. It's ain't a showstopper if we released with the issue. Cull out
all the silly voting statistics.
3. Update some bits I know are done. Drop some 'discussion' and leave
the meat of the issue.
4. Escalate the CGI piping issue. That one is really a serious issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97006
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 28 Sep 2002 17:35:21 +0000 (17:35 +0000)]
--with-static-support really satisfied my arguments here. YES, I'd still
like that as the default, but let's restart the discussion, 2/2 vote with
no activity is obviously not a pressing issue for anybody.
[Really, a one-month limit on closing votes or dropping them from status
would be nice.]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97005
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 28 Sep 2002 17:33:31 +0000 (17:33 +0000)]
Change the tone of ROADMAP. This isn't a hard-n-fast, we can't implement
prior to 2.1, nor a milestones document. It is a collection of those bits
that aren't immediately relevant to the STATUS of the project.
Pie-in-the-sky belongs in ROADMAP. Real code-to-consider and showstoppers
belong in STATUS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97004
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Sep 2002 13:27:50 +0000 (13:27 +0000)]
- add mod_logio entry to sitemap
- add mod_logio transformation
- add lacking section id to mod_log_config.xml
(and update transformation)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97003
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 28 Sep 2002 06:13:11 +0000 (06:13 +0000)]
Back out some changes that should't have been committed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97002
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 28 Sep 2002 06:10:47 +0000 (06:10 +0000)]
Allow the UserDir directive to accept a list of directories.
This matches what Apache 1.3 does. Also add documentation for
this feature.
PR: 9299
Submitted by: Jay Ball <jay@veggiespam.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97001
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Sat, 28 Sep 2002 04:18:35 +0000 (04:18 +0000)]
New Module -- mod_logio.
This adds the ability to log the bytes sent and
received for each request
Submitted by: Bojan Smojver <bojan@rexursive.com>
Reviewed by: Justin & Ian
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97000
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Sep 2002 03:54:08 +0000 (03:54 +0000)]
allow inline quotations (<q>)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96999
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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