<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fonctionnalités de base du serveur HTTP Apache toujours
disponibles</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Core</td></tr></table>
<a href="../ja/mod/mod_authn_file.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="../ko/mod/mod_authn_file.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Authentification utilisateur à l'aide de fichiers
texte</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_authnz_ldap.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../fr/mod/mod_authnz_ldap.html" title="Français"> fr </a></p>
</div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Permet d'utiliser un annuaire LDAP pour l'authentification
HTTP de base.</td></tr>
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
deal with different httpd versions and different configurations.</p>
<pre class="prettyprint lang-config">
-<IfVersion >= 2.1>
+<IfVersion >= 2.4>
# this happens only in versions greater or
- # equal 2.1.0.
+ # equal 2.4.0.
</IfVersion>
</pre>
<pre class="prettyprint lang-config">
<Files private.html>
- Order allow,deny
- Deny from all
+ Require all denied
</Files>
</pre>
<pre class="prettyprint lang-config">
<Directory /var/web/dir1>
<Files private.html>
- Order allow,deny
- Deny from all
+ Require all denied
</Files>
</Directory>
</pre>
<pre class="prettyprint lang-config">
<LocationMatch ^/private>
- Order Allow,Deny
- Deny from all
+ Require all denied
</Location>
</pre>
at once:</p>
<pre class="prettyprint lang-config">
<FilesMatch \.(?i:gif|jpe?g|png)$>
- Order allow,deny
- Deny from all
+ Require all denied
</FilesMatch>
</pre>
<pre class="prettyprint lang-config">
<Location /dir/>
- Order allow,deny
- Deny from all
+ Require all denied
</Location>
</pre>
<pre class="prettyprint lang-config">
<Proxy http://www.example.com/*>
- Order allow,deny
- Deny from all
+ Require all granted
</Proxy>
</pre>
<pre class="prettyprint lang-config">
<Location />
- Order deny,allow
- Allow from all
+ Require all granted
</Location>
# Woops! This <Directory> section will have no effect
<Directory />
- Order allow,deny
- Allow from all
- Deny from badguy.example.com
+ <RequireAll>
+ Require all granted
+ Require not host badguy.example.com
+ </RequireAll>
</Directory>
</pre>
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1300910:1334905 (outdated) -->
+<!-- English Revision: 1300910:1337465 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1334905 (outdated) -->
+<!-- English Revision: 420990:1337465 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1334905 (outdated) -->
+<!-- English Revision: 105989:1337465 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1300910:1334905 (outdated) -->
+<!-- English Revision: 1300910:1337465 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>