]> granicus.if.org Git - apache/log
apache
16 years agoDocument proxy-http environment variables in one place.
Nick Kew [Sat, 6 Oct 2007 10:15:15 +0000 (10:15 +0000)]
Document proxy-http environment variables in one place.

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

16 years agobuildfluff
Vincent Bray [Fri, 5 Oct 2007 21:23:38 +0000 (21:23 +0000)]
buildfluff

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

16 years agoPR 43555 AuthBasicSource typo
Vincent Bray [Fri, 5 Oct 2007 21:22:07 +0000 (21:22 +0000)]
PR 43555 AuthBasicSource typo

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

16 years agoAs APR 1.2.x cannot solve it's issues with apr_proc_create(),
William A. Rowe Jr [Fri, 5 Oct 2007 03:36:45 +0000 (03:36 +0000)]
As APR 1.2.x cannot solve it's issues with apr_proc_create(),
mandate the working version of APR (1.3.0-dev or later).

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

16 years agomod_ext_filter: Prevent a hang on Windows when the filter
Eric Covener [Wed, 3 Oct 2007 17:17:24 +0000 (17:17 +0000)]
mod_ext_filter: Prevent a  hang on Windows when the filter
input data is pipelined
PR 29901

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

16 years agoEnsure the URI is "*" and not something like "*foo"
Jim Jagielski [Tue, 2 Oct 2007 21:21:04 +0000 (21:21 +0000)]
Ensure the URI is "*" and not something like "*foo"

Oh, last commit was supposed to say we need to return
DONE so we don't invoke any handlers.

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

16 years agoWe should return
Jim Jagielski [Tue, 2 Oct 2007 21:16:00 +0000 (21:16 +0000)]
We should return

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

16 years agoReduce the last change to a minimum, since OPTIONS * does not
Roy T. Fielding [Tue, 2 Oct 2007 20:36:47 +0000 (20:36 +0000)]
Reduce the last change to a minimum, since OPTIONS * does not
include an Allow header field (* is not a resource).

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

16 years agoOPTIONS * does not map to storage, so handle this
Jim Jagielski [Tue, 2 Oct 2007 19:29:36 +0000 (19:29 +0000)]
OPTIONS * does not map to storage, so handle this
as appropriate. For other Request URIs, we drop
down the the default_handler to do that for us.

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

16 years agoDocument ProxyMaxForwards change in r581117
Nick Kew [Tue, 2 Oct 2007 14:16:03 +0000 (14:16 +0000)]
Document ProxyMaxForwards change in r581117

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

16 years agomod_deflate: Don't leave a strong ETag in place while transforming the entity.
Nick Kew [Tue, 2 Oct 2007 11:48:03 +0000 (11:48 +0000)]
mod_deflate: Don't leave a strong ETag in place while transforming the entity.
PR 39727

Comment: Another user just subscribed to this bug.
We need a fix more than we need an inconclusive discussion!

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

16 years agoDefault to NOT setting Max-Forwards in violation of RFC2616
Nick Kew [Tue, 2 Oct 2007 00:39:43 +0000 (00:39 +0000)]
Default to NOT setting Max-Forwards in violation of RFC2616
Leave old behaviour as a configuration option (ProxyMaxForwards)
PR 16137

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

16 years agoNo change, but they won't let me have foo
Nick Kew [Mon, 1 Oct 2007 18:08:13 +0000 (18:08 +0000)]
No change, but they won't let me have foo
(and ... this is the module with a function addit_dammit !!!)

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

16 years agoProxy: remove Warning headers with wrong date
Nick Kew [Sun, 30 Sep 2007 20:44:06 +0000 (20:44 +0000)]
Proxy: remove Warning headers with wrong date
PR 16138

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

16 years agobuildfluff
Vincent Bray [Sun, 30 Sep 2007 15:08:09 +0000 (15:08 +0000)]
buildfluff

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

16 years agoMinor grammar fix
Vincent Bray [Sun, 30 Sep 2007 15:02:17 +0000 (15:02 +0000)]
Minor grammar fix

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

