]> granicus.if.org Git - apache/log
apache
13 years agoRemove mis-placed period.
Daniel Earl Poirier [Tue, 2 Nov 2010 01:15:19 +0000 (01:15 +0000)]
Remove mis-placed period.

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

13 years agoWarning in configure -h that mod_dumpio was only for developers
Daniel Earl Poirier [Tue, 2 Nov 2010 00:47:21 +0000 (00:47 +0000)]
Warning in configure -h that mod_dumpio was only for developers
and testing was erroneous.

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

13 years agoFix awkward sentence reported by Gary Schnabl.
Daniel Earl Poirier [Mon, 1 Nov 2010 21:59:49 +0000 (21:59 +0000)]
Fix awkward sentence reported by Gary Schnabl.
PR47390

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

13 years agoWarn that not only does mod_disk_cache require mod_cache, but
Daniel Earl Poirier [Mon, 1 Nov 2010 20:55:59 +0000 (20:55 +0000)]
Warn that not only does mod_disk_cache require mod_cache, but
mod_cache has to be loaded first.  Reported by Eric Covener.
PR43976

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

13 years agoAdd to modules' help text (displayed by ./configure -h) more
Daniel Earl Poirier [Mon, 1 Nov 2010 20:02:51 +0000 (20:02 +0000)]
Add to modules' help text (displayed by ./configure -h) more
information that will be useful in deciding whether to enable
them or not.

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

13 years agoFix regex in AliasMatch example. Thanks to Felix Schaefer for report
Daniel Earl Poirier [Mon, 1 Nov 2010 15:42:08 +0000 (15:42 +0000)]
Fix regex in AliasMatch example.  Thanks to Felix Schaefer for report
and fix.  PR47722.

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

13 years agoRebuild transformations.
Rich Bowen [Mon, 1 Nov 2010 15:01:41 +0000 (15:01 +0000)]
Rebuild transformations.

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

13 years agoRebuild HTML
Rich Bowen [Mon, 1 Nov 2010 14:57:03 +0000 (14:57 +0000)]
Rebuild HTML

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

13 years agoLogLevel should specify a global log level as well as the per-module
Rich Bowen [Mon, 1 Nov 2010 14:56:09 +0000 (14:56 +0000)]
LogLevel should specify a global log level as well as the per-module
loglevel.

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

13 years agoUpdate transformations.
Graham Leggett [Mon, 1 Nov 2010 09:52:12 +0000 (09:52 +0000)]
Update transformations.

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

13 years agoAdd documentation for mod_cache and mod_disk_cache.
Graham Leggett [Mon, 1 Nov 2010 09:50:42 +0000 (09:50 +0000)]
Add documentation for mod_cache and mod_disk_cache.

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

13 years agoPoint out that the format of encrypted passwords depends on
Daniel Earl Poirier [Sat, 30 Oct 2010 20:14:38 +0000 (20:14 +0000)]
Point out that the format of encrypted passwords depends on
whether you're using mod_authn_basic or mod_authn_digest.
Reported by Josef Spillner, PR46672.

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

13 years agoClarify that when troubleshooting .htaccess files, you need to reload
Daniel Earl Poirier [Sat, 30 Oct 2010 19:10:54 +0000 (19:10 +0000)]
Clarify that when troubleshooting .htaccess files, you need to reload
the page.  Reported by Filipus Klutiero, PR50176.

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

13 years agoSince rotatelogs now checks the local time offset on each rotation,
Daniel Earl Poirier [Sat, 30 Oct 2010 18:52:11 +0000 (18:52 +0000)]
Since rotatelogs now checks the local time offset on each rotation,
no longer need to warn about unpredictable behavior with -l.
Reported by Dave Brondsema, PR44917.

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

13 years agoClarify - say "suEXEC wrapper" instead of "this program".
Daniel Earl Poirier [Sat, 30 Oct 2010 17:59:37 +0000 (17:59 +0000)]
Clarify - say "suEXEC wrapper" instead of "this program".
Reported by James Tanit.  PR48632.

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

13 years agoFix a number of typos and misspellings. Reported by Ville Skytta.
Daniel Earl Poirier [Sat, 30 Oct 2010 17:56:13 +0000 (17:56 +0000)]
Fix a number of typos and misspellings.  Reported by Ville Skytta.
PR48496.

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

13 years agoNote that the docs aren't always clear when directives only affect
Daniel Earl Poirier [Sat, 30 Oct 2010 16:47:05 +0000 (16:47 +0000)]
Note that the docs aren't always clear when directives only affect
requests handled by the default handler.

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

13 years agomake the name-based vhost note a warning based on offline discussion with Rich
Eric Covener [Fri, 29 Oct 2010 15:16:48 +0000 (15:16 +0000)]
make the name-based vhost note a warning based on offline discussion with Rich

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

13 years agoAdd a note about LimitRequest* and name-based vhosts as followup on PR#7741
Eric Covener [Fri, 29 Oct 2010 15:11:05 +0000 (15:11 +0000)]
Add a note about LimitRequest* and name-based vhosts as followup on PR#7741

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

13 years agoAdd an END flag to RewriteRule that acts like L=LAST but also prevents
Eric Covener [Fri, 29 Oct 2010 14:43:49 +0000 (14:43 +0000)]
Add an END flag to RewriteRule that acts like L=LAST but also prevents
further rounds of rewrite processing due to per-directory substitutions.

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

13 years agoCorrect context for LimitRequest*, as per bug 7741
Rich Bowen [Fri, 29 Oct 2010 14:42:15 +0000 (14:42 +0000)]
Correct context for LimitRequest*, as per bug 7741

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

13 years agoAdd link to mod_log_config and BufferedLogs, as per
Rich Bowen [Fri, 29 Oct 2010 14:31:17 +0000 (14:31 +0000)]
Add link to mod_log_config and BufferedLogs, as per
https://issues.apache.org/bugzilla/show_bug.cgi?id=50110

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

13 years agoRebuild intro doc.
Rich Bowen [Fri, 29 Oct 2010 13:31:08 +0000 (13:31 +0000)]
Rebuild intro doc.

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

13 years agoMakes the intro paragraph a little less jargon-y, in response to
Rich Bowen [Fri, 29 Oct 2010 13:30:20 +0000 (13:30 +0000)]
Makes the intro paragraph a little less jargon-y, in response to
https://issues.apache.org/bugzilla/show_bug.cgi?id=49298

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

13 years agoAdd todo item to docs STATUS.
Rainer Jung [Fri, 29 Oct 2010 08:45:22 +0000 (08:45 +0000)]
Add todo item to docs STATUS.

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

13 years agoThe "rewrite guide", so called, has now been completely rewritten in
Rich Bowen [Thu, 28 Oct 2010 17:35:41 +0000 (17:35 +0000)]
The "rewrite guide", so called, has now been completely rewritten in
trunk. The consensus is that we don't need to do anything with the 1.3,
2.0, or 2.2 version of this document, and are content to make it awesome
on trunk.

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

13 years agoRemove note to myself.
Rich Bowen [Thu, 28 Oct 2010 17:34:11 +0000 (17:34 +0000)]
Remove note to myself.

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

13 years agoRemove a leftover note to myself.
Rich Bowen [Thu, 28 Oct 2010 17:33:31 +0000 (17:33 +0000)]
Remove a leftover note to myself.

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

13 years agoIntroduce <If> as an alternative to mod_rewrite in the "avoiding
Rich Bowen [Thu, 28 Oct 2010 17:31:59 +0000 (17:31 +0000)]
Introduce <If> as an alternative to mod_rewrite in the "avoiding
mod_rewrite" document.

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

13 years agoAdding links to 1.3 docs is going to be the death of me.
Rich Bowen [Thu, 28 Oct 2010 17:02:38 +0000 (17:02 +0000)]
Adding links to 1.3 docs is going to be the death of me.

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

13 years agoStuff I'd like us to get done at ApacheCon 2010.
Rich Bowen [Tue, 26 Oct 2010 16:00:51 +0000 (16:00 +0000)]
Stuff I'd like us to get done at ApacheCon 2010.

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

13 years agoThe FAQ is now in the wiki.
Rich Bowen [Tue, 26 Oct 2010 13:03:49 +0000 (13:03 +0000)]
The FAQ is now in the wiki.

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

