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

2402 Commits

Author SHA1 Message Date
André Malo
4b75178d5d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636496 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:32:56 +00:00
André Malo
e0fd9d9b91 * let status texts and letters completely depend on the language
* let directive contexts and letters completely depend on the language
* allow embedding the "licensed" footer text
* generate quickreference legend automatically
* fix some japanese documents where statusses where translated by accident

Initially submitted by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636495 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:26:01 +00:00
Joshua Slive
e04102ffe6 Make the RewriteRule docs shorter (!) by referencing the regex docs in the
rewrite intro.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636398 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:22:20 +00:00
Vincent Bray
df6db8e6e4 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635800 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 04:49:04 +00:00
Vincent Bray
d699df5fa4 Correct 'require' capitalisation missed in previous commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635799 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 04:46:39 +00:00
Vincent Bray
3e79654f31 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 02:33:51 +00:00
Vincent Bray
abe71efea4 Pet peeve: fix capitalisation of 'Require' directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635137 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 02:31:41 +00:00
Joshua Slive
b2cf8f26e7 Note that reverse proxy means gateway in a few places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634760 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 17:54:13 +00:00
Vincent Bray
b28e305c3e Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634156 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:23:10 +00:00
Vincent Bray
9ebd78554e Fix quoting for AuthLDAPUrl examples.
Submitted by: Per Lundberg (Per.Lundberg bredband.com)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634155 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:21:06 +00:00
Vincent Bray
1dbb15d424 buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632566 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 08:25:03 +00:00
Eric Covener
7e08559433 A note about SSL handshake data and mod_logio
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630289 13f79535-47bb-0310-9956-ffa450edef68
2008-02-22 18:57:02 +00:00
Eric Covener
93db24c97a rename mod_charset_lite CharsetOption ForceAllMimeTypes to
TranslateAllMimeTypes (only about 18 hours old)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@629915 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 18:43:24 +00:00
Eric Covener
4b67018908 *) mod_charset_lite: Add ForceAllMimeTypes sub-option to
CharsetOptions, allowing the administrator to skip the
     mimetype checking that precedes translation.
     PR 44458 [Eric Covener]



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@629615 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 21:17:17 +00:00
Jim Jagielski
d07c93a02e Update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@628762 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 14:46:55 +00:00
Jim Jagielski
6a865d6923 Change default of mod_substitute to flattening...
Via current discussion on dev@httpd


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627764 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 14:48:13 +00:00
Jim Jagielski
5e4a7d4299 adjust transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627730 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:58:24 +00:00
Jim Jagielski
2c2c155799 wordsmithing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627729 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:57:19 +00:00
Jim Jagielski
d1858ec213 Add in mod_jk's disablereuse analog for mod_proxy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627728 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:55:57 +00:00
Eric Covener
a14f7a34e6 Clarify when AUTHENTICATE_* variables are populated by mod_authnz_ldap
(authn only). 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627443 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:57:13 +00:00
Erik Abele
a2b1c8e4dd Update revision markers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627435 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:45:07 +00:00
Erik Abele
31ddba1589 Transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627431 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:42:28 +00:00
Erik Abele
630e867e8b Fix reference to RewriteCond - there's no class="module" in our XML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627428 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:40:46 +00:00
Vincent Bray
5df524c3c8 Build products
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620771 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 11:54:40 +00:00
Tony Stevenson
647576b5d7 As per PR 33892 - Added comment re escaping slashes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619736 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 02:06:04 +00:00
Tony Stevenson
5710e61dbe As per PR 44135
Feeling brave mucking with the rewrite docs =) 

setenvif -> added link to rewrite.html#rewritecond
rewrite -> added a see also so the rewrite flags stood out a little more.  



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 01:34:51 +00:00
Bradley Nicholes
d0c0759137 Update the example and fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619498 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 16:46:09 +00:00
Bradley Nicholes
108c5129b2 Document the RequireAlias block directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619497 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 16:45:11 +00:00
Vincent Bray
57f937b07b Copyright year change transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@618551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 05:35:15 +00:00
Paul J. Reder
3c2db6063b Add doc for the new mod_ldap referral directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@615097 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 01:59:43 +00:00
Noirin Plunkett
2e1af8db42 Copyright year update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@613134 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 11:44:40 +00:00
André Malo
e3ca7df0a4 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@608144 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 16:50:24 +00:00
Ruediger Pluem
c6ba610c41 * Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@608070 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 10:02:51 +00:00
William A. Rowe Jr
e5661d3734 Introduce the ProxyFtpDirCharset directive, allowing the administrator
to identify a default, or specific servers or paths which list their
contents in other-than ISO-8859-1 charset (e.g. utf-8).

Submitted by: Ruediger Pluem



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607638 13f79535-47bb-0310-9956-ffa450edef68
2007-12-31 01:13:43 +00:00
Ruediger Pluem
5e7affb7c6 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607439 13f79535-47bb-0310-9956-ffa450edef68
2007-12-29 16:11:36 +00:00
Ruediger Pluem
0260bcb6ba * Adjust etag generation to produce identical results on 32-bit and 64-bit
platforms and avoid a regression with conditional PUT's on lock and etag.

  Add a warning to the documentation of FileETAG that changes of the ETAG
  format can cause conditionals to fail on mod_dav_fs provided backends.

PR: 44152
Submitted by: Michael Clark <michael metaparadigm.com>
Reviewed by: rpluem


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607437 13f79535-47bb-0310-9956-ffa450edef68
2007-12-29 16:06:19 +00:00
André Malo
af03422d39 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604502 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 20:21:16 +00:00
Vincent Bray
c886efedbd 'segement' typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604461 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 17:35:38 +00:00
Vincent Bray
a6d7f20736 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604460 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 17:32:30 +00:00
Vincent Bray
c092a1c42e Correct reference to directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604459 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 17:29:47 +00:00
Vincent Bray
8c035726a8 Fix broken markup from r602806 (again)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604457 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 17:23:19 +00:00
Vincent Bray
3b1c18711e Fix broken markup from r602806
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604456 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 17:18:11 +00:00
Bradley Nicholes
65b5107b35 Add a note about double quoting a multihost LDAP URL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604224 13f79535-47bb-0310-9956-ffa450edef68
2007-12-14 16:52:09 +00:00
Mladen Turk
1c6b2a84f4 Document the usage of ProxyIOBufferSize to extend the default AJP message length.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602806 13f79535-47bb-0310-9956-ffa450edef68
2007-12-10 08:10:02 +00:00
Ruediger Pluem
f6bb1db9ce * Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602740 13f79535-47bb-0310-9956-ffa450edef68
2007-12-09 22:13:57 +00:00
Ruediger Pluem
12c4f7a72b * mod_substitute is no longer experimental.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602736 13f79535-47bb-0310-9956-ffa450edef68
2007-12-09 22:08:56 +00:00
Vincent Bray
279f68ca1c Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@601377 13f79535-47bb-0310-9956-ffa450edef68
2007-12-05 15:55:04 +00:00
Vincent Bray
af509f72eb 'Bodys' typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@601365 13f79535-47bb-0310-9956-ffa450edef68
2007-12-05 15:38:43 +00:00
Vincent Bray
e24470f853 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600246 13f79535-47bb-0310-9956-ffa450edef68
2007-12-02 05:33:54 +00:00
Vincent Bray
720e9f8cba PR#44001 AuthDigestEnableQueryStringHack unnecessary for MSIE7.
Reported by: Takashi Sato <serai lans-tv.com>
Confirmed by: Vincent Jong <megaspaz tron.megaspaz.net> & noodl


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600245 13f79535-47bb-0310-9956-ffa450edef68
2007-12-02 05:33:12 +00:00