| > 1) The httpd.conf is modified as follows
Make sure you restart apache after any modifications.
>    Alias /codestrike/ /home/psv/Desktop/CodeStriker/codestriker-1.9.10/cgi-bin/
Still a typo here.. should be Alias /codestriker/ - missing the 'r'.
>    Alias /html/ /home/psv/Desktop/CodeStriker/codestriker-1.9.10/html/
This should be Alias /codestrikerhtml/
>    <Directory "/home/psv/Desktop/CodeStriker/codestriker-1.9.10/cgi-bin">
>           SetHandler perl-script
>           PerlHandler ModPerl::Registry
>           Options +ExecCGI
>    </Directory>
>
>    <Directory "/home/psv/Desktop/CodeStriker/codestriker-1.9.10/html">
>        AllowOverride None
>        Allow from all
>    </Directory>
I'd recommend configuring as CGI first before using mod-perl.
>    ErrorLog /home/psv/Desktop/CodeStriker/codestrkerror.log
You should check the contents of the file for the mail issue.
>    DirectoryIndex codestriker/codestriker.pl index.html index.htm index.shtml
This line should be removed.
> 2) Attached is the codestriker.conf file
> 3) The error
> "oh oh cant find codstriker.js, please check web server config" still persists
If you make the above changes, it should be fine.  For your mail
server issue, check the error log file above.  Its likely that you
haven't specified the right SMTP host.
Cheers,
David
 |