From: Nick Kew Date: Wed, 14 Jun 2006 08:24:59 +0000 (+0000) Subject: Documenting new mod_speling directive X-Git-Tag: 2.3.0~2335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9130728c91efd5b3ae1c1bbd8bb63075b394757c;p=thirdparty%2Fapache%2Fhttpd.git Documenting new mod_speling directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414146 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 01e12d357d4..809c32a15be 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) mod_speling: Add directive to deal with case corrections only + and ignore other misspellings [Olivier Thereaux ] + *) mod_disk_cache: If possible, check if the size of an object to cache is within the configured boundaries before actually saving data. [Niklas Edmundsson ] diff --git a/docs/manual/mod/mod_speling.xml b/docs/manual/mod/mod_speling.xml index 3751238ed6a..5d695ea24c8 100644 --- a/docs/manual/mod/mod_speling.xml +++ b/docs/manual/mod/mod_speling.xml @@ -117,4 +117,24 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache + +CheckCaseOnly +Limits the action of the speling module to case corrections +CheckCaseOnly on|off +CheckCaseOnly Off + +server config +virtual host +directory +.htaccess + +Options + + +

When set, this directive limits the action of the spelling correction to lower/upper case changes. + Other potential corrections are not performed.

+ +
+
+