16 years agoThere are considerably fewer ces modules (and they are quite
William A. Rowe Jr [Sun, 30 Sep 2007 01:20:44 +0000 (01:20 +0000)]
There are considerably fewer ces modules (and they are quite
a bit more sophisticated).  Always build these first before
trawling through the entire list of ccs modules, since any
problem will occur up front and be fixable more quickly.

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

16 years agomod_deflate: initialise inflate-out filter correctly when the
Nick Kew [Sat, 29 Sep 2007 15:43:08 +0000 (15:43 +0000)]
mod_deflate: initialise inflate-out filter correctly when the
first brigade contains no data buckets.
PR 43512

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

16 years agoClean up 2nd typo of the same line, you would expect I could copy n paste
William A. Rowe Jr [Sat, 29 Sep 2007 02:48:59 +0000 (02:48 +0000)]
Clean up 2nd typo of the same line, you would expect I could copy n paste
one line across terminals, eh?

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

16 years agoA long week, what can I say?
William A. Rowe Jr [Sat, 29 Sep 2007 02:40:03 +0000 (02:40 +0000)]
A long week, what can I say?

Fix typo

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

16 years agoDocument "DefaultType None" option (PR 13986)
Nick Kew [Fri, 28 Sep 2007 22:45:08 +0000 (22:45 +0000)]
Document "DefaultType None" option (PR 13986)

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

16 years agoFix keepalive to proxy backend
Nick Kew [Fri, 28 Sep 2007 19:30:37 +0000 (19:30 +0000)]
Fix keepalive to proxy backend
PR 43472

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

16 years agoFix typo in header name "Trailer"
Nick Kew [Fri, 28 Sep 2007 19:23:27 +0000 (19:23 +0000)]
Fix typo in header name "Trailer"

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

16 years agoFix processing of Connection headers in proxy
Nick Kew [Fri, 28 Sep 2007 18:50:57 +0000 (18:50 +0000)]
Fix processing of Connection headers in proxy
PR 43509

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

16 years agoShare a single write-pipe handle for piped stderr logging, this
William A. Rowe Jr [Fri, 28 Sep 2007 17:43:24 +0000 (17:43 +0000)]
Share a single write-pipe handle for piped stderr logging, this
prevents an extra logging process from hanging around after the
initial config-phase.

Reviewed by: rpluem, wrowe

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

16 years agoredux, use Rudgier's instead, better comments.
William A. Rowe Jr [Fri, 28 Sep 2007 17:41:56 +0000 (17:41 +0000)]
redux, use Rudgier's instead, better comments.

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

16 years agoCorrect the approach to std file handles by simplifying the approach
William A. Rowe Jr [Fri, 28 Sep 2007 17:30:28 +0000 (17:30 +0000)]
Correct the approach to std file handles by simplifying the approach
and taking better advantage of apr's now-proper support.

Already verified by Randy Kobes and Tom Donovan

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

16 years agoLogging fixes, round two. Authored and Reviewed by both rplume and wrowe
William A. Rowe Jr [Fri, 28 Sep 2007 17:24:26 +0000 (17:24 +0000)]
Logging fixes, round two.  Authored and Reviewed by both rplume and wrowe
within the same 10 minutes, this is the obvious fix to prevent any lingering
write handles from hanging around in unexpected ways.

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

16 years ago* Revert r561352 as this breaks authentication completely.
Ruediger Pluem [Fri, 28 Sep 2007 11:03:29 +0000 (11:03 +0000)]
* Revert r561352 as this breaks authentication completely.

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

16 years agoFix typo
William A. Rowe Jr [Fri, 28 Sep 2007 09:01:52 +0000 (09:01 +0000)]
Fix typo

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

16 years agoWith the exception of exclusively test/stress modules, add all
William A. Rowe Jr [Fri, 28 Sep 2007 08:09:56 +0000 (08:09 +0000)]
With the exception of exclusively test/stress modules, add all
of the modules we are compiling (in any shape).

drop mod_imagemap, mod_userdir from the default-loaded modules
add mod_authn_core/mod_authz_core to the default-loaded modules

Several other modules should be considered for default-loaded
or default-not loaded changees.

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

16 years agoWell this always sucks, to build a good example and discover the simple
William A. Rowe Jr [Fri, 28 Sep 2007 03:22:42 +0000 (03:22 +0000)]
Well this always sucks, to build a good example and discover the simple
example case doesn't actually work :)

Stop returning their buckets to the caller, only to have the caller send
us the same buckets on subsequent calls to our case_filter.

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

16 years agoFix adding out Via header in proxy response
Nick Kew [Thu, 27 Sep 2007 15:21:12 +0000 (15:21 +0000)]
Fix adding out Via header in proxy response
PR 19439

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

16 years agoStrip hop-by-hop headers in proxy response
Nick Kew [Thu, 27 Sep 2007 14:53:40 +0000 (14:53 +0000)]
Strip hop-by-hop headers in proxy response

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

16 years agoFormatting. No functional change.
Nick Kew [Thu, 27 Sep 2007 14:20:21 +0000 (14:20 +0000)]
Formatting.  No functional change.

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

16 years agobackported to 2.2.7
Jim Jagielski [Thu, 27 Sep 2007 13:09:03 +0000 (13:09 +0000)]
backported to 2.2.7

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

16 years agoAdd "DefaultType None" option
Nick Kew [Thu, 27 Sep 2007 12:43:42 +0000 (12:43 +0000)]
Add "DefaultType None" option
PR 13986 and PR 16139

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

16 years agoIgnore any ajp13 flush messages which we may mistakenly
Jim Jagielski [Wed, 26 Sep 2007 16:11:07 +0000 (16:11 +0000)]
Ignore any ajp13 flush messages which we may mistakenly
rec' before we send the response headers. See
Tomcat PR 43478.

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

16 years agoReinstate location walk for subrequests
Nick Kew [Wed, 26 Sep 2007 14:26:19 +0000 (14:26 +0000)]
Reinstate location walk for subrequests
PR 41960 (Jose Kahan)

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

16 years ago* Do case insensitive compares for the type of formats of the pid / tid.
Ruediger Pluem [Wed, 26 Sep 2007 08:44:37 +0000 (08:44 +0000)]
* Do case insensitive compares for the type of formats of the pid / tid.

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

16 years agomod_log_config: Add format options for %p so that the actual local
Jeff Trawick [Wed, 26 Sep 2007 01:45:16 +0000 (01:45 +0000)]
mod_log_config: Add format options for %p so that the actual local
or remote port can be logged.

PR:  43415
Submitted by: Adam Hasselbalch Hansen <ahh@one.com>
Extensively commented on and/or modified by Ruediger Pluem and Jeff Trawick

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

16 years agoUpdate mod_dbd page for new drivers.
Nick Kew [Tue, 25 Sep 2007 14:02:36 +0000 (14:02 +0000)]
Update mod_dbd page for new drivers.

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

16 years agoClarify what happens if you don't have a ServerName in your
Joshua Slive [Mon, 24 Sep 2007 20:25:02 +0000 (20:25 +0000)]
Clarify what happens if you don't have a ServerName in your
<VirtualHost>, since people sometimes assume that this
implies the host has no name, resulting in confusion.

Suggested by: Michael Rasmussen <mikeraz patch.com>

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

16 years ago* Remove function format_integer as it is only used by pfmt and just a needless
Ruediger Pluem [Mon, 24 Sep 2007 19:30:59 +0000 (19:30 +0000)]
* Remove function format_integer as it is only used by pfmt and just a needless
  wrapper around apr_itoa. Thus replace its call by apr_itoa.

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

16 years agoCommitting other language transformations.
Jason S. Lingohr [Mon, 24 Sep 2007 08:04:35 +0000 (08:04 +0000)]
Committing other language transformations.

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

16 years agoFixed a simple version numbering typo, reported by lucien.gentis (at) lorraine.iufm.fr.
Jason S. Lingohr [Mon, 24 Sep 2007 08:03:06 +0000 (08:03 +0000)]
Fixed a simple version numbering typo, reported by lucien.gentis (at) lorraine.iufm.fr.

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

16 years agoPR 40037: try to avoid risk of misleading the lusers when they
Nick Kew [Mon, 24 Sep 2007 01:58:50 +0000 (01:58 +0000)]
PR 40037: try to avoid risk of misleading the lusers when they
can't initialise scoreboard after a crash.

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

16 years agoFix r578332 for backslashing filesystems, as noted by rpluem
Nick Kew [Sat, 22 Sep 2007 19:30:20 +0000 (19:30 +0000)]
Fix r578332 for backslashing filesystems, as noted by rpluem

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

16 years ago* Rationalise the two ap_unescape_url versions
Nick Kew [Sat, 22 Sep 2007 00:10:10 +0000 (00:10 +0000)]
* Rationalise the two ap_unescape_url versions
* Fix ap_unescape_url_keep2f to work as documented (keep %2F encoded,
  bringing it into line with the documentation as well as common sense).
* Introduce suggestion of an extension to the API
The most relevant open PR is 41798

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

16 years agoLink mod_deflate.so as always intended (and pointed out by Tom Donovan
William A. Rowe Jr [Thu, 20 Sep 2007 10:11:21 +0000 (10:11 +0000)]
Link mod_deflate.so as always intended (and pointed out by Tom Donovan
that this was not happening).  Note Makefile.win always moves zlib1.dll
for this very purpose.

Also fix some versioning file and resource names of filter/ext_filter
that were messed up when it was cloned.

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

16 years agoRemove tabs.
Jean-Frederic Clere [Wed, 19 Sep 2007 16:40:26 +0000 (16:40 +0000)]
Remove tabs.

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

16 years agopunctuation; sorry for the noise
Eric Covener [Wed, 19 Sep 2007 13:42:41 +0000 (13:42 +0000)]
punctuation; sorry for the noise

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

16 years agodocument the mod_userdir-like tilde expansion sometimes performed by mod_rewrite
Eric Covener [Wed, 19 Sep 2007 11:39:51 +0000 (11:39 +0000)]
document the mod_userdir-like tilde expansion sometimes performed by mod_rewrite

A tilde can sneak into a rule via a backreference and cause some surprising behavior

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

16 years agobuildfluff
Vincent Bray [Tue, 18 Sep 2007 17:12:53 +0000 (17:12 +0000)]
buildfluff

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

16 years agoAdd a few '/' and remove an errant '>'.
Vincent Bray [Tue, 18 Sep 2007 17:09:55 +0000 (17:09 +0000)]
Add a few '/' and remove an errant '>'.
Note that this changes a patch proposed for backport to 2.2 (PR34602 & r573831).

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

16 years agoUpdate xform with retry=0 info
Jim Jagielski [Tue, 18 Sep 2007 13:50:48 +0000 (13:50 +0000)]
Update xform with retry=0 info

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

16 years agoTypo and document what retry=0 means.
Jim Jagielski [Tue, 18 Sep 2007 13:49:14 +0000 (13:49 +0000)]
Typo and document what retry=0 means.

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

16 years agoIn 2.2.7 now.
Jim Jagielski [Tue, 18 Sep 2007 13:34:44 +0000 (13:34 +0000)]
In 2.2.7 now.

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

16 years agobuildfluff
Vincent Bray [Tue, 18 Sep 2007 04:44:24 +0000 (04:44 +0000)]
buildfluff

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

16 years agoPR38644 mod_status no longer needs to be recompiled to show extended status items.
Vincent Bray [Tue, 18 Sep 2007 04:42:00 +0000 (04:42 +0000)]
PR38644 mod_status no longer needs to be recompiled to show extended status items.

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

16 years agoFailing to load a protocol handler is a server error, not a forbidden.
Nick Kew [Sat, 15 Sep 2007 22:36:36 +0000 (22:36 +0000)]
Failing to load a protocol handler is a server error, not a forbidden.

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

16 years agodon't fall through this case. Just break.
André Malo [Fri, 14 Sep 2007 21:52:49 +0000 (21:52 +0000)]
don't fall through this case. Just break.

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

16 years agoThese really are block specific, so why not
Jim Jagielski [Fri, 14 Sep 2007 14:57:56 +0000 (14:57 +0000)]
These really are block specific, so why not
make them as such :)

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

16 years agoThis file is supposed to reflect code defaults.
Joshua Slive [Thu, 13 Sep 2007 20:28:29 +0000 (20:28 +0000)]
This file is supposed to reflect code defaults.
PR: 39613

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

16 years agoTransform to html.
Joshua Slive [Thu, 13 Sep 2007 15:46:13 +0000 (15:46 +0000)]
Transform to html.

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

16 years agoBe even more explicit about the multiple-extension issue.
Joshua Slive [Thu, 13 Sep 2007 15:45:48 +0000 (15:45 +0000)]
Be even more explicit about the multiple-extension issue.

PR: 43386

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

16 years agoThese are now in 2.2.7-dev
Jim Jagielski [Wed, 12 Sep 2007 13:21:42 +0000 (13:21 +0000)]
These are now in 2.2.7-dev

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

16 years agoSome minor cleanups:
Jim Jagielski [Wed, 12 Sep 2007 12:52:20 +0000 (12:52 +0000)]
Some minor cleanups:

  1. Rename worker_size, since this could easily be
     confused with the actual MPM worker struct stuff.
  2. Remove superflous ()s in the || test
  3. Add superflous () in the pointer adjusting :)
     Even though C prec rules make it clear what we
     are doing, make it painfully obvious. Remove
     unrequired temp var.

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

