summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto/public_html.html.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2015-05-24 16:39:48 +0200
committerLucien Gentis <lgentis@apache.org>2015-05-24 16:39:48 +0200
commit50fa0a392a6a9f5907a93285b73a41e55d7a7258 (patch)
treef52f5a28b45f26aff8e0bf38288035f0b0f2e564 /docs/manual/howto/public_html.html.fr
parentXML updates. (diff)
downloadapache2-50fa0a392a6a9f5907a93285b73a41e55d7a7258.tar.xz
apache2-50fa0a392a6a9f5907a93285b73a41e55d7a7258.zip
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/public_html.html.fr')
-rw-r--r--docs/manual/howto/public_html.html.fr4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr
index e0e53ab673..a64e675b9b 100644
--- a/docs/manual/howto/public_html.html.fr
+++ b/docs/manual/howto/public_html.html.fr
@@ -29,8 +29,6 @@
<a href="../ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
</div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.</div>
<p>Sur les systèmes multi-utilisateurs, on peut permettre à chaque
utilisateur d'avoir un site web dans son répertoire home à l'aide de la
@@ -171,7 +169,7 @@ avec le système de fichiers</a></li></ul><ul class="seealso"><li><a href="#comme
vous pouvez utiliser une section <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> pour activer CGI dans un
sous-répertoire particulier d'un répertoire home utilisateur.</p>
- <pre class="prettyprint lang-config">&lt;Directory /home/*/public_html/cgi-bin/&gt;
+ <pre class="prettyprint lang-config">&lt;Directory "/home/*/public_html/cgi-bin/"&gt;
Options ExecCGI
SetHandler cgi-script
&lt;/Directory&gt;</pre>