From 152434936456d7a1774a26ae8d9ba5bd0571af13 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 15 Apr 2015 15:02:08 +0000 Subject: [PATCH] Rebuild HTML from various changes yesterday. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673807 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.html.en | 22 ++++++++++----------- docs/manual/dns-caveats.html.en | 10 +++++----- docs/manual/dns-caveats.html.fr | 2 ++ docs/manual/dns-caveats.xml.fr | 2 +- docs/manual/dns-caveats.xml.ja | 2 +- docs/manual/dns-caveats.xml.ko | 2 +- docs/manual/dns-caveats.xml.meta | 2 +- docs/manual/dns-caveats.xml.tr | 2 +- docs/manual/howto/auth.html.fr | 2 ++ docs/manual/howto/auth.xml.fr | 2 +- docs/manual/howto/auth.xml.ja | 2 +- docs/manual/howto/auth.xml.ko | 2 +- docs/manual/howto/auth.xml.meta | 2 +- docs/manual/howto/auth.xml.tr | 2 +- docs/manual/howto/htaccess.html.fr | 2 ++ docs/manual/howto/htaccess.xml.fr | 2 +- docs/manual/howto/htaccess.xml.ja | 2 +- docs/manual/howto/htaccess.xml.ko | 2 +- docs/manual/howto/htaccess.xml.meta | 2 +- docs/manual/howto/htaccess.xml.pt-br | 2 +- docs/manual/mod/mod_auth_basic.html.fr | 2 ++ docs/manual/mod/mod_auth_basic.xml.fr | 2 +- docs/manual/mod/mod_auth_basic.xml.ja | 2 +- docs/manual/mod/mod_auth_basic.xml.ko | 2 +- docs/manual/mod/mod_auth_basic.xml.meta | 2 +- docs/manual/mod/mod_auth_digest.html.fr | 2 ++ docs/manual/mod/mod_auth_digest.xml.fr | 2 +- docs/manual/mod/mod_auth_digest.xml.ko | 2 +- docs/manual/mod/mod_auth_digest.xml.meta | 2 +- docs/manual/mod/mod_auth_form.html.fr | 2 ++ docs/manual/mod/mod_auth_form.xml.fr | 2 +- docs/manual/mod/mod_auth_form.xml.meta | 2 +- docs/manual/mod/mod_authn_anon.html.fr | 2 ++ docs/manual/mod/mod_authn_anon.html.ja.utf8 | 4 ++++ docs/manual/mod/mod_authn_anon.xml.fr | 2 +- docs/manual/mod/mod_authn_anon.xml.ja | 2 +- docs/manual/mod/mod_authn_anon.xml.ko | 2 +- docs/manual/mod/mod_authn_anon.xml.meta | 4 ++-- docs/manual/mod/mod_authn_core.html.fr | 2 ++ docs/manual/mod/mod_authn_core.xml.fr | 2 +- docs/manual/mod/mod_authn_core.xml.meta | 2 +- docs/manual/mod/mod_authnz_ldap.html.fr | 2 ++ docs/manual/mod/mod_authnz_ldap.xml.fr | 2 +- docs/manual/mod/mod_authnz_ldap.xml.meta | 2 +- docs/manual/mod/mod_authz_core.html.fr | 2 ++ docs/manual/mod/mod_authz_core.xml.fr | 2 +- docs/manual/mod/mod_authz_core.xml.meta | 2 +- docs/manual/mod/mod_authz_dbm.html.fr | 2 ++ docs/manual/mod/mod_authz_dbm.xml.fr | 2 +- docs/manual/mod/mod_authz_dbm.xml.ko | 2 +- docs/manual/mod/mod_authz_dbm.xml.meta | 2 +- docs/manual/mod/mod_authz_owner.html.fr | 2 ++ docs/manual/mod/mod_authz_owner.xml.fr | 2 +- docs/manual/mod/mod_authz_owner.xml.ja | 2 +- docs/manual/mod/mod_authz_owner.xml.ko | 2 +- docs/manual/mod/mod_authz_owner.xml.meta | 2 +- docs/manual/mod/mod_data.html.en | 2 +- docs/manual/mod/mod_data.html.fr | 2 ++ docs/manual/mod/mod_data.xml.fr | 2 +- docs/manual/mod/mod_data.xml.meta | 2 +- docs/manual/mod/mod_dav.html.fr | 2 ++ docs/manual/mod/mod_dav.html.ja.utf8 | 4 ++++ docs/manual/mod/mod_dav.xml.fr | 2 +- docs/manual/mod/mod_dav.xml.ja | 2 +- docs/manual/mod/mod_dav.xml.ko | 2 +- docs/manual/mod/mod_dav.xml.meta | 4 ++-- docs/manual/mod/mod_userdir.html.en | 2 +- docs/manual/mod/mod_userdir.xml.ja | 2 +- docs/manual/mod/mod_userdir.xml.ko | 2 +- docs/manual/mod/mod_userdir.xml.tr | 2 +- docs/manual/rewrite/avoid.html.en | 14 ++++++------- docs/manual/ssl/ssl_howto.html.fr | 2 ++ docs/manual/ssl/ssl_howto.xml.fr | 2 +- docs/manual/ssl/ssl_howto.xml.meta | 2 +- docs/manual/vhosts/ip-based.html.en | 14 ++++++------- docs/manual/vhosts/ip-based.html.fr | 2 ++ docs/manual/vhosts/ip-based.xml.fr | 2 +- docs/manual/vhosts/ip-based.xml.ja | 2 +- docs/manual/vhosts/ip-based.xml.ko | 2 +- docs/manual/vhosts/ip-based.xml.meta | 2 +- docs/manual/vhosts/ip-based.xml.tr | 2 +- 81 files changed, 131 insertions(+), 91 deletions(-) diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 542f391a2b..593e79fef5 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -121,7 +121,7 @@ of the module is used primarily for two things:
For now, we're only concerned with the first purpose of the module name, which comes into play when we need to load the module:

-
LoadModule example_module modules/mod_example.so
+
LoadModule example_module "modules/mod_example.so"

In essence, this tells the server to open up mod_example.so and look for a module @@ -165,15 +165,15 @@ our example case, we want every request ending with .sum to be served by mod_example, so we'll add a configuration directive that tells the server to do just that:

-
AddHandler example-handler .sum
+
AddHandler example-handler ".sum"

What this tells the server is the following: Whenever we receive a request for a URI ending in .sum, we are to let all modules know that we are looking for whoever goes by the name of "example-handler" . Thus, when a request is being served that ends in .sum, the server will let all -modules know, that this request should be served by "example-handler -". As you will see later, when we start building mod_example, we will +modules know, that this request should be served by "example-handler". +As you will see later, when we start building mod_example, we will check for this handler tag relayed by AddHandler and reply to the server based on the value of this tag.

@@ -726,8 +726,8 @@ telling an individual module (or a set of modules) how to behave, such as these directives control how mod_rewrite works:

RewriteEngine On
-RewriteCond %{REQUEST_URI} ^/foo/bar
-RewriteRule ^/foo/bar/(.*)$ /foobar?page=$1
+RewriteCond "%{REQUEST_URI}" "^/foo/bar" +RewriteRule "^/foo/bar/(.*)$" "/foobar?page=$1"

Each of these configuration directives are handled by a separate function, @@ -800,7 +800,7 @@ module AP_MODULE_DECLARE_DATA example_module = So far so good. To access our new handler, we could add the following to our configuration:

-
<Location /example>
+
<Location "/example">
     SetHandler example-handler
 </Location>
@@ -1069,11 +1069,11 @@ within which modules must operate. For example, let's assume you have this configuration set up for mod_rewrite:

<Directory "/var/www">
-    RewriteCond %{HTTP_HOST} ^example.com$
-    RewriteRule (.*) http://www.example.com/$1
+    RewriteCond "%{HTTP_HOST}" "^example.com$"
+    RewriteRule "(.*)"         "http://www.example.com/$1"
 </Directory>
 <Directory "/var/www/sub">
-    RewriteRule ^foobar$ index.php?foobar=true
+    RewriteRule "^foobar$" "index.php?foobar=true"
 </Directory>