16 years agoResolve storage of process-lifespan version strings for OpenSSL,
William A. Rowe Jr [Wed, 12 Sep 2007 10:47:02 +0000 (10:47 +0000)]
Resolve storage of process-lifespan version strings for OpenSSL,
while using request-lifespan copies for manipulation.

Reviewed by RPleum, ZHar'El

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

16 years agobuildfluff
Vincent Bray [Wed, 12 Sep 2007 10:38:26 +0000 (10:38 +0000)]
buildfluff

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

16 years agoPR #43358 - Fix links to moved auth directives (Takashi Sato)
Vincent Bray [Wed, 12 Sep 2007 10:32:57 +0000 (10:32 +0000)]
PR #43358 - Fix links to moved auth directives (Takashi Sato)

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

16 years agoRemove useless variable.
Jean-Frederic Clere [Wed, 12 Sep 2007 10:11:54 +0000 (10:11 +0000)]
Remove useless variable.

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

16 years agolb_score is bigger proxy_worker_stat. Prevent wasting space.
Jean-Frederic Clere [Wed, 12 Sep 2007 08:34:40 +0000 (08:34 +0000)]
lb_score is bigger proxy_worker_stat. Prevent wasting space.

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

16 years ago* Add the novary flag to RewriteCond in order to prevent the appending
Ruediger Pluem [Tue, 11 Sep 2007 20:15:54 +0000 (20:15 +0000)]
* Add the novary flag to RewriteCond in order to prevent the appending
  of HTTP headers used in a rewrite condition to the Vary header of
  the response.

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

