You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Joakim Forsberg <fo...@usa.net> on 2000/11/13 16:23:18 UTC

documentation/6836: Possible error in the documentation.

>Number:         6836
>Category:       documentation
>Synopsis:       Possible error in the documentation.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Nov 13 07:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     forsberg@usa.net
>Release:        1.3
>Organization:
apache
>Environment:
Not applicable
>Description:
In the document "General Performance Notes" on
http://httpd.apache.org/docs/misc/perf-tuning.html
the following example is found.
-----------------------------------
     HostnameLookups off
     <Files ~ "\.(html|cgi)$>
         HostnameLookups on
     </Files>
-----------------------------------
>How-To-Repeat:

>Fix:
I guess it should be:
-----------------------------------
     HostnameLookups off
     <Files ~ "\.(html|cgi)$">
         HostnameLookups on
     </Files>
-----------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]