- Neue Funktionen in Version 2.3/2.4
diff --git a/docs/manual/index.html.ja.euc-jp b/docs/manual/index.html.ja.euc-jp
index 9b8c3b5b92..0ebfe2f91b 100644
--- a/docs/manual/index.html.ja.euc-jp
+++ b/docs/manual/index.html.ja.euc-jp
@@ -30,6 +30,8 @@
ko |
pt-br
+This translation may be out of date. Check the
+ English version for recent changes.
- Apache 2.3/2.4 ¤Î¿·µ¡Ç½
diff --git a/docs/manual/index.html.pt-br b/docs/manual/index.html.pt-br
index 6462072eb4..251472046b 100644
--- a/docs/manual/index.html.pt-br
+++ b/docs/manual/index.html.pt-br
@@ -30,6 +30,8 @@
ko |
pt-br
+Esta tradução pode estar desatualizada.
+ Confira a versão em Inglês para mudanças recentes.
- Novas funcionalidades no Apache 2.3/2.4
diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en
index f6358461eb..200331948c 100644
--- a/docs/manual/mod/mod_authnz_ldap.html.en
+++ b/docs/manual/mod/mod_authnz_ldap.html.en
@@ -530,7 +530,7 @@ AuthLDAPSubGroupDepth 1
Grant access to anyone who exists in the LDAP directory,
using their UID for searches.
-AuthLDAPURL ldap://ldap1.airius.com:389/ou=People, o=Airius?uid?sub?(objectClass=*)
+AuthLDAPURL "ldap://ldap1.airius.com:389/ou=People, o=Airius?uid?sub?(objectClass=*)"
Require valid-user
@@ -539,7 +539,7 @@ Require valid-user
The next example is the same as above; but with the fields
that have useful defaults omitted. Also, note the use of a
redundant LDAP server.
-AuthLDAPURL ldap://ldap1.airius.com ldap2.airius.com/ou=People, o=Airius
+AuthLDAPURL "ldap://ldap1.airius.com ldap2.airius.com/ou=People, o=Airius"
Require valid-user
@@ -554,7 +554,7 @@ Require valid-user
choose an attribute that is guaranteed unique in your
directory, such as uid .
-AuthLDAPURL ldap://ldap.airius.com/ou=People, o=Airius?cn
+AuthLDAPURL "ldap://ldap.airius.com/ou=People, o=Airius?cn"
Require valid-user
diff --git a/docs/manual/mod/mod_logio.html.ja.euc-jp b/docs/manual/mod/mod_logio.html.ja.euc-jp
index cffd676cf3..fcc05c148d 100644
--- a/docs/manual/mod/mod_logio.html.ja.euc-jp
+++ b/docs/manual/mod/mod_logio.html.ja.euc-jp
@@ -26,6 +26,8 @@
ja |
ko
+This translation may be out of date. Check the
+ English version for recent changes.
ÀâÌÀ: | ¥ê¥¯¥¨¥¹¥ÈËè¤ËÆþÎϥХ¤¥È¿ô¤È½ÐÎϥХ¤¥È¿ô¤È¤ò¥í¥®¥ó¥° |
¥¹¥Æ¡¼¥¿¥¹: | Extension |
¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò: | logio_module |
diff --git a/docs/manual/mod/mod_logio.html.ko.euc-kr b/docs/manual/mod/mod_logio.html.ko.euc-kr
index 74c17808a0..a94225c870 100644
--- a/docs/manual/mod/mod_logio.html.ko.euc-kr
+++ b/docs/manual/mod/mod_logio.html.ko.euc-kr
@@ -25,6 +25,8 @@
ja |
ko
+ÀÌ ¹®¼´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+ ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼¸¦ Âü°íÇϼ¼¿ä.
¼³¸í: | ¿äû´ç ÀÔÃâ·Â ¹ÙÀÌÆ®¼ö¸¦ ±â·Ï |
»óÅÂ: | Extension |
¸ðµâ¸í: | logio_module |
diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en
index 4e7517b877..660b5b93a5 100644
--- a/docs/manual/rewrite/rewrite_intro.html.en
+++ b/docs/manual/rewrite/rewrite_intro.html.en
@@ -94,10 +94,9 @@ timesa+ matches a , aa ,
| * | Repeats the previous match zero or more
times. | a* matches all the same things
a+ matches, but will also match an empty string. |
-? | Makes the match optional. | |
-. | Matches any
-character | colou?r will match color and
-colour . |
+? | Makes the match optional. |
+colou?r will match color and colour . |
+
^ | Called an anchor, matches the beginning
of the string | ^a matches a string that begins with
a |
--
2.40.0
|
|
|