Quote:
Originally Posted by XavierP
What is the error message?
|
Hi XavierP,
this is my error message
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost 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.
--------------------------------------------------------------------------------
Apache/2.0.52 (CentOS) Server at * * * * * * Port 80
BUT WHEN I RUN HELLO WORLD, It works fine no error message
#!/usr/bin/perl -wT
print "Content-type: text/html\n\n";
print "Hello, world!\n";