o.k i am a newbie...
i have a cgi file that runs file in my local server. but once i upload it i get the error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ilovetiny.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.
the program is a simple program:
#!/usr/bin/perl
print "Content-type:text/html\n\n";
print "hello world";
HELP!!!!
Known is handfull, Unknown is worldfull
i have a cgi file that runs file in my local server. but once i upload it i get the error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ilovetiny.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.
the program is a simple program:
#!/usr/bin/perl
print "Content-type:text/html\n\n";
print "hello world";
HELP!!!!
Known is handfull, Unknown is worldfull