|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Dec 2005
1 posts
Gave thanks: 0
Thanked 0 times
|
CGI not working
For some reason I can not get cgi to work. I put the following script in cgi-bin:
#!/usr/bin/perl -wT print "Content-type: text/html\n\n"; print "Hello, World."; and I get an internal server error the log says: [Fri Dec 2 02:39:28 2005] [error] Premature end of script headers: I tried chmoding it to 777 then 755 but still the same error. Any ideas? |
|
|
|