update transformation
authorAndré Malo <nd@apache.org>
Thu, 6 Feb 2014 09:37:12 +0000 (09:37 +0000)
committerAndré Malo <nd@apache.org>
Thu, 6 Feb 2014 09:37:12 +0000 (09:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565136 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/custom-error.html.en
docs/manual/custom-error.html.fr
docs/manual/developer/output-filters.html.en
docs/manual/howto/public_html.html.en
docs/manual/howto/public_html.html.fr
docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.html.fr
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.html.fr
docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.html.fr
docs/manual/mod/mod_ssl.html.en

index e246f52784d92b67dc8f6b888984dd34544549a6..50fb3b6f6eb520c6415c617cb5d001e4e2edec05 100644 (file)
@@ -180,7 +180,7 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
 
     <p>In your server configuration file, you'll see a line such as:</p>
 
-    <pre class="prettyprint lang-config"># Multi-language error messages<br />
+    <pre class="prettyprint lang-config">    # Multi-language error messages<br />
     #Include conf/extra/httpd-multilang-errordoc.conf</pre>
 
 
index b30de49e1d28d09c858fb42b688d0d6493c9e30e..8b52099b19982d03773fc7ff196a3eabe4069247 100644 (file)
@@ -192,7 +192,7 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
     <p>Dans le fichier de configuration de votre serveur, vous trouverez
     un groupe de lignes du style :</p>
 
-    <pre class="prettyprint lang-config"># Multi-language error messages<br />
+    <pre class="prettyprint lang-config">    # Multi-language error messages<br />
     #Include conf/extra/httpd-multilang-errordoc.conf</pre>
 
 
index 8904d81fd521c27e8174f5d6c6cabc248a16269e..d85420c20d25791d31ff20127f269a0cdb3ed0ce 100644 (file)
     brigade should have no side effects (such as changing any state
     private to the filter).</p>
 
-    <div class="example"><h3>How to handle an empty brigade</h3><pre class="prettyprint lang-c">apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)<br />
+    <div class="example"><h3>How to handle an empty brigade</h3><pre class="prettyprint lang-c">    apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)<br />
     {
         if (APR_BRIGADE_EMPTY(bb)) {
             return APR_SUCCESS;
index 85a5ffc129bcceb4f76152239ee7fc2585ac0625..f09d95767340c6975924537c3eb0bbda12378c71 100644 (file)
     You can, likewise, disable the feature for all but a few users by
     using a configuration like the following:</p>
 
-    <pre class="prettyprint lang-config">UserDir disabled<br />
+    <pre class="prettyprint lang-config">      UserDir disabled<br />
       UserDir enabled rbowen krietz</pre>
 
 
index 30976cf6ad1b27280a583f40e3db7a5706952748..bcfc20c7bfbc4da7581a7bb4b6d3da205325b31f 100644 (file)
@@ -150,7 +150,7 @@ avec le syst
     utilisateurs sauf certains d'entre eux en utilisant une
     configuration du style :</p>
 
-    <pre class="prettyprint lang-config">UserDir disabled<br />
+    <pre class="prettyprint lang-config">      UserDir disabled<br />
       UserDir enabled rbowen krietz</pre>
 
 
index ccaa1bd039a93c07d2f23e836273e29419561def..b63f8a7310d40570976408076d3831f8ef6200ac 100644 (file)
@@ -107,7 +107,7 @@ existing HTML documents.</p>
     do this. You can tell Apache to parse any file with a
     particular file extension, such as <code>.shtml</code>, with
     the following directives:</p>
-<pre class="prettyprint lang-config">AddType text/html .shtml<br />
+<pre class="prettyprint lang-config">        AddType text/html .shtml<br />
         AddOutputFilter INCLUDES .shtml</pre>
 
 
@@ -440,7 +440,7 @@ modified?</a></h3>
 
     <p>In your configuration file, you could put the following
     line:</p>
-<pre class="prettyprint lang-config">BrowserMatchNoCase macintosh Mac<br />
+<pre class="prettyprint lang-config">        BrowserMatchNoCase macintosh Mac<br />
         BrowserMatchNoCase MSIE InternetExplorer</pre>
 
 
index 62d6c8f7755ece6c57338d18823cb63077509fc4..f5370835d2941d561c3d3586ce07848c072e605b 100644 (file)
@@ -115,7 +115,7 @@ HTML pr
     directives SSI. Vous devez indiquer à Apache quels fichiers seront
     concernés. Vous pouvez y parvenir en indiquant une extension, comme
     <code>.shtml</code>, à l'aide des directives suivantes :</p>
-<pre class="prettyprint lang-config">AddType text/html .shtml<br />
+<pre class="prettyprint lang-config">        AddType text/html .shtml<br />
         AddOutputFilter INCLUDES .shtml</pre>
 
 
@@ -452,7 +452,7 @@ HTML pr
 
     <p>Vous pouvez ajouter les lignes suivantes dans votre fichier de
     configuration :</p>
-<pre class="prettyprint lang-config">BrowserMatchNoCase macintosh Mac<br />
+<pre class="prettyprint lang-config">        BrowserMatchNoCase macintosh Mac<br />
         BrowserMatchNoCase MSIE InternetExplorer</pre>
 
 
index 0278821d26a84f29112c4e9c3e1a10416e6e0d1b..1ff57cc3e11ce4c7182449c4343e960f54f974fb 100644 (file)
@@ -243,7 +243,7 @@ expressions</td></tr>
     you do more complicated things.  For example, you could
     serve different kinds of files from different directories:</p>
 
-    <pre class="prettyprint lang-config">AliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpg<br />
+    <pre class="prettyprint lang-config">      AliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpg<br />
       AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif</pre>
 
 
index cc1d45ed48b7e927e72c3325f185769dac9480f1..1417049ac1855c6092cdcb37241beb87dc3e7850 100644 (file)
@@ -253,7 +253,7 @@ en faisant intervenir les expressions rationnelles</td></tr>
     servir différentes sortes de fichiers à partir de répertoires
     différents :</p>
 
-    <pre class="prettyprint lang-config">AliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpg<br />
+    <pre class="prettyprint lang-config">      AliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpg<br />
       AliasMatch ^/image/(.*)\.gif$ /fichiers/gif.images/$1.gif</pre>
 
 
index 7483e48e176f39858b9d576d0a33987e1a9cdd88..efcad9b58dea75e677cd357e559b74f89b29fbe7 100644 (file)
@@ -966,7 +966,7 @@ server.</td></tr>
     output of a file each processing different commands (possibly at
     different times).</p>
 
-    <pre class="prettyprint lang-config">SSIStartTag "&lt;%"<br />
+    <pre class="prettyprint lang-config">      SSIStartTag "&lt;%"<br />
       SSIEndTag   "%&gt;"</pre>
 
 
index de1342b26b4768ef09a6ad47c03f6f59f773effb..904933ada75a60cd151c45879e4c632c87bf1aed 100644 (file)
@@ -638,7 +638,7 @@ Alias /myapp /opt/myapp-1.2.3
             to block unwanted hotlinking.
            </p>
 
-           <pre class="prettyprint lang-config">RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"<br />
+           <pre class="prettyprint lang-config">           RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"<br />
            RewriteRule ^/images - [F]</pre>
 
         </li>
index 70bcd877e07524caf7c8d99a1e6281b1f503c31e..ecd4da8ea3e1fa981e21d43a44afe7ffa754d893 100644 (file)
@@ -682,7 +682,7 @@ la r
            non désiré.
            </p>
 
-           <pre class="prettyprint lang-config">RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"<br />
+           <pre class="prettyprint lang-config">           RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"<br />
            RewriteRule ^/images - [F]</pre>
 
         </li>
index e040983b1ab3e814a4d01fbf0c4ffe14c2b71e31..d3368ff8d55f11be5db03b63cdc76c59693cd2c9 100644 (file)
@@ -305,7 +305,7 @@ string in <code class="module"><a href="../mod/mod_log_config.html">mod_log_conf
     <p>The following example grants access if the user is authenticated
        either with a client certificate or by username and password.</p>
 
-    <pre class="prettyprint lang-config">Require ssl-verify-client<br />
+    <pre class="prettyprint lang-config">      Require ssl-verify-client<br />
       Require valid-user</pre>