]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow CheckSpelling to be used anywhere, not just at the server
authorKen Coar <coar@apache.org>
Thu, 6 Aug 1998 23:31:55 +0000 (23:31 +0000)
committerKen Coar <coar@apache.org>
Thu, 6 Aug 1998 23:31:55 +0000 (23:31 +0000)
level.

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

docs/manual/mod/mod_speling.html

index 95f926de6d299a829398d69f92644127ef50f274..3be9f8000b17b6b56c59a3b5c66bdb4bcbc13793 100644 (file)
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
-  ><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+  ><STRONG>Context:</STRONG></A> server config, virtual host,
+   directory, .htaccess<BR>
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help" 
+  ><STRONG>Override:</STRONG></A> Options
+  <BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
   ><STRONG>Compatibility:</STRONG></A> CheckSpelling was available as a
   separately
   available module for Apache 1.1, but was limited to miscapitalizations.
-  As of Apache 1.3, it is part of the Apache distribution<!-- or:
-  available as a separate module-->.<P>
-
+  As of Apache 1.3, it is part of the Apache distribution.  Prior to
+  Apache 1.3.2, the <SAMP>CheckSpelling</SAMP> directive was only available
+  in the "server" and "virtual host" contexts.
+  <P>
   This directive enables or disables the spelling module. When enabled,
   keep in mind that
+  </P>
   <UL>
-  <LI>the directory scan which is necessary for the spelling
-      correction will have an impact on the server's performance
-      when many spelling corrections have to be performed at the same time.
-  <LI>the document trees should not contain sensitive files which could
-      be matched inadvertently, by a spelling "correction".
-  <LI>the module is unable to correct misspelled user names
-      (as in <CODE>http://my.host/~apahce/</CODE>), just file names or
-      directory names.
+   <LI>the directory scan which is necessary for the spelling
+       correction will have an impact on the server's performance
+       when many spelling corrections have to be performed at the same time.
+   </LI>
+   <LI>the document trees should not contain sensitive files which could
+       be matched inadvertently by a spelling "correction".
+   </LI>
+   <LI>the module is unable to correct misspelled user names
+       (as in <CODE>http://my.host/~apahce/</CODE>), just file names or
+       directory names.
+   </LI>
+   <LI>spelling corrections apply strictly to existing files, so a request for
+       the <SAMP>&lt;Location /status&gt;</SAMP> may get incorrectly treated
+       as the negotiated file "<SAMP>/stats.html</SAMP>".
+   </LI>
   </UL>
 
 <!--#include virtual="footer.html" -->