Output of -S:

VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80                   is a NameVirtualHost
         default server www.vidiot.com (/usr/local/apache2/conf/httpd.conf:481)
         port 80 namevhost www.vidiot.com 
(/usr/local/apache2/conf/httpd.conf:481)
Syntax OK


Output of -v:

Server version: Apache/2.2.6 (Unix)
Server built:   Nov 28 2007 05:41:19


Appropriate lines in the config file:

LoadModule speling_module modules/mod_speling.so
<Directory "/WebDisk/http/htdocs/vidiot">
    CheckSpelling on
</Directory>


But it does not work, sortof.  I have directories with upper/lowercase and if I
try and load based on a path like this:

        http://vidiot.com/smallville/

It fails.  But if I do:

        http://vidiot.com/smallville

It works.

What do I need to do to get spell checking to work under both conditions
of access by users?

Thanks.

MB
-- 
e-mail: [EMAIL PROTECTED]                                /~\ The ASCII
[I've been to Earth.  I know where it is.         ]      \ / Ribbon Campaign
[And I'm gonna take us there.    Starbuck  3/25/07]       X  Against
Visit - URL: http://vidiot.com/                          / \ HTML Email

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to