diff options
Diffstat (limited to 'docs/manual/howto')
30 files changed, 120 insertions, 129 deletions
| diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index b93af0f6..d8044cee 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Access Control - Apache HTTP Server</title> +<title>Access Control - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -134,6 +134,13 @@ Require not host gov</pre>  </If></pre> +    <p>Using the <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> +    <code>expr</code> syntax, this could also be written as:</p> + + +    <pre class="prettyprint lang-config">Require expr %{HTTP_USER_AGENT} != 'BadBot'</pre> + +      <div class="note"><h3>Warning:</h3>      <p>Access control by <code>User-Agent</code> is an unreliable technique,      since the <code>User-Agent</code> header can be set to anything at all, diff --git a/docs/manual/howto/access.html.fr b/docs/manual/howto/access.html.fr index 8503f4bd..f12a0b38 100644 --- a/docs/manual/howto/access.html.fr +++ b/docs/manual/howto/access.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Contrle d'accs - Serveur Apache HTTP</title> +<title>Contrle d'accs - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -144,6 +144,13 @@ arbitraires</a></h2>  </If></pre> +    <p>La syntaxe <code>expr</code> de la directive <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> permet de rcrire +    l'exemple prcdent de la manire suivante :</p> + + +    <pre class="prettyprint lang-config">Require expr %{HTTP_USER_AGENT} != 'BadBot'</pre> + +      <div class="note"><h3>Avertissement :</h3>      <p>Contrler l'accs en fonction de l'en-tte      <code>User-Agent</code> n'est pas une technique fiable, car cet diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index ceff2f56..29c38368 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Authentication and Authorization - Apache HTTP Server</title> +<title>Authentication and Authorization - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -46,7 +46,7 @@ person in</a></li>  <li><img alt="" src="../images/down.gif" /> <a href="#dbmdbd">Alternate password storage</a></li>  <li><img alt="" src="../images/down.gif" /> <a href="#multprovider">Using multiple providers</a></li>  <li><img alt="" src="../images/down.gif" /> <a href="#beyond">Beyond just authorization</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#socache">Authentication Cacheing</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#socache">Authentication Caching</a></li>  <li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>  </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> @@ -94,7 +94,7 @@ module from each group.</p>    <p>In addition to these modules, there are also    <code class="module"><a href="../mod/mod_authn_core.html">mod_authn_core</a></code> and -  <code class="module"><a href="../mod/mod_authz_core.html">mod_authz_core</a></code>.  These module implement core +  <code class="module"><a href="../mod/mod_authz_core.html">mod_authz_core</a></code>.  These modules implement core    directives that are core to all auth modules.</p>    <p>The module <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> is both an @@ -174,7 +174,7 @@ module from each group.</p>      <p>This file should be      placed somewhere not accessible from the web. This is so that      folks cannot download the password file. For example, if your -    documents are served out of <code>/usr/local/apache/htdocs</code> you +    documents are served out of <code>/usr/local/apache/htdocs</code>, you      might want to put the password file(s) in      <code>/usr/local/apache/passwd</code>.</p> @@ -433,20 +433,20 @@ Require group GroupName</pre>      and      <code class="directive"><a href="../mod/mod_authz_core.html#requireany"><RequireAny></a></code>      allow logic to be applied so that the order in which authorization -    is handled can be completely controled through the configuration. +    is handled can be completely controlled through the configuration.      See <a href="../mod/mod_authz_core.html#logic">Authorization -    Containers</a> for an example of they may be applied.</p> +    Containers</a> for an example of how they may be applied.</p>  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>  <div class="section">  <h2><a name="beyond" id="beyond">Beyond just authorization</a></h2> -    <p>The way that authorization can be apply is now much more flexible +    <p>The way that authorization can be applied is now much more flexible      than just a single check against a single data store. Ordering, logic      and choosing how authorization will be done is now possible.</p>      <h3><a name="authandororder" id="authandororder">Applying logic and ordering</a></h3> -        <p>Controling how and in what order authorization will be applied +        <p>Controlling how and in what order authorization will be applied          has been a bit of a mystery in the past. In Apache 2.2 a provider-based          authentication mechanism was introduced to decouple the actual          authentication process from authorization and supporting functionality. @@ -491,7 +491,7 @@ Require group GroupName</pre>          <p>The authorization providers <code>all</code>,          <code>env</code>, <code>host</code> and <code>ip</code> let you -        allow or deny access based other host based criteria such as +        allow or deny access based on other host based criteria such as          host name or ip address of the machine requesting a          document.</p> @@ -554,7 +554,7 @@ Require group GroupName</pre>      <h3><a name="filesystem" id="filesystem">Access Control backwards compatibility</a></h3>          <p>One of the side effects of adopting a provider based mechanism for -        authentication is that the need for the previous access control directives +        authentication is that the previous access control directives          <code class="directive"><a href="../mod/mod_access_compat.html#order">Order</a></code>,          <code class="directive"><a href="../mod/mod_access_compat.html#allow">Allow</a></code>,          <code class="directive"><a href="../mod/mod_access_compat.html#deny">Deny</a></code> and @@ -565,11 +565,11 @@ Require group GroupName</pre>  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>  <div class="section"> -<h2><a name="socache" id="socache">Authentication Cacheing</a></h2> +<h2><a name="socache" id="socache">Authentication Caching</a></h2>      <p>There may be times when authentication puts an unacceptable load      on a provider or on your network.  This is most likely to affect users      of <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> (or third-party/custom providers). -    To deal with this, HTTPD 2.3/2.4 introduces a new cacheing provider +    To deal with this, HTTPD 2.3/2.4 introduces a new caching provider      <code class="module"><a href="../mod/mod_authn_socache.html">mod_authn_socache</a></code> to cache credentials and reduce      the load on the origin provider(s).</p>      <p>This may offer a substantial performance boost to some users.</p> diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 3b7c0da2..af0b35cb 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Authentification et autorisation - Serveur Apache HTTP</title> +<title>Authentification et autorisation - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/auth.html.ja.utf8 b/docs/manual/howto/auth.html.ja.utf8 index 409f741a..5a21c94e 100644 --- a/docs/manual/howto/auth.html.ja.utf8 +++ b/docs/manual/howto/auth.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>認証、承認、アクセス制御 - Apache HTTP サーバ</title> +<title>認証、承認、アクセス制御 - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/auth.html.ko.euc-kr b/docs/manual/howto/auth.html.ko.euc-kr index 8ce44c2d..667d46b9 100644 --- a/docs/manual/howto/auth.html.ko.euc-kr +++ b/docs/manual/howto/auth.html.ko.euc-kr @@ -6,7 +6,7 @@          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        -->  <title>(Authentication), Ѻο(Authorization), -(Access Control) - Apache HTTP Server</title> +(Access Control) - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index 53c79b6e..f1a2c4ed 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Kimlik Doğrulama ve Yetkilendirme - Apache HTTP Sunucusu</title> +<title>Kimlik Doğrulama ve Yetkilendirme - Apache HTTP Sunucusu Sürüm 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 46a34735..8b4a5d08 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server</title> +<title>Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/cgi.html.fr b/docs/manual/howto/cgi.html.fr index 8c525000..2eb8a68e 100644 --- a/docs/manual/howto/cgi.html.fr +++ b/docs/manual/howto/cgi.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Tutoriel Apache : Contenu dynamique bas sur CGI - Serveur Apache HTTP</title> +<title>Tutoriel Apache : Contenu dynamique bas sur CGI - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/cgi.html.ja.utf8 b/docs/manual/howto/cgi.html.ja.utf8 index aac72fe0..6872397b 100644 --- a/docs/manual/howto/cgi.html.ja.utf8 +++ b/docs/manual/howto/cgi.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache Tutorial: CGI による動的コンテンツ - Apache HTTP サーバ</title> +<title>Apache Tutorial: CGI による動的コンテンツ - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/cgi.html.ko.euc-kr b/docs/manual/howto/cgi.html.ko.euc-kr index 2d59e993..098e1b89 100644 --- a/docs/manual/howto/cgi.html.ko.euc-kr +++ b/docs/manual/howto/cgi.html.ko.euc-kr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>ġ 丮: CGI     - Apache HTTP Server</title> +<title>ġ 丮: CGI     - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 1eb8132b..90c1c82a 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache HTTP Server Tutorial: .htaccess files - Apache HTTP Server</title> +<title>Apache HTTP Server Tutorial: .htaccess files - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/htaccess.html.fr b/docs/manual/howto/htaccess.html.fr index b697ed2a..d864e565 100644 --- a/docs/manual/howto/htaccess.html.fr +++ b/docs/manual/howto/htaccess.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Tutoriel du serveur HTTP Apache : fichiers .htaccess - Serveur Apache HTTP</title> +<title>Tutoriel du serveur HTTP Apache : fichiers .htaccess - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/htaccess.html.ja.utf8 b/docs/manual/howto/htaccess.html.ja.utf8 index 32c6b26b..2a0581bb 100644 --- a/docs/manual/howto/htaccess.html.ja.utf8 +++ b/docs/manual/howto/htaccess.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache チュートリアル: .htaccess ファイル - Apache HTTP サーバ</title> +<title>Apache チュートリアル: .htaccess ファイル - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/htaccess.html.ko.euc-kr b/docs/manual/howto/htaccess.html.ko.euc-kr index 92843abd..ff189131 100644 --- a/docs/manual/howto/htaccess.html.ko.euc-kr +++ b/docs/manual/howto/htaccess.html.ko.euc-kr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>ġ 丮: .htaccess  - Apache HTTP Server</title> +<title>ġ 丮: .htaccess  - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/htaccess.html.pt-br b/docs/manual/howto/htaccess.html.pt-br index fef23b7f..f43c9b92 100644 --- a/docs/manual/howto/htaccess.html.pt-br +++ b/docs/manual/howto/htaccess.html.pt-br @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Tutorial do Apache: arquivos .htaccess - Servidor HTTP Apache</title> +<title>Tutorial do Apache: arquivos .htaccess - Servidor HTTP Apache Verso 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index 867d58f0..6eed5b6b 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>How-To / Tutorials - Apache HTTP Server</title> +<title>How-To / Tutorials - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -64,7 +64,7 @@          <p>The CGI (Common Gateway Interface) defines a way for a web          server to interact with external content-generating programs,          which are often referred to as CGI programs or CGI scripts. It -        is the simplest, and most common, way to put dynamic content on +        is a simple way to put dynamic content on          your web site. This document will be an introduction to setting          up CGI on your Apache web server, and getting started writing          CGI programs.</p> diff --git a/docs/manual/howto/index.html.fr b/docs/manual/howto/index.html.fr index 93180efc..13fd81d0 100644 --- a/docs/manual/howto/index.html.fr +++ b/docs/manual/howto/index.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>How-To / Tutoriels - Serveur Apache HTTP</title> +<title>How-To / Tutoriels - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -65,8 +65,8 @@          <p>L'interface CGI (Common Gateway Interface)  	fournit au serveur web une mthode d'interaction avec des  	programmes externes gnrateurs de contenu, souvent nomms -	programmes CGI ou scripts CGI. Il s'agit de la mthode la plus -	simple (et la plus courante) permettant d'ajouter du contenu +	programmes CGI ou scripts CGI. Il s'agit d'une mthode +	simple permettant d'ajouter du contenu  	dynamique  votre site web. Ce document se veut une introduction  	 la configuration de CGI sur votre serveur web Apache et   	l'criture de programmes CGI.</p> diff --git a/docs/manual/howto/index.html.ja.utf8 b/docs/manual/howto/index.html.ja.utf8 index e113ceb8..4fc438de 100644 --- a/docs/manual/howto/index.html.ja.utf8 +++ b/docs/manual/howto/index.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>How-To / チュートリアル - Apache HTTP サーバ</title> +<title>How-To / チュートリアル - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -27,10 +27,6 @@  <a href="../ko/howto/" hreflang="ko" rel="alternate" title="Korean"> ko </a> |  <a href="../zh-cn/howto/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p>  </div> -<div class="outofdate">この日本語訳はすでに古くなっている -            可能性があります。 -            最近更新された内容を見るには英語版をご覧下さい。 -        </div>  </div>  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>  <div class="section"> @@ -67,7 +63,7 @@          生成プログラムとどのように相互動作をするかを定義します。          その外部プログラムは通常 CGI プログラムや CGI スクリプトと呼ばれます。          CGI はウェブサイトに動的なコンテンツを追加するための、 -        一番単純でよく使われている方法です。この文書は Apache ウェブサーバに +        単純な方法です。この文書は Apache ウェブサーバに          CGI を設定し、CGI プログラムを書き始めるためのイントロダクションです。</p>          <p>参照: <a href="cgi.html">CGI: 動的コンテンツ</a></p> diff --git a/docs/manual/howto/index.html.ko.euc-kr b/docs/manual/howto/index.html.ko.euc-kr index 9876e174..811da3e4 100644 --- a/docs/manual/howto/index.html.ko.euc-kr +++ b/docs/manual/howto/index.html.ko.euc-kr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>How-To / 丮 - Apache HTTP Server</title> +<title>How-To / 丮 - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/index.html.zh-cn.utf8 b/docs/manual/howto/index.html.zh-cn.utf8 index aae29800..9acd4cff 100644 --- a/docs/manual/howto/index.html.zh-cn.utf8 +++ b/docs/manual/howto/index.html.zh-cn.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>常见操作/教程 - Apache HTTP 服务器</title> +<title>常见操作/教程 - Apache HTTP 服务器 版本 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 71b2a1af..8eb75f40 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Per-user web directories - Apache HTTP Server</title> +<title>Per-user web directories - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -175,7 +175,7 @@      <p>If you want to allows users to modify the server configuration in      their web space, they will need to use <code>.htaccess</code> files to -    make these changed. Ensure that you have set <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> to a +    make these changes. Ensure that you have set <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> to a      value sufficient for the directives that you want to permit the users      to modify. See the <a href="htaccess.html">.htaccess tutorial</a> for      additional details on how this works.</p> diff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr index 933c079a..bb2449f3 100644 --- a/docs/manual/howto/public_html.html.fr +++ b/docs/manual/howto/public_html.html.fr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Rpertoires web utilisateurs - Serveur Apache HTTP</title> +<title>Rpertoires web utilisateurs - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/public_html.html.ja.utf8 b/docs/manual/howto/public_html.html.ja.utf8 index 65cdb436..bcd93fdf 100644 --- a/docs/manual/howto/public_html.html.ja.utf8 +++ b/docs/manual/howto/public_html.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>ユーザ毎のウェブディレクトリ - Apache HTTP サーバ</title> +<title>ユーザ毎のウェブディレクトリ - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -27,10 +27,6 @@  <a href="../ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |  <a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>  </div> -<div class="outofdate">この日本語訳はすでに古くなっている -            可能性があります。 -            最近更新された内容を見るには英語版をご覧下さい。 -        </div>  <p>複数のユーザのいるシステムでは、<code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> ディレクティブを使って      各ユーザがホームディレクトリにウェブサイトを構築できるように設定することが @@ -77,9 +73,8 @@      <p>スラッシュで始まらないパスが与えられたときは、ユーザのホームディレクトリ      からの相対パスとみなされます。次の設定があったときに:</p> -    <div class="example"><p><code> -      UserDir public_html -    </code></p></div> +    <pre class="prettyprint lang-config">UserDir public_html</pre> +      <p>URL <code>http://example.com/~rbowen/file.html</code> は      パス <code>/home/rbowen/public_html/file.html</code> へ @@ -88,9 +83,8 @@      <p>パスがスラッシュで始まるときは、ディレクトリパスはそのパスに      ユーザ名を加えたものからなります。次の設定のとき:</p> -    <div class="example"><p><code> -      UserDir /var/html -    </code></p></div> +    <pre class="prettyprint lang-config">UserDir /var/html</pre> +      <p>URL <code>http://example.com/~rbowen/file.html</code> は      パス <code>/var/html/rbowen/file.html</code> へ変換されます。</p> @@ -98,18 +92,17 @@      <p>アスタリスク (*) を含むパスが指定されたときは、アスタリスクを      ユーザ名で置換したものが使用されます。このような設定だと:</p> -    <div class="example"><p><code> -      UserDir /var/www/*/docs -    </code></p></div> +    <pre class="prettyprint lang-config">UserDir /var/www/*/docs</pre> +      <p>URL <code>http://example.com/~rbowen/file.html</code> は      パス <code>/var/www/rbowen/docs/file.html</code> へ変換されます。</p>      <p>ディレクトリやディレクトリパスを複数設定することもできます。</p> -    <div class="example"><p><code> -      UserDir public_html /var/html -    </code></p></div> +    <pre class="prettyprint lang-config">UserDir public_html /var/html</pre> + +      <p><code>http://example.com/~rbowen/file.html</code> という      URL に対しては <code>~rbowen</code> を探します。見つからなければ、 @@ -123,10 +116,10 @@      <p><code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code>      ディレクティブを使って外部 URL にリダイレクトすることもできます。</p> -     -    <div class="example"><p><code> -      UserDir http://example.org/users/*/ -    </code></p></div> + +    <pre class="prettyprint lang-config">UserDir http://example.org/users/*/</pre> + +      <p>上記例では <code>http://example.com/~bob/abc.html</code>      へのリクエストは <code>http://example.org/users/bob/abc.html</code> @@ -148,10 +141,9 @@      対して UserDir の機能を有効にします。同様にして、以下のように      数名のユーザ以外に対してこの機能を無効にすることもできます:</p> -    <div class="example"><p><code> -      UserDir disabled<br /> -      UserDir enabled rbowen krietz -    </code></p></div> +    <pre class="prettyprint lang-config">      UserDir disabled<br /> +      UserDir enabled rbowen krietz</pre> +      <p>他の例は <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code>      の説明を参照してください。</p> @@ -166,12 +158,11 @@      を使ってユーザのホームディレクトリの指定された領域に対して CGI を有効に      することができます。</p> -    <div class="example"><p><code> -      <Directory /home/*/public_html/cgi-bin/><br /> -       Options ExecCGI<br /> -       SetHandler cgi-script<br /> -       </Directory> -    </code></p></div> +    <pre class="prettyprint lang-config"><Directory /home/*/public_html/cgi-bin/> +    Options ExecCGI +    SetHandler cgi-script +</Directory></pre> +      <p>そして、<code>UserDir</code> が      <code>public_html</code> に設定されていると仮定すると、 diff --git a/docs/manual/howto/public_html.html.ko.euc-kr b/docs/manual/howto/public_html.html.ko.euc-kr index bf0f5e8f..e4d1bbd8 100644 --- a/docs/manual/howto/public_html.html.ko.euc-kr +++ b/docs/manual/howto/public_html.html.ko.euc-kr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>ں 丮 - Apache HTTP Server</title> +<title>ں 丮 - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/public_html.html.tr.utf8 b/docs/manual/howto/public_html.html.tr.utf8 index e30e11bc..104f5e76 100644 --- a/docs/manual/howto/public_html.html.tr.utf8 +++ b/docs/manual/howto/public_html.html.tr.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Kullanıcı Dizinleri (public_html) - Apache HTTP Sunucusu</title> +<title>Kullanıcı Dizinleri (public_html) - Apache HTTP Sunucusu Sürüm 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index f178314b..ead2cdde 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache httpd Tutorial: Introduction to Server Side Includes - Apache HTTP Server</title> +<title>Apache httpd Tutorial: Introduction to Server Side Includes - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -435,36 +435,30 @@ modified?</a></h3>      the ``truth'' of a particular value. (A given string is true if      it is nonempty.) For a full list of the comparison operators      available to you, see the <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> -    documentation. Here are some examples of how one might use this -    construct.</p> +    documentation.</p> +    +    <p>For example, if you wish to customize the text on your web page +    based on the time of day, you could use the following recipe, placed +    in the HTML page:</p> -    <p>In your configuration file, you could put the following -    line:</p> -<pre class="prettyprint lang-config">        BrowserMatchNoCase macintosh Mac<br /> -        BrowserMatchNoCase MSIE InternetExplorer</pre> - - -    <p>This will set environment variables ``Mac'' and -    ``InternetExplorer'' to true, if the client is running Internet -    Explorer on a Macintosh.</p> - -    <p>Then, in your SSI-enabled document, you might do the -    following:</p> -<div class="example"><p><code> -        <!--#if expr="-T reqenv('Mac') && -                         -T reqenv('InternetExplorer')" --><br /> -        Apologetic text goes here<br /> -        <!--#else --><br /> -        Cool JavaScript code goes here<br /> -        <!--#endif --> -</code></p></div> +    <div class="example"><p><code> +    Good +    <!--#if expr="%{TIME_HOUR} >=12" --><br /> +    morning!<br /> +    <!--#else --><br /> +    afternoon!<br /> +    <!--#endif --><br /> +    </code></p></div>      <p>Any other variable (either ones that you define, or normal      environment variables) can be used in conditional statements. -    With Apache's ability to set environment variables with the +    See <a href="../expr.html">Expressions in Apache HTTP Server</a> for +    more information on the expression evaluation engine.</p> + +    <p>With Apache's ability to set environment variables with the      <code>SetEnvIf</code> directives, and other related directives, -    this functionality can let you do some pretty involved dynamic -    stuff without ever resorting to CGI.</p> +    this functionality can let you do a wide variety of dynamic content +    on the server side without resorting a full web application.</p>  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>  <div class="section"> diff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 1e51b490..e02dc28d 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -6,7 +6,7 @@          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        -->  <title>Tutoriel Apache httpd : Introduction aux "Inclusions Ct Serveur" -(Server Side Includes - SSI) - Serveur Apache HTTP</title> +(Server Side Includes - SSI) - Serveur Apache HTTP Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -447,37 +447,33 @@ HTML prexistants.</p>      vrification de la "vrit" d'une valeur particulire (Une chane      donne est vraie si elle n'est pas vide). Pour une liste exhaustive      des oprateurs de comparaison disponibles, voir la documentation du -    module <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>. Voici quelques exemples -    illustrant l'utilisation de ces expressions.</p> +    module <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>.</p> -    <p>Vous pouvez ajouter les lignes suivantes dans votre fichier de -    configuration :</p> -<pre class="prettyprint lang-config">        BrowserMatchNoCase macintosh Mac<br /> -        BrowserMatchNoCase MSIE InternetExplorer</pre> +    <p>Par exemple, spour insrer l'heure du jour dans votre page web, +    vous pouvez ajouter ces lignes dans la page HTML :</p> - -    <p>Ces lignes dfinissent les variables d'environnement "Mac" et -    "InternetExplorer"  true, si le client utilise InternetExplorer sur -    un Macintosh.</p> - -    <p>Puis, dans votre document o les SSI sont actives, vous ajoutez -    ceci :</p> -<div class="example"><p><code> -        <!--#if expr="-T reqenv('Mac') && -                         -T reqenv('InternetExplorer')" --><br /> -        Un texte d'excuses est insr ici<br /> -        <!--#else --><br /> -        Ici se trouve du code JavaScipt sympa<br /> -        <!--#endif --> -</code></p></div> +    <div class="example"><p><code> +    Good +    <!--#if expr="%{TIME_HOUR} >=12" --><br /> +    morning!<br /> +    <!--#else --><br /> +    afternoon!<br /> +    <!--#endif --><br /> +    </code></p></div>          <p>Toute autre variable (que vous avez dfinie, ou une variable      d'environnement normale) peut tre utilise dans les expressions -    conditionnelles. Associe  la possibilit avec Apache de dfinir +    conditionnelles. Voir le document <a href="../expr.html">Expressions +    rationnelles dans le serveur HTTP Apache</a> pour plus de dtails  +    propos du fonctionnement du moteur d'valuation des expressions +    rationnelles.</p> +     +    <p>Associe  la possibilit avec Apache de dfinir      des variables d'environnement  l'aide de directives      <code>SetEnvIf</code>, ainsi que d'autres directives en rapport, -    cette fonctionnalit vous permet d'ajouter des contenus dynamiques -    assez volus sans avoir recours aux programmes CGI.</p> +    cette fonctionnalit vous permet d'ajouter une grande varit +    de contenus dynamiques ct serveur sans avoir  concevoir une +    application web de A  Z.</p>  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>  <div class="section"> diff --git a/docs/manual/howto/ssi.html.ja.utf8 b/docs/manual/howto/ssi.html.ja.utf8 index 31304505..8f0a03be 100644 --- a/docs/manual/howto/ssi.html.ja.utf8 +++ b/docs/manual/howto/ssi.html.ja.utf8 @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>Apache チュートリアル: Server Side Includes 入門 - Apache HTTP サーバ</title> +<title>Apache チュートリアル: Server Side Includes 入門 - Apache HTTP サーバ バージョン 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> diff --git a/docs/manual/howto/ssi.html.ko.euc-kr b/docs/manual/howto/ssi.html.ko.euc-kr index 62058fb2..063e21b8 100644 --- a/docs/manual/howto/ssi.html.ko.euc-kr +++ b/docs/manual/howto/ssi.html.ko.euc-kr @@ -5,7 +5,7 @@                This file is generated from xml source: DO NOT EDIT          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        --> -<title>ġ 丮: Server Side Includes Ұ - Apache HTTP Server</title> +<title>ġ 丮: Server Side Includes Ұ - Apache HTTP Server Version 2.4</title>  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> | 
