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
Takashi Sato
c73a91e509 fix XML errors of r723560
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724007 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 16:51:28 +00:00
Takashi Sato
02fe31e6c5 Sync with the codes about the independence of load balancing scheduler algorithms. (r722948 - r722952)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724006 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 16:42:42 +00:00
Eric Covener
75ffcceaec provide a little more context in the multiple hostnames example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723890 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 22:04:40 +00:00
Rich Bowen
cca2d66b12 Put the arguments to Header, RequestHeader, in alphabetic order.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723560 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 02:14:22 +00:00
Rich Bowen
8489889ed2 I have finally been asked one too many times whether the 'foobar' in
these documents represents the literal string 'foobar'. I think that
this might prove a little clearer, and require just that one little bit
less explanation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723557 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 02:04:39 +00:00
Rich Bowen
c1a9ef2075 Slight clarification to the way rewrite works in per-directory context.
Suggested by Peter Kehl on the users mailing list.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720955 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26 19:22:17 +00:00
Nilgun Belma Buguner
f95302d793 update for sync with English doc.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720414 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 04:53:06 +00:00
Nilgun Belma Buguner
f387160ba2 New Turkish translation
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720413 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 04:51:25 +00:00
Takashi Sato
6991d8b38d quote MaxRequestsPerChild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720186 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 12:55:20 +00:00
Jim Jagielski
2efc0fb14e update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720016 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 17:51:46 +00:00
Lucien Gentis
d3d049bdfb Style correction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719992 13f79535-47bb-0310-9956-ffa450edef68
2008-11-23 14:44:40 +00:00
Lucien Gentis
22f29c3c3d Typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719004 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 16:19:56 +00:00
Graham Leggett
49ec47f721 Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718087 13f79535-47bb-0310-9956-ffa450edef68
2008-11-16 19:32:34 +00:00
Graham Leggett
d3b023e835 Clarify the documentation for mod_buffer to better explain where the
buffer might be useful, and that buffering is not guaranteed to improve
performance in all cases.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718086 13f79535-47bb-0310-9956-ffa450edef68
2008-11-16 19:32:13 +00:00
Ruediger Pluem
96098a029d * Fix properties.
Submitted by: Takashi Sato <takashi lans-tv.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718015 13f79535-47bb-0310-9956-ffa450edef68
2008-11-16 12:43:06 +00:00
Graham Leggett
a02da583fa Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717870 13f79535-47bb-0310-9956-ffa450edef68
2008-11-15 15:57:04 +00:00
Graham Leggett
93d3db6999 mod_buffer: Optional support for buffering of the input and output
filter stacks. Can collapse many small buckets into fewer larger
buckets, and prevents excessively small chunks being sent over
the wire.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717867 13f79535-47bb-0310-9956-ffa450edef68
2008-11-15 15:49:28 +00:00
Jim Jagielski
ad80545e9e Update doc transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713993 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 13:09:18 +00:00
Nick Kew
466af3e421 Introduce mod_privileges: a platform-specific module offering enhanced
security and a (limited) solution to the "perchild" problem.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713961 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 09:48:39 +00:00
Vincent Bray
cacaa383a8 Update 'all' transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713596 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 01:05:21 +00:00
Vincent Bray
1569974707 Initial build of mod_unixd.html* plus props
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713590 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 00:53:09 +00:00
Vincent Bray
3fb27ada3d Update transformations (from introduction of mod_unixd)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713589 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 00:51:26 +00:00
Eric Covener
e4fbdf0e35 change short-lived behavior of "DirectoryIndex None" based on feedback from wrowe:
Doesn't search for anything:
  DirectoryIndex disabled

Does search for literal "disabled":
  DirectoryIndex disabled foo.
  DirectoryIndex foo disabled 
  DirectoryIndex disabled disabled 

Does search:
  DirectoryIndex disabled.html



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713462 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 19:25:03 +00:00
Nick Kew
c4e721bfae Introduce mod_unixd into the documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713242 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 01:31:39 +00:00
Lucien Gentis
adce1505f4 Some typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713075 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 16:19:40 +00:00
Takashi Sato
b245627804 update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712006 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 23:10:56 +00:00
Lucien Gentis
ded89134d4 A reverse DNS lookup followed by a direct DNS lookup mean "double DNS lookup" instead of "double reverse DNS lookup"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711598 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 16:11:15 +00:00
Takashi Sato
ac7b6edf14 Eemove the remained English text and fix the XML validation error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711555 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 11:59:18 +00:00
Nilgun Belma Buguner
18fc8d25a9 update for sync with English doc.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711537 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 09:13:34 +00:00
Takashi Sato
c9beb12c8d Remove mod_mem_cache from documents
(Sync with r711470)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711521 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 06:49:29 +00:00
Hiroaki Kawai
92d9c6fcf3 Sync.
English Revision: 504183
Submitted by kawai,takashi
Reviewed by takashi,kawai


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711499 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 03:10:16 +00:00
Hiroaki Kawai
d16c3dda9f Sync.
English Revision: 689261
Submitted by takashi
Reviewed by kawai


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711496 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 03:02:47 +00:00
Takashi Sato
c70304b0a0 Update a Japanese translation.
Submitted by: kawai
Reviewed by:  takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711194 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 07:06:22 +00:00
Rich Bowen
8779d2f690 Trivial fix - insert missing space.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710153 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 20:43:43 +00:00
Ruediger Pluem
cfea0a5638 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709864 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 11:11:52 +00:00
Ruediger Pluem
71dfce9eec * Digest providers works as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709862 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 11:10:12 +00:00
Ruediger Pluem
b721405124 * Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709861 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 11:08:34 +00:00
Chris Darroch
a533ec8bb5 update transformations, and remove variations of mod_authn_default.xml
and mod_authz_default.xml removed in r709841


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709842 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 04:33:23 +00:00
Chris Darroch
66b8ffda5e Documentation revisions for r709838 and r709839.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709841 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 04:28:02 +00:00
Ruediger Pluem
da4b4f4abf * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709677 13f79535-47bb-0310-9956-ffa450edef68
2008-11-01 11:29:00 +00:00
Chris Darroch
097b993e8e Add AuthType of None to support disabling authentication.
Prevent crash when provider alias created to provider which is not
yet registered.
Migrate remaining functionality of mod_authn_default to mod_authn_core.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709553 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 20:18:07 +00:00
Chris Darroch
89e17a3d24 Allow <Limit> and <LimitExcept> directives to nest, and
constrain their use to conform with that of other access control
and authorization directives.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709551 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 20:10:07 +00:00
Lucien Gentis
120206c2cc Minor typo correction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709403 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 13:15:24 +00:00
Takashi Sato
eb0076cdb9 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708603 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 16:31:45 +00:00
Takashi Sato
182cb9cb79 update a Japanese translation
Submitted by: kawai
Reviewed by: takashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708208 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 15:03:00 +00:00
Nilgun Belma Buguner
c8e04dd950 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707418 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 17:11:59 +00:00
Nilgun Belma Buguner
f9e60447af update for sync with English docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707417 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 17:09:15 +00:00
Jim Jagielski
498fb10840 Update docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707359 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 12:28:40 +00:00
Jim Jagielski
e1ed6484fd Fix the io buffersize code. Have the docs match the code
and allow more flexibility in settings. Also, document
the ProxyPass/worker options of io and rec buffersize.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707357 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 12:01:53 +00:00
Eric Covener
8aec8fc2bf missing an "if"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707072 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 13:40:21 +00:00