16 years ago* This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.
Ruediger Pluem [Tue, 11 Sep 2007 06:40:11 +0000 (06:40 +0000)]
* This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.

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

16 years ago* Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_stat
Ruediger Pluem [Tue, 11 Sep 2007 06:38:16 +0000 (06:38 +0000)]
* Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_stat
  structure for a worker is already initialized by the same or another
  process.

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

16 years agoDon't call into get_worker while holding the timeout_list mutex.
Paul Querna [Tue, 11 Sep 2007 05:29:54 +0000 (05:29 +0000)]
Don't call into get_worker while holding the timeout_list mutex.

PR: 42031

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

16 years agoRun optipng[1] with -o7 over all PNG files. Files were only modified if the optimize...
Paul Querna [Tue, 11 Sep 2007 05:11:05 +0000 (05:11 +0000)]
Run optipng[1] with -o7 over all PNG files.  Files were only modified if the optimized version is smaller.  There is no change to the rendering as seen by users.

[1] - http://optipng.sourceforge.net/

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

16 years agoYeah. Good luck with that.
Jim Jagielski [Mon, 10 Sep 2007 14:54:37 +0000 (14:54 +0000)]
Yeah. Good luck with that.

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

16 years agoMaintain the illusion. It's not worth my time or
Jim Jagielski [Mon, 10 Sep 2007 14:54:01 +0000 (14:54 +0000)]
Maintain the illusion. It's not worth my time or
energy to care about this anymore.

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

