i've chmoded the file base.cgi to 755 and configured perl -- according to CPAN i've successfully installed a module called 'HTML::Template', although whenever i try to import it into a script the page returns a '500 internal server error'. i've checked my logs and they give me no errors. here's my .cgi file:
my error log reports:
why's it doing this asked 14 Aug '14, 19:49 Andromeda |
What is the result of the CGI script if you run it in shell? answered 14 Aug '14, 23:36 johns it runs it and returns no errors that i can see
(14 Aug '14, 23:39)
Andromeda
When you installed it did you follow the documentation to edit the path information?
(14 Aug '14, 23:52)
johns
yeah i'm quite sure i typed it all correctly.
(14 Aug '14, 23:57)
Andromeda
I tried running the code as your user and received a 500 error, for premature end of script headers. Would it be possible for you to create a live file we could test or submit a support ticket so we can look closer?
(15 Aug '14, 00:29)
johns
yeah i'll send in a support ticket with that information
(15 Aug '14, 01:59)
Andromeda
|