You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2020/06/08 12:25:31 UTC

svn commit: r1878602 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr

Author: rbowen
Date: Mon Jun  8 12:25:31 2020
New Revision: 1878602

URL: http://svn.apache.org/viewvc?rev=1878602&view=rev
Log:
remove the term blacklist

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr?rev=1878602&r1=1878601&r2=1878602&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr [utf-8] Mon Jun  8 12:25:31 2020
@@ -644,12 +644,12 @@ de l'alias spécifié</description>
     <highlight language="config">
 # Dans cet exemple, pour que les deux adresses IP soient prises en compte, elles
 # DOIVENT être entourées de guillemets
-&lt;AuthzProviderAlias ip blacklisted-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
+&lt;AuthzProviderAlias ip reject-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
 &lt;/AuthzProviderAlias&gt;
 
 &lt;Directory "/path/to/dir"&gt;
     &lt;RequireAll&gt;
-        Require not blacklisted-ips
+        Require not reject-ips
         Require all granted
     &lt;/RequireAll&gt;
 &lt;/Directory&gt;