]> granicus.if.org Git - apache/commitdiff
Typo in example.
authorJoshua Slive <slive@apache.org>
Tue, 14 Nov 2000 22:18:20 +0000 (22:18 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 14 Nov 2000 22:18:20 +0000 (22:18 +0000)
PR: 6836
Submitted by: Joakim Forsberg <forsberg@usa.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86965 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index 0e2a6f8392955998230906003a40ee11e4cfcad9..61d8e0f08a0079c8dd1b2255aaeb6dc1ac6a1e80 100644 (file)
@@ -106,7 +106,7 @@ lookups except for .html and .cgi files:
 
 <BLOCKQUOTE><PRE>
 HostnameLookups off
-&lt;Files ~ "\.(html|cgi)$&gt;
+&lt;Files ~ "\.(html|cgi)$"&gt;
     HostnameLookups on
 &lt;/Files&gt;
 </PRE></BLOCKQUOTE>