I just registered with a web service provider that uses cPanel. I cannot get any support from them and i am a newbie so i am looking for answers on this forum. I am trying to run Perl CGI scipts but i keep getting the following error: Internal Server Error 500
I created the folling script for test purpose:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Show me the monkey";
The permission for the home directory and scipt file are set to 755
The extension of the file is .cgi
An HTML file runs fine
I tried it as well from the cgi-bin directory without any success
The server is running on Apache
Any Ideas ???
I created the folling script for test purpose:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Show me the monkey";
The permission for the home directory and scipt file are set to 755
The extension of the file is .cgi
An HTML file runs fine
I tried it as well from the cgi-bin directory without any success
The server is running on Apache
Any Ideas ???
Last edited: