Re: Configuring Apache on Fedora9 for codestriker.

[email protected] (Dan Wallis) Sun, 8 Mar 2009 18:26:35 +0000
Newsgroups perl.beginners.cgi
Message-ID <[email protected]>
On 05/03/2009, [email protected] <[email protected]> wrote:
> If I give the complete path of codestriker.pl
> (/codestriker/codestriker-1.9.8/cgi-bin/codestriker.pl) in the browser
> then I get the error window that the codestriker.js was not found and I

Is that the full url you're using?

If your address bar reads:
file:///codestriker/codestriker-1.9.8/cgi-bin/codestriker.pl
then I'd guess that's your problem; I'd have expected something like:
http://localhost/cgi-bin/codestriker.pl

Are there any other error messages shown in the web server logs? (See
/var/log/apache/access.log and /var/log/apache/error.log or similar.)