1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3300 Commits

Author SHA1 Message Date
Eric Covener
433c97df4e PR49823: Make the hardcoded default for AllowOverride match the default config -- None.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031776 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 20:21:09 +00:00
Eric Covener
65074610e7 PR47765: leave a hint about ProxyPass and ProxyPassReverse not
working in Directory and Files sections.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031762 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 20:05:39 +00:00
Eric Covener
4a7e62c83c PR#48720: SSLProxyVerify is not per-directory, only per-server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031742 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 19:35:23 +00:00
Eric Covener
facc798564 PR#40047: explain that AJP_* variables can be used to send atrributes to the backend, like JkEnvVar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031731 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 19:21:24 +00:00
Eric Covener
a2faa77fd2 minor typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031671 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 17:21:07 +00:00
Eric Covener
c145eb760d Change the default of the Header directive to apply to responses of all types
instead of just 2xx successful responses.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031670 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 17:20:31 +00:00
Eric Covener
aed3a0545e PR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnectionsPerChild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031659 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 16:31:45 +00:00
Eric Covener
55f14c0351 fix typo pointed out by poirier offline.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031647 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 15:56:09 +00:00
Eric Covener
f5c6d49d69 PR#29538: ErrorLog syslog facility can't be changed per-virtualhost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031579 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 14:15:23 +00:00
Eric Covener
9f59f39baf PR#44758: document LimitRequestBody vs. proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031564 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 13:55:38 +00:00
Eric Covener
f19df08a5a PR#47348: missing "response" the ProxyBadHeader description,
and drive home with  ...from the origin server.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031428 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 04:22:36 +00:00
Eric Covener
7d1c3136c2 PR#48474: wrong directive name in mod_proxy_scgi example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031425 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 04:11:39 +00:00
Eric Covener
e3c126a1bd PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031338 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:10:45 +00:00
Eric Covener
7ce2d7adfb PR#49460: balancer example sets a large loadfactor on the "weak" server.
Set loadfactors on both servers, also remove smax= from the example.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031327 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 22:55:06 +00:00
Eric Covener
966c3f2f54 PR#48865: maxattempts=1 in balancer doc is wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031311 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 22:46:27 +00:00
Daniel Earl Poirier
952e5bdefc Document the default value of mod_autoindex's CharSet option
on various platforms.  Reported by Toralf Forster.  PR49675


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031303 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 22:33:40 +00:00
Daniel Earl Poirier
6f58211fd0 Add some more cross-references related to the protocol
argument for Listen and AcceptFilter, as suggested by
Otmar Lendl.  PR45286


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031215 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 20:22:41 +00:00
Igor Galić
f87cdf7ab8 PR46916
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031170 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:29:26 +00:00
Rich Bowen
d98fa47103 Documents undocumented directive. PR42912
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031133 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 18:35:31 +00:00
Igor Galić
beab0a78a5 Explain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031111 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:58:22 +00:00
Rich Bowen
ecf6f8acb0 There's already a seealso link for Options. Added 'ExecCGI' explicitly
to that link for clarity.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031087 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:19:28 +00:00
Rich Bowen
1f6696f2f7 Change mentions of 'Deny from' and 'Allow from' to new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031084 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:12:35 +00:00
Eric Covener
9d918dabaa PR#50174: don't offer 120ms as a "typical" TCP keepalive frequency. Initial keepalive timers can be
as high as 2 hours (windows/linux/solars defaults via google).  

Drive home the idea that users need
to figure out their OS and Firewall timers and make the former smaller than th elatter.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031062 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:24:51 +00:00
Rich Bowen
2a3b676d5b Be more forceful in talking about where SSLEngine On should go.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031061 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:22:24 +00:00
Eric Covener
544b18af99 PR45017: document obscure GprofDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031055 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:08:31 +00:00
Rich Bowen
cec5fed21d Note that RewriteOptions inherit causes parent rules to be applied AFTER
child scope rules. PR46399


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031046 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:51:51 +00:00
Igor Galić
6bbb926ed5 ./build.sh all - fixed htaccess validation error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031040 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:41:00 +00:00
Rich Bowen
cd474b5bad Patch from jean-frederic - Port 8009 implies ajp://
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030681 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 21:00:11 +00:00
Rich Bowen
7f7bc8527f Rebuild .ja transformation for updated to example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030498 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 15:27:52 +00:00
Rich Bowen
6465bf1a43 Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030497 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 15:23:31 +00:00
Rich Bowen
9b021d78dd Rebuilds various transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030184 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 19:18:48 +00:00
Daniel Earl Poirier
a59eff8db8 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
2010-11-01 20:55:59 +00:00
Rich Bowen
516641e8e1 Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Rich Bowen
3398d070e5 Rebuild HTML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029691 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 14:57:03 +00:00
Rich Bowen
e6a13980db 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
2010-11-01 14:56:09 +00:00
Graham Leggett
7564cc32a1 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029588 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 09:52:12 +00:00
Graham Leggett
7b8e03425f 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
2010-11-01 09:50:42 +00:00
Daniel Earl Poirier
745905a67d 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
2010-10-30 20:14:38 +00:00
Daniel Earl Poirier
6b803976f2 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
2010-10-30 17:56:13 +00:00
Eric Covener
e2273c8c9c 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
2010-10-29 15:16:48 +00:00
Eric Covener
09fc976510 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
2010-10-29 15:11:05 +00:00
Eric Covener
a81eb0d43d 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
2010-10-29 14:43:49 +00:00
Rich Bowen
7893d3f5ed 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
2010-10-29 14:42:15 +00:00
Rich Bowen
76769e0d60 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027128 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 14:11:52 +00:00
Rich Bowen
5c1ea3d4d9 Adds examples to each directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027122 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 13:57:56 +00:00
Rich Bowen
4ff2ba7ea3 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
2010-10-25 13:37:38 +00:00
Lucien Gentis
5e303bd7e6 Typos corrections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026804 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 14:12:09 +00:00
Lucien Gentis
65bb1b80c2 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026632 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 16:02:06 +00:00
Graham Leggett
13fec746f9 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
2010-10-22 00:13:45 +00:00
Graham Leggett
84a346c5bb 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
2010-10-20 18:33:55 +00:00