summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_access_compat.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2015-04-26 18:43:26 +0200
committerLucien Gentis <lgentis@apache.org>2015-04-26 18:43:26 +0200
commit36cbc69923171a5c65e994b69b5a5a800f71f623 (patch)
tree68eddbf95bb59f6c7d7ee91bcac17fd4afdf8ef7 /docs/manual/mod/mod_access_compat.xml.fr
parentadjust link to SSL_CONF_cmd man page on www.openssl.org, again (diff)
downloadapache2-36cbc69923171a5c65e994b69b5a5a800f71f623.tar.xz
apache2-36cbc69923171a5c65e994b69b5a5a800f71f623.zip
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1676122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_access_compat.xml.fr')
-rw-r--r--docs/manual/mod/mod_access_compat.xml.fr10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_access_compat.xml.fr b/docs/manual/mod/mod_access_compat.xml.fr
index 372e7b6f11..75ef0b8639 100644
--- a/docs/manual/mod/mod_access_compat.xml.fr
+++ b/docs/manual/mod/mod_access_compat.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1421821:1673945 (outdated) -->
+<!-- English Revision : 1673945 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -213,7 +213,7 @@ Allow from 2001:db8::a00:20ff:fea7:ccea/10
<highlight language="config">
SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
-&lt;Directory /docroot&gt;
+&lt;Directory "/docroot"&gt;
Order Deny,Allow
Deny from all
Allow from env=let_me_in
@@ -400,7 +400,7 @@ Deny from foo.example.org
son influence sur le statut par d&eacute;faut. Par exemple,</p>
<highlight language="config">
-&lt;Directory /www&gt;
+&lt;Directory "/www"&gt;
Order Allow,Deny
&lt;/Directory&gt;
</highlight>
@@ -481,11 +481,11 @@ Satisfy Any
</p>
<highlight language="config">
-&lt;Directory /var/www/private&gt;
+&lt;Directory "/var/www/private"&gt;
Require valid-user
&lt;/Directory&gt;
-&lt;Directory /var/www/private/public&gt;
+&lt;Directory "/var/www/private/public"&gt;
Allow from all
Satisfy Any
&lt;/Directory&gt;