Hi,
I get the 500 Internal Server Error when trying to use any perl script.
I looked through other similar posts but did not find any solution. My address for the a test script is http://ea.exofire.net/cgi-bin/test.cgi. Code for the script is:
#!/usr/bin/perl -w
print "Content-type: text/plain\r\n";
print "Hello World";
The file is chmod 755 and uploaded using ascii. I do not know what else should I do. There is no information in the error log either.
Thanks for any help.
Erko
I get the 500 Internal Server Error when trying to use any perl script.
I looked through other similar posts but did not find any solution. My address for the a test script is http://ea.exofire.net/cgi-bin/test.cgi. Code for the script is:
#!/usr/bin/perl -w
print "Content-type: text/plain\r\n";
print "Hello World";
The file is chmod 755 and uploaded using ascii. I do not know what else should I do. There is no information in the error log either.
Thanks for any help.
Erko