x4d1_
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
hi,
i am trying to do anything in perl... i have made a file which is here:
i have put it in /public_html/cgi-bin and named it as perl.pl;
if i execute http://www.x4d1.x10hosting.com/cgi-bin/perl.pl there is an error:
File does not exist: /home/x4d1/public_html/500.shtml in error log in my cpanel
there are some screens:
i am trying to do anything in perl... i have made a file which is here:
Code:
#!/usr/bin/perl
print "Content-type: text/plain\n\n";
print "simple text";
if i execute http://www.x4d1.x10hosting.com/cgi-bin/perl.pl there is an error:
after that i can see error entry:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@x4d1.x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
File does not exist: /home/x4d1/public_html/500.shtml in error log in my cpanel
there are some screens:
