in reply to Re^2: Perl CGI problem. Help please!!!!
in thread Perl CGI problem. Help please!!!!

I have now moved the script to cgi-bin folder (file:///usr/local/apache/cgi-bin/simpleImage.cgi) and repeated chmod 755. It still does the same (showing the code). Does this mean that just putting the code in cgi-bin does not solve the purpose.

Sounds that way to me.

Do you have _any_ CGI programs working on this web server? It looks like your server isn't configured to run CGI programs at all. If you told us which web server you were using, someone might be able to help you fix that.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^3: Perl CGI problem. Help please!!!!

Replies are listed 'Best First'.
Re^4: Perl CGI problem. Help please!!!!
by chakkaln (Sexton) on Jul 28, 2005 at 00:12 UTC
    I have no cgi scripts running on the webserver. This would be the first one Thanks