> <snip>1. Manually install aspell for perl.</snip>
> perl -MCPAN -e'CPAN::Shell->install("Text::Aspell")'
>
> <snip>  You need ExecCGI option for scripts in www document directories,
> not
> only in cgi-bin directory. you need 'AddHandler cgi-script .cgi' directive
> in apache configs in order to use that cgi script without moving it to
> cgi-bin directory. This
> directive is not enabled by default.</snip>
>
> Per the README I have added
>
> <Directory
> "/usr/share/squirrelmail/plugins/html_mail/htmlarea/plugins/SpellChecker">
>     Options +ExecCGI
>     AddHandler cgi-script cgi
> </Directory>
>
> But I am not sure I have added it into the right spot in Apache.  I loaded
> it right below:
>
> <Directory "/var/www/cgi-bin">
>     AllowOverride None
>     Options None
>     Order allow,deny
>     Allow from all
> </Directory>
>
> Did I add in the right spot, or should I change locations?

If mod_mime module is loaded, it should work.

Technically it would be better, if you create separate configuration file
and include it at the end of httpd.conf. In some cases you just have to
put file in /etc/apache/conf.d/ or /etc/httpd/conf.d/

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to