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/06 18:19:26 UTC

svn commit: r1878549 - in /httpd/httpd/branches/2.4.x/docs/manual: howto/http2.xml rewrite/access.xml

Author: rbowen
Date: Sat Jun  6 18:19:26 2020
New Revision: 1878549

URL: http://svn.apache.org/viewvc?rev=1878549&view=rev
Log:
Remove 'blacklist' from our documentation, as per
https://lethargy.org/~jesus/writes/a-guide-to-nomenclature-selection/
and other recommendations.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml?rev=1878549&r1=1878548&r2=1878549&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml Sat Jun  6 18:19:26 2020
@@ -129,7 +129,7 @@ Protocols http/1.1
     cipher suite will force it to simply refuse and fall back to HTTP 1.1. This is a common mistake
     that is done while configuring httpd for HTTP/2 the first time, so please keep it in mind to avoid
     long debugging sessions! If you want to be sure about the cipher suite to choose please avoid
-    the ones listed in the <a href="http://httpwg.org/specs/rfc7540.html#BadCipherSuites">HTTP/2 TLS blacklist</a>.</p>
+    the ones listed in the <a href="http://httpwg.org/specs/rfc7540.html#BadCipherSuites">HTTP/2 TLS reject list</a>.</p>
     </note>
     <p>The order of protocols mentioned is also relevant. By default, the first one is the 
     most preferred protocol. When a client offers multiple choices, the one most to the 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml?rev=1878549&r1=1878548&r2=1878549&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml Sat Jun  6 18:19:26 2020
@@ -206,13 +206,13 @@ SetEnvIfNoCase User-Agent "^NameOfBadRob
 
 <section id="host-deny">
 
-  <title>Denying Hosts in a Blacklist</title>
+  <title>Denying Hosts in a Reject List</title>
 
   <dl>
     <dt>Description:</dt>
 
     <dd>
-      <p>We wish to maintain a blacklist of hosts, rather like
+      <p>We wish to maintain a list of hosts, rather like
       <code>hosts.deny</code>, and have those hosts blocked from
       accessing our server.</p>
     </dd>