in reply to Re^8: Weird error log message
in thread Weird error log message

It is correct yes, because otherwise it wouldn't run correctly locally.

Not true. When run as CGI, it has other obligations to meet. I said that already.

if server had those 2 files 500 and 404 the site would still had trouble run, correct?

Yes, it won't help you at all. That's why I said you could ignore them.

Replies are listed 'Best First'.
Re^10: Weird error log message
by Nik (Initiate) on Jun 10, 2009 at 15:04 UTC
    Just tried this script now:
    #!/usr/bin/perl -w use strict; use CGI::Carp qw/fatalsToBrowser/; use CGI qw/:standard/; #======OK, $data set up. Now print header, start_html and JavaScript s +tuff====== print header(); print start_html(); print "hello niko";
    still same erroe message. what could possibly be the problem? this is getting on my nerves.

      Except possibly for the path to Perl, that's fine if run as a CGI script.

        Path to perl as server details state is /usr/bin/perl. why you doubt the path?
A reply falls below the community's threshold of quality. You may see it by logging in.