13 years agohandle the ca_list == NULL case correctly (which can only happen with out
Stefan Fritsch [Mon, 25 Oct 2010 19:13:20 +0000 (19:13 +0000)]
handle the ca_list == NULL case correctly (which can only happen with out
of memory, anyway)

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

13 years agoDid the mod_usertrack docs.
Rich Bowen [Mon, 25 Oct 2010 14:23:44 +0000 (14:23 +0000)]
Did the mod_usertrack docs.
Would like to do a howto style writeup of the multi-daemon secure
mod_dav configuration.

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

13 years agoUpdate transformations
Rich Bowen [Mon, 25 Oct 2010 14:11:52 +0000 (14:11 +0000)]
Update transformations

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

13 years agoAdds examples to each directive.
Rich Bowen [Mon, 25 Oct 2010 13:57:56 +0000 (13:57 +0000)]
Adds examples to each directive.

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

13 years agoDrag this doc 12 years into the future. Referring to what the module
Rich Bowen [Mon, 25 Oct 2010 13:37:38 +0000 (13:37 +0000)]
Drag this doc 12 years into the future. Referring to what the module
used to do in 1.2 not only helps nobody, but it also screams that the
module is unmaintained.

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

13 years agoMake sure to always log an error if loading of CA certificates fails
Stefan Fritsch [Sun, 24 Oct 2010 22:14:15 +0000 (22:14 +0000)]
Make sure to always log an error if loading of CA certificates fails

PR: 40312
Submitted by: Paul Tiemann <issues apache org ourdetour com>

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

13 years agoConsistently use loglevel emerg before ssl_die()
Stefan Fritsch [Sun, 24 Oct 2010 21:57:08 +0000 (21:57 +0000)]
Consistently use loglevel emerg before ssl_die()

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

13 years agoAnother NetWare makefile cleanup.
Guenter Knauf [Sun, 24 Oct 2010 14:54:38 +0000 (14:54 +0000)]
Another NetWare makefile cleanup.

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

13 years agoTypos corrections.
Lucien Gentis [Sun, 24 Oct 2010 14:12:09 +0000 (14:12 +0000)]
Typos corrections.

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

13 years agoPhrasing changes recommended by Jack Dozier. Bug #50145
Rich Bowen [Sun, 24 Oct 2010 13:24:31 +0000 (13:24 +0000)]
Phrasing changes recommended by Jack Dozier. Bug #50145

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

13 years agoIf an unknown Content-* header is received for a PUT request, we must not
Stefan Fritsch [Sun, 24 Oct 2010 08:32:10 +0000 (08:32 +0000)]
If an unknown Content-* header is received for a PUT request, we must not
ignore it but reply with 501 per RFC 2616 9.6.

PR: 42978

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

13 years agoIf a malformed Content-Range header is received for a PUT request, we
Stefan Fritsch [Sun, 24 Oct 2010 08:17:26 +0000 (08:17 +0000)]
If a malformed Content-Range header is received for a PUT request, we
must not use the supplied content per RFC 2616 14.16. Send 400 response
instead of ignoring the Content-Range.

PR: 49825

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

13 years agoImprove error message if client cert verification fails
Stefan Fritsch [Sat, 23 Oct 2010 22:17:44 +0000 (22:17 +0000)]
Improve error message if client cert verification fails

PR: 50093
Submitted by: Lassi Tuura <lat cern ch>

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

13 years agoOptimise more of the flags within proxy structures.
Graham Leggett [Sat, 23 Oct 2010 19:34:16 +0000 (19:34 +0000)]
Optimise more of the flags within proxy structures.

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

13 years agomod_proxy: Release the backend connection as soon as EOS is detected,
Graham Leggett [Sat, 23 Oct 2010 19:26:44 +0000 (19:26 +0000)]
mod_proxy: Release the backend connection as soon as EOS is detected,
so the backend isn't forced to wait for the client to eventually
acknowledge the data.

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

13 years agomore temp pool usage and remove some useless apr_pstrdup()s
Stefan Fritsch [Sat, 23 Oct 2010 18:35:06 +0000 (18:35 +0000)]
more temp pool usage and remove some useless apr_pstrdup()s

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

13 years agouse temp pool in some more places
Stefan Fritsch [Sat, 23 Oct 2010 18:06:49 +0000 (18:06 +0000)]
use temp pool in some more places

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

13 years agoClarify usage of ap_pregcomp/ap_pregfree
Stefan Fritsch [Sat, 23 Oct 2010 16:38:03 +0000 (16:38 +0000)]
Clarify usage of ap_pregcomp/ap_pregfree

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

13 years agouse temp_pool for version parsing, to save some memory
Stefan Fritsch [Sat, 23 Oct 2010 16:27:52 +0000 (16:27 +0000)]
use temp_pool for version parsing, to save some memory

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

13 years agoRemove needless pool cleanup. ap_pregcomp already registers a cleanup for the
Stefan Fritsch [Sat, 23 Oct 2010 16:20:10 +0000 (16:20 +0000)]
Remove needless pool cleanup. ap_pregcomp already registers a cleanup for the
regex.

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

13 years agoUpdates.
Lucien Gentis [Sat, 23 Oct 2010 16:02:06 +0000 (16:02 +0000)]
Updates.

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

13 years agomod_cache: Respect the original Cache-Control header if no header arrives
Graham Leggett [Sat, 23 Oct 2010 14:11:20 +0000 (14:11 +0000)]
mod_cache: Respect the original Cache-Control header if no header arrives
with a 304 Not Modified.

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

13 years agomod_disk_cache: Make sure we step down cleanly when we've ben configured
Graham Leggett [Sat, 23 Oct 2010 12:36:23 +0000 (12:36 +0000)]
mod_disk_cache: Make sure we step down cleanly when we've ben configured
to cache but haven't set a CacheRoot.

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

13 years agoTake a slightly less "you broke it!!" tone in the default 500 Internal
Rich Bowen [Fri, 22 Oct 2010 20:03:22 +0000 (20:03 +0000)]
Take a slightly less "you broke it!!" tone in the default 500 Internal
Server Error default error message. (Bug #50145)

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

13 years agoFix an inline variable declaration.
Graham Leggett [Fri, 22 Oct 2010 00:46:39 +0000 (00:46 +0000)]
Fix an inline variable declaration.

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

13 years agomod_proxy: Optimise ProxyPass within a Location so that it is stored
Graham Leggett [Fri, 22 Oct 2010 00:13:45 +0000 (00:13 +0000)]
mod_proxy: Optimise ProxyPass within a Location so that it is stored
per-directory, and chosen during the location walk. Make ProxyPass
work correctly from within a LocationMatch.

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

13 years agoBe compliant with RFC2616 14.46, revalidation failed is Warning 111, not
Graham Leggett [Thu, 21 Oct 2010 23:00:09 +0000 (23:00 +0000)]
Be compliant with RFC2616 14.46, revalidation failed is Warning 111, not
Warning 110.

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

13 years agoUpdate a per-dir example that's meant to show looping and the L flag.
Eric Covener [Wed, 20 Oct 2010 21:00:49 +0000 (21:00 +0000)]
Update a per-dir example that's meant to show looping and the L flag.
* add a RewriteBase
* REQUEST_URI doesn't have the RewriteBase stripped from it, so fix the test comparison.
* rewrite to absolute URI and use PT flag so the rule is somewhat applicable to per-vh context

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

13 years agoAvoid unnecessariy initialisation before we test mod_cgid's handler name.
Graham Leggett [Wed, 20 Oct 2010 20:21:35 +0000 (20:21 +0000)]
Avoid unnecessariy initialisation before we test mod_cgid's handler name.

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

13 years agoBe extra careful to only pass the main server config to
Stefan Fritsch [Wed, 20 Oct 2010 19:53:57 +0000 (19:53 +0000)]
Be extra careful to only pass the main server config to
ap_find_loaded_module_symbol. Fixes a segfault when using per-module
LogLevel on virtual host scope.

PR: 50117

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

13 years agoOptimise the set flags in the mod_proxy structures.
Graham Leggett [Wed, 20 Oct 2010 19:47:00 +0000 (19:47 +0000)]
Optimise the set flags in the mod_proxy structures.

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

13 years agomod_proxy: Move the ProxyErrorOverride directive to have per directory scope.
Graham Leggett [Wed, 20 Oct 2010 18:33:55 +0000 (18:33 +0000)]
mod_proxy: Move the ProxyErrorOverride directive to have per directory scope.

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

13 years agoRPM spec file: wait up to 10 seconds for httpd to kill child processes.
Graham Leggett [Wed, 20 Oct 2010 18:22:12 +0000 (18:22 +0000)]
RPM spec file: wait up to 10 seconds for httpd to kill child processes.

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

13 years agoFixed c&p error.
Guenter Knauf [Wed, 20 Oct 2010 11:34:00 +0000 (11:34 +0000)]
Fixed c&p error.

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

13 years agoNetWare build tweaks.
Guenter Knauf [Wed, 20 Oct 2010 11:30:39 +0000 (11:30 +0000)]
NetWare build tweaks.

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

13 years agoRemoved leftover from 2.0.x.
Guenter Knauf [Wed, 20 Oct 2010 11:08:35 +0000 (11:08 +0000)]
Removed leftover from 2.0.x.

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

13 years agoAdded header include for getpid() prototype on Win32.
Guenter Knauf [Wed, 20 Oct 2010 11:03:01 +0000 (11:03 +0000)]
Added header include for getpid() prototype on Win32.

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

13 years agoSome minor fixes to provide protos and build with Watcom.
Guenter Knauf [Wed, 20 Oct 2010 10:57:28 +0000 (10:57 +0000)]
Some minor fixes to provide protos and build with Watcom.

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

13 years agoSimplify the initialisation before mod_env's fixup.
Graham Leggett [Tue, 19 Oct 2010 23:46:29 +0000 (23:46 +0000)]
Simplify the initialisation before mod_env's fixup.

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

13 years agoAvoid unnecessariy initialisation before we test mod_info's handler name.
Graham Leggett [Tue, 19 Oct 2010 23:26:30 +0000 (23:26 +0000)]
Avoid unnecessariy initialisation before we test mod_info's handler name.

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

13 years agoAvoid unnecessariy initialisation before we test mod_asis's handler name.
Graham Leggett [Tue, 19 Oct 2010 23:17:09 +0000 (23:17 +0000)]
Avoid unnecessariy initialisation before we test mod_asis's handler name.

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

13 years agoAvoid unnecessariy initialisation before we test mod_status's handler name.
Graham Leggett [Tue, 19 Oct 2010 23:11:58 +0000 (23:11 +0000)]
Avoid unnecessariy initialisation before we test mod_status's handler name.

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

13 years agoAvoid unnecessariy initialisation before we test mod_cgi's handler name.
Graham Leggett [Tue, 19 Oct 2010 23:07:25 +0000 (23:07 +0000)]
Avoid unnecessariy initialisation before we test mod_cgi's handler name.

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

13 years agoAvoid unnecessariy initialisation before we test auth_form handler names.
Graham Leggett [Tue, 19 Oct 2010 23:02:06 +0000 (23:02 +0000)]
Avoid unnecessariy initialisation before we test auth_form handler names.

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

13 years agoAvoid unnecessariy initialisation before we test ldap-status handler name.
Graham Leggett [Tue, 19 Oct 2010 22:53:41 +0000 (22:53 +0000)]
Avoid unnecessariy initialisation before we test ldap-status handler name.

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

13 years agoAvoid unnecessariy initialisation before we test handler name.
Graham Leggett [Tue, 19 Oct 2010 22:48:38 +0000 (22:48 +0000)]
Avoid unnecessariy initialisation before we test handler name.

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

13 years agoFix spelling of the handler.
Graham Leggett [Tue, 19 Oct 2010 22:40:15 +0000 (22:40 +0000)]
Fix spelling of the handler.

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

13 years agoAvoid unnecessariy initialisation before we test handler name.
Graham Leggett [Tue, 19 Oct 2010 22:39:30 +0000 (22:39 +0000)]
Avoid unnecessariy initialisation before we test handler name.

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

13 years agoSet the LogLevel of a newly initialized virtual hosts to UNSET. Otherwise
Stefan Fritsch [Tue, 19 Oct 2010 21:53:38 +0000 (21:53 +0000)]
Set the LogLevel of a newly initialized virtual hosts to UNSET. Otherwise
it will not be correctly merged in ap_fixup_virtual_hosts().

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

13 years agoRemind "Contributors looking for a mission" that the docs always need a
Rich Bowen [Tue, 19 Oct 2010 19:51:42 +0000 (19:51 +0000)]
Remind "Contributors looking for a mission" that the docs always need a
lot of work.

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

13 years agoWith rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,
Daniel Earl Poirier [Tue, 19 Oct 2010 18:57:31 +0000 (18:57 +0000)]
With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,
the verbose printf for closing the file never occurred because apr_file_info_get()
always returned APR_INCOMPLETE.  Fix that so we still get a printf with the
information we get back.

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

13 years agoActually bump MMN for:
Stefan Fritsch [Tue, 19 Oct 2010 18:56:34 +0000 (18:56 +0000)]
Actually bump MMN for:
 * 20101017.0 (2.3.9-dev)  Make ap_cache_control() public, add cache_control_t
 *                         to mod_disk_cache format.

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

13 years agorevert r1023227 as discussed on httpd-dev:
Stefan Fritsch [Tue, 19 Oct 2010 17:44:36 +0000 (17:44 +0000)]
revert r1023227 as discussed on httpd-dev:

    core: Log a warning if <Limit> or <LimitExcept> are used. They are
    deprecated and may go away in 2.4.

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

13 years agoUpdate transforms
Daniel Earl Poirier [Tue, 19 Oct 2010 15:16:49 +0000 (15:16 +0000)]
Update transforms

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

13 years agoAdd warning about using rotatelogs filename formats with not
Daniel Earl Poirier [Tue, 19 Oct 2010 15:12:11 +0000 (15:12 +0000)]
Add warning about using rotatelogs filename formats with not
enough granularity.  PR46318.

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

13 years agoTrivial typo: s/This modules/This module/
Daniel Earl Poirier [Tue, 19 Oct 2010 14:56:30 +0000 (14:56 +0000)]
Trivial typo: s/This modules/This module/

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

13 years agoFix compiler warning in maintainer-mode
Stefan Fritsch [Mon, 18 Oct 2010 21:28:59 +0000 (21:28 +0000)]
Fix compiler warning in maintainer-mode

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

13 years agomember ssl_expr_node->p is unused, remove it
Stefan Fritsch [Mon, 18 Oct 2010 21:27:50 +0000 (21:27 +0000)]
member ssl_expr_node->p is unused, remove it

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

13 years agoBe more efficient when handling the Expires header.
Graham Leggett [Mon, 18 Oct 2010 19:11:10 +0000 (19:11 +0000)]
Be more efficient when handling the Expires header.

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

13 years agoRemove the remove_url filter consistently for both the ap_die() and the
Graham Leggett [Mon, 18 Oct 2010 19:04:21 +0000 (19:04 +0000)]
Remove the remove_url filter consistently for both the ap_die() and the
mod_proxy cases.

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

13 years agoFix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG
Stefan Fritsch [Mon, 18 Oct 2010 18:33:49 +0000 (18:33 +0000)]
Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG

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

13 years agoFixes a handful of xml validation errors.
Rich Bowen [Mon, 18 Oct 2010 15:47:18 +0000 (15:47 +0000)]
Fixes a handful of xml validation errors.

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

13 years agoAdd teensy clarification to the introductory paragraph for the
Rich Bowen [Mon, 18 Oct 2010 15:26:57 +0000 (15:26 +0000)]
Add teensy clarification to the introductory paragraph for the
ServerName directive.

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

13 years agoApparently we hadn't done a ./build all convmap in a while
William A. Rowe Jr [Mon, 18 Oct 2010 14:57:06 +0000 (14:57 +0000)]
Apparently we hadn't done a ./build all convmap in a while

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

13 years agoMake sure OCSP Stapling Mutex is initiliased if we need it.
Stephen Henson [Mon, 18 Oct 2010 14:45:19 +0000 (14:45 +0000)]
Make sure OCSP Stapling Mutex is initiliased if we need it.
PR 49498

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

13 years agoPlenty of typos, it appears
William A. Rowe Jr [Mon, 18 Oct 2010 14:32:55 +0000 (14:32 +0000)]
Plenty of typos, it appears

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

13 years agoKill xml flaw, what a nice opportunity for a precommit check :)
William A. Rowe Jr [Mon, 18 Oct 2010 14:30:38 +0000 (14:30 +0000)]
Kill xml flaw, what a nice opportunity for a precommit check :)

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

13 years agoAllowCONNECT has been moved from mod_proxy to
Rainer Jung [Mon, 18 Oct 2010 13:30:41 +0000 (13:30 +0000)]
AllowCONNECT has been moved from mod_proxy to
mod_proxy_connect. Remove obsolete and broken link.
Directive is already documented on this page.

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