<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>
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>
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?
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Did I add in the right spot, or should I change locations?
Thanks,
Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
1. Download aspell for perl.
2. you need ExecCGI option for scripts in www document directories, not
only in cgi-bin directory.
3. 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.
README file in html_mail contains information about required apache
configuration directives.
--
Tomas
Do you Yahoo!?
Meet the all-new My Yahoo! – Try it today!