
gregbugaj
Deleted
Mar 9, 2000, 10:31 AM
Post #1 of 5
(314 views)
|
|
HTTP 500 - Internal server error
|
Can't Post
|
|
Hi my name is Greg. My problem is when I try to load cgi/pl scripts from the browser I recive this error HTTP 500 - Internal server error. I have also used chmod 755 on script . I use this test script #!/usr/local/bin/perl print "Content-type: text/html\n\n"; cure(); sub cure { print "Hello, World...\n"; } Thanks Greg Bugaj
|