16 years agoDon't send spurious "100 Continue" response lines.
Nick Kew [Mon, 10 Sep 2007 13:17:25 +0000 (13:17 +0000)]
Don't send spurious "100 Continue" response lines.
PR 38014 [Basant Kumar Kukreja]

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

16 years ago* Also set the Vary header if a rewrite condition is true and uses a HTTP
Ruediger Pluem [Mon, 10 Sep 2007 10:42:23 +0000 (10:42 +0000)]
* Also set the Vary header if a rewrite condition is true and uses a HTTP
  header, but all remaining rewrite conditions are skipped due to the [OR]
  flag.

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

16 years agomod_proxy_ftp: Don't segfault on bad line in FTP listing
Nick Kew [Sun, 9 Sep 2007 23:10:50 +0000 (23:10 +0000)]
mod_proxy_ftp: Don't segfault on bad line in FTP listing
PR 40733 [Ulf Harnhammar]

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

16 years agoReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
Jim Jagielski [Sun, 9 Sep 2007 19:31:46 +0000 (19:31 +0000)]
Reinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
into the Proxy API.

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

16 years agoMake AJP HEAD aware
Jim Jagielski [Sun, 9 Sep 2007 16:20:45 +0000 (16:20 +0000)]
Make AJP HEAD aware

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

16 years agoPropagate Proxy-Authorization header correctly
Nick Kew [Sun, 9 Sep 2007 15:38:08 +0000 (15:38 +0000)]
Propagate Proxy-Authorization header correctly
PR 25947
RFC2616 tells us:
  (1) If we haven't authenticated, we must pass the header on.
  (2) If we have authenticated, we MAY pass it on.
I've made the latter case configurable by ENV(Proxy-Chain-Auth).

Also, Proxy-Authenticate is a response header, and doesn't belong
in a check of request headers.

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

16 years agoEscape error-notes correctly
Nick Kew [Sun, 9 Sep 2007 01:13:38 +0000 (01:13 +0000)]
Escape error-notes correctly
PR 40952

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

16 years agoCheck all IP addresses listed in ProxyBlock
Nick Kew [Sat, 8 Sep 2007 21:43:47 +0000 (21:43 +0000)]
Check all IP addresses listed in ProxyBlock
PR 36987

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

16 years agomod_proxy: Don't lose bytes when a response line arrives in small chunks.
Nick Kew [Sat, 8 Sep 2007 20:29:14 +0000 (20:29 +0000)]
mod_proxy: Don't lose bytes when a response line arrives in small chunks.
PR 40894

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

16 years agoLink to password formats doc from auth howto, and buildfluff
Vincent Bray [Sat, 8 Sep 2007 15:54:19 +0000 (15:54 +0000)]
Link to password formats doc from auth howto, and buildfluff

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

16 years agoLink from mod_dbd to /misc/password_encryptions.html
Vincent Bray [Sat, 8 Sep 2007 14:54:53 +0000 (14:54 +0000)]
Link from mod_dbd to /misc/password_encryptions.html

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

16 years agobuildfluff
Vincent Bray [Sat, 8 Sep 2007 14:26:22 +0000 (14:26 +0000)]
buildfluff

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

16 years agoSync with changes to wiki version of password formats document. Add to /misc/ index.
Vincent Bray [Sat, 8 Sep 2007 14:25:32 +0000 (14:25 +0000)]
Sync with changes to wiki version of password formats document. Add to /misc/ index.

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

16 years agoAdd option to escape backreferences in RewriteRule.
Nick Kew [Sat, 8 Sep 2007 12:46:10 +0000 (12:46 +0000)]
Add option to escape backreferences in RewriteRule.
PR 34602  and  PR 39746
Patch by Guenther Gsenger

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

16 years agoReinstate the lb_score patch, but, protect against
Jim Jagielski [Fri, 7 Sep 2007 13:13:37 +0000 (13:13 +0000)]
Reinstate the lb_score patch, but, protect against
conflicting leakage as per jfc proposal.

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

16 years agosemi-revert 573264. It is totally bogus that we
Jim Jagielski [Fri, 7 Sep 2007 11:58:38 +0000 (11:58 +0000)]
semi-revert 573264. It is totally bogus that we
need to do this, but until we create mod_proxy_structs.h
which can then be included by mod_proxy.h as well as scoreboard.h,
we'll make do.

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

16 years agolb_score *is* proxy_worker_stat... no need to "mask" that
Jim Jagielski [Thu, 6 Sep 2007 13:46:46 +0000 (13:46 +0000)]
lb_score *is* proxy_worker_stat... no need to "mask" that
or use wasted space.

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

16 years agoAxe a completely bogus internal helper function.
William A. Rowe Jr [Wed, 5 Sep 2007 23:22:26 +0000 (23:22 +0000)]
Axe a completely bogus internal helper function.

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

16 years agoRefactor releasing the child processes by eliminating the
William A. Rowe Jr [Wed, 5 Sep 2007 23:21:30 +0000 (23:21 +0000)]
Refactor releasing the child processes by eliminating the
time lookup, eliminating the bogus/misimplemented function,
and introducing fairness to release any dead threads before
getting hung up on releasing longer lived threads.

Also pick up the time-to-wait from the server global timeout.

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

16 years agoKill the compiler emit - casting struct * to char * (as defined
William A. Rowe Jr [Wed, 5 Sep 2007 23:19:51 +0000 (23:19 +0000)]
Kill the compiler emit - casting struct * to char * (as defined
in openssl 0.9.8e).  Easiest is to cast through void *.

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