@@ -1236,7 +1236,7 @@ where you have a parent configuration and a child, such as the following:

<Directory "/var/www">
     ExampleEnabled On
-    ExamplePath /foo/bar
+    ExamplePath "/foo/bar"
     ExampleAction file allow
 </Directory>
 <Directory "/var/www/subdir">
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en
index d3c2f6b7db..dffb8ae300 100644
--- a/docs/manual/dns-caveats.html.en
+++ b/docs/manual/dns-caveats.html.en
@@ -49,7 +49,7 @@
     
# This is a misconfiguration example, do not use on your server
 <VirtualHost www.example.dom>
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 </VirtualHost>
@@ -70,7 +70,7 @@
# This is a misconfiguration example, do not use on your server
 <VirtualHost 192.0.2.1>
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 </VirtualHost>
@@ -88,7 +88,7 @@
<VirtualHost 192.0.2.1>
   ServerName www.example.dom
   ServerAdmin webgirl@example.dom
-  DocumentRoot /www/example
+  DocumentRoot "/www/example"
 </VirtualHost>
top
@@ -100,11 +100,11 @@
<VirtualHost www.example1.dom>
   ServerAdmin webgirl@example1.dom
-  DocumentRoot /www/example1
+  DocumentRoot "/www/example1"
 </VirtualHost>
 <VirtualHost www.example2.dom>
   ServerAdmin webguy@example2.dom
-  DocumentRoot /www/example2
+  DocumentRoot "/www/example2"
 </VirtualHost>
diff --git a/docs/manual/dns-caveats.html.fr b/docs/manual/dns-caveats.html.fr index aaa2d5b86c..4e88262590 100644 --- a/docs/manual/dns-caveats.html.fr +++ b/docs/manual/dns-caveats.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Cette page pourrait se résumer ainsi : configurez le serveur HTTP Apache de façon diff --git a/docs/manual/dns-caveats.xml.fr b/docs/manual/dns-caveats.xml.fr index 46ad50311b..92808aee9f 100644 --- a/docs/manual/dns-caveats.xml.fr +++ b/docs/manual/dns-caveats.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/dns-caveats.xml.ja b/docs/manual/dns-caveats.xml.ja index 19f1aa0b8e..061fdd90a1 100644 --- a/docs/manual/dns-caveats.xml.ja +++ b/docs/manual/dns-caveats.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index c339f49575..32cb4bbe6b 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja index 9ed6299226..46fd1c7547 100644 --- a/docs/manual/howto/htaccess.xml.ja +++ b/docs/manual/howto/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja index 4ccd8799b5..c905323b9a 100644 --- a/docs/manual/mod/mod_auth_basic.xml.ja +++ b/docs/manual/mod/mod_auth_basic.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko index 0d6179f86f..55e8da01dd 100644 --- a/docs/manual/mod/mod_auth_digest.xml.ko +++ b/docs/manual/mod/mod_auth_digest.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_auth_form.xml.meta b/docs/manual/mod/mod_auth_form.xml.meta index 66a7abbcd2..ff178f6df2 100644 --- a/docs/manual/mod/mod_auth_form.xml.meta +++ b/docs/manual/mod/mod_auth_form.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authn_anon.html.fr b/docs/manual/mod/mod_authn_anon.html.fr index 94d0a848c7..638725b1d2 100644 --- a/docs/manual/mod/mod_authn_anon.html.fr +++ b/docs/manual/mod/mod_authn_anon.html.fr @@ -29,6 +29,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_authn_anon.html.ja.utf8 b/docs/manual/mod/mod_authn_anon.html.ja.utf8 index 46d99240df..80dd1d24b6 100644 --- a/docs/manual/mod/mod_authn_anon.html.ja.utf8 +++ b/docs/manual/mod/mod_authn_anon.html.ja.utf8 @@ -29,6 +29,10 @@  ja  |  ko 

+
この日本語訳はすでに古くなっている + 可能性があります。 + 最近更新された内容を見るには英語版をご覧下さい。 +
Description:Permet un accès "anonyme" à des zones authentifiées
Statut:Extension
diff --git a/docs/manual/mod/mod_authn_anon.xml.fr b/docs/manual/mod/mod_authn_anon.xml.fr index 5bc0231732..650766161e 100644 --- a/docs/manual/mod/mod_authn_anon.xml.fr +++ b/docs/manual/mod/mod_authn_anon.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authn_anon.xml.ja b/docs/manual/mod/mod_authn_anon.xml.ja index 8518626dcc..e590328052 100644 --- a/docs/manual/mod/mod_authn_anon.xml.ja +++ b/docs/manual/mod/mod_authn_anon.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_authn_core.xml.meta b/docs/manual/mod/mod_authn_core.xml.meta index de98254375..e7f54a0c05 100644 --- a/docs/manual/mod/mod_authn_core.xml.meta +++ b/docs/manual/mod/mod_authn_core.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authnz_ldap.html.fr b/docs/manual/mod/mod_authnz_ldap.html.fr index 4136d03d6c..d92122188d 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.fr +++ b/docs/manual/mod/mod_authnz_ldap.html.fr @@ -27,6 +27,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
説明:認証が必要な領域への "anonymous" ユーザのアクセスを許可する
ステータス:Extension
diff --git a/docs/manual/mod/mod_authnz_ldap.xml.fr b/docs/manual/mod/mod_authnz_ldap.xml.fr index 9a4cf31d36..b96164631e 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.fr +++ b/docs/manual/mod/mod_authnz_ldap.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authnz_ldap.xml.meta b/docs/manual/mod/mod_authnz_ldap.xml.meta index 4ec661a32d..7a6a237d9a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.meta +++ b/docs/manual/mod/mod_authnz_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authz_core.html.fr b/docs/manual/mod/mod_authz_core.html.fr index a4f19b405e..3395e39234 100644 --- a/docs/manual/mod/mod_authz_core.html.fr +++ b/docs/manual/mod/mod_authz_core.html.fr @@ -27,6 +27,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Permet d'utiliser un annuaire LDAP pour l'authentification HTTP de base.
Statut:Extension
diff --git a/docs/manual/mod/mod_authz_core.xml.fr b/docs/manual/mod/mod_authz_core.xml.fr index 3dbae2b683..e120e5f7a1 100644 --- a/docs/manual/mod/mod_authz_core.xml.fr +++ b/docs/manual/mod/mod_authz_core.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_core.xml.meta b/docs/manual/mod/mod_authz_core.xml.meta index 5023ce74e3..248771933a 100644 --- a/docs/manual/mod/mod_authz_core.xml.meta +++ b/docs/manual/mod/mod_authz_core.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authz_dbm.html.fr b/docs/manual/mod/mod_authz_dbm.html.fr index c83f6fa757..3f22f98444 100644 --- a/docs/manual/mod/mod_authz_dbm.html.fr +++ b/docs/manual/mod/mod_authz_dbm.html.fr @@ -28,6 +28,8 @@  fr  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Socle d'autorisation
Statut:Base
Identificateur de Module:authz_core_module
diff --git a/docs/manual/mod/mod_authz_dbm.xml.fr b/docs/manual/mod/mod_authz_dbm.xml.fr index 6848ab8b1c..3de2ed82b1 100644 --- a/docs/manual/mod/mod_authz_dbm.xml.fr +++ b/docs/manual/mod/mod_authz_dbm.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_dbm.xml.ko b/docs/manual/mod/mod_authz_dbm.xml.ko index a84dba4e63..cbd5d33726 100644 --- a/docs/manual/mod/mod_authz_dbm.xml.ko +++ b/docs/manual/mod/mod_authz_dbm.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_authz_owner.xml.ja b/docs/manual/mod/mod_authz_owner.xml.ja index 2635ca7ca4..86d38622ef 100644 --- a/docs/manual/mod/mod_authz_owner.xml.ja +++ b/docs/manual/mod/mod_authz_owner.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_data.xml.meta b/docs/manual/mod/mod_data.xml.meta index 38248f4066..b91aa8b909 100644 --- a/docs/manual/mod/mod_data.xml.meta +++ b/docs/manual/mod/mod_data.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_dav.html.fr b/docs/manual/mod/mod_dav.html.fr index cc6c9f76f4..5fa6e53ac2 100644 --- a/docs/manual/mod/mod_dav.html.fr +++ b/docs/manual/mod/mod_dav.html.fr @@ -29,6 +29,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Autorisation par groupes sur base de fichiers DBM
Statut:Extension
Identificateur de Module:authz_dbm_module
diff --git a/docs/manual/mod/mod_dav.html.ja.utf8 b/docs/manual/mod/mod_dav.html.ja.utf8 index 98bd479eba..d594b1a19d 100644 --- a/docs/manual/mod/mod_dav.html.ja.utf8 +++ b/docs/manual/mod/mod_dav.html.ja.utf8 @@ -29,6 +29,10 @@  ja  |  ko 

+
この日本語訳はすでに古くなっている + 可能性があります。 + 最近更新された内容を見るには英語版をご覧下さい。 +
Description:Fonctionnalité de création et gestion de versions de documents via le web (WebDAV)
Statut:Extension
diff --git a/docs/manual/mod/mod_dav.xml.fr b/docs/manual/mod/mod_dav.xml.fr index f908c2ec70..c1e3bc2e74 100644 --- a/docs/manual/mod/mod_dav.xml.fr +++ b/docs/manual/mod/mod_dav.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja index b8715626e2..2e2eab9093 100644 --- a/docs/manual/mod/mod_dav.xml.ja +++ b/docs/manual/mod/mod_dav.xml.ja @@ -1,7 +1,7 @@ - + + + + + + diff --git a/docs/manual/ssl/ssl_howto.xml.meta b/docs/manual/ssl/ssl_howto.xml.meta index b7c021fd9a..8d9a5237f4 100644 --- a/docs/manual/ssl/ssl_howto.xml.meta +++ b/docs/manual/ssl/ssl_howto.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index c3f7b7ec41..9eba2f4e0c 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -133,18 +133,18 @@ Virtual Hosts to help you decide.

<VirtualHost 172.20.30.40:80>
     ServerAdmin webmaster@www1.example.com
-    DocumentRoot /www/vhosts/www1
+    DocumentRoot "/www/vhosts/www1"
     ServerName www1.example.com
-    ErrorLog /www/logs/www1/error_log
-    CustomLog /www/logs/www1/access_log combined
+    ErrorLog "/www/logs/www1/error_log"
+    CustomLog "/www/logs/www1/access_log" combined
 </VirtualHost>
 
 <VirtualHost 172.20.30.50:80>
-    ServerAdmin webmaster@www2.example.org
-    DocumentRoot /www/vhosts/www2
+    ServerAdmin "webmaster@www2.example.org"
+    DocumentRoot "/www/vhosts/www2"
     ServerName www2.example.org
-    ErrorLog /www/logs/www2/error_log
-    CustomLog /www/logs/www2/access_log combined
+    ErrorLog "/www/logs/www2/error_log"
+    CustomLog "/www/logs/www2/access_log" combined
 </VirtualHost>
diff --git a/docs/manual/vhosts/ip-based.html.fr b/docs/manual/vhosts/ip-based.html.fr index f22f0aeea2..c599fcb9c8 100644 --- a/docs/manual/vhosts/ip-based.html.fr +++ b/docs/manual/vhosts/ip-based.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
  • Système requis
  • Comment configurer Apache
  • diff --git a/docs/manual/vhosts/ip-based.xml.fr b/docs/manual/vhosts/ip-based.xml.fr index ecbe2a9719..23faca2138 100644 --- a/docs/manual/vhosts/ip-based.xml.fr +++ b/docs/manual/vhosts/ip-based.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/vhosts/ip-based.xml.ja b/docs/manual/vhosts/ip-based.xml.ja index 7bb1e28ad8..edc576cf88 100644 --- a/docs/manual/vhosts/ip-based.xml.ja +++ b/docs/manual/vhosts/ip-based.xml.ja @@ -1,7 +1,7 @@ - + + +
説明:分散オーサリングとバージョン管理 (WebDAV) 機能
ステータス:Extension