craigmcc    01/05/07 20:42:21

  Modified:    catalina/docs/config http11.html
  Log:
  Update the configuration docs to reflect the new "disableLookups" option.
  
  Revision  Changes    Path
  1.4       +10 -0     jakarta-tomcat-4.0/catalina/docs/config/http11.html
  
  Index: http11.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/config/http11.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- http11.html       2001/04/12 01:06:11     1.3
  +++ http11.html       2001/05/08 03:42:21     1.4
  @@ -106,6 +106,16 @@
     </tr>
   
     <tr>
  +    <td><code>disableLookups</code></td>
  +    <td>
  +      Set this attribute to <code>true</code> to disable DNS lookups of the
  +      remote host name when <code>request.getRemoteHost()</code> is called.
  +      If lookups are disabled, the remote IP address (as a String) is
  +      returned instead.  By default, DNS lookups are enabled.
  +    </td>
  +  </tr>
  +
  +  <tr>
       <td><code>maxProcessors</code></td>
       <td>
         The maximum number of processor threads that will ever be created by
  
  
  

Reply via email to