Jump to content

[Solved] 500 Internal Server Error


glario52

Recommended Posts

Hi, this is the first time I write, I hope not to write in the wrong section.

My problem is the following:
I uploaded a project in PERL - XSLT - XML, but something does not work and I do not understand what, and I do not know how to find out the reason.
I have configured .cgi files with shebang line " #!/usr/bin/perl -w " first and "
#!/usr/bin/perl " after, and set permissions 0755.

Hello World works perfectly.

http://www.pandora.heliohost.org/cgi-bin/prova.cgi

However when I run the project i get 500 error.
http://www.pandora.heliohost.org/cgi-bin/home.cgi

Is there a way to have more detailed information on what does not work so I can understand where the error is?

 

Link to comment
Share on other sites

Here is the error you're getting on home.cgi

Can't locate XML/LibXSLT.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at home.cgi line 4.
BEGIN failed--compilation aborted at home.cgi line 4.
You can get this error message yourself by going to https://johnny.heliohost.org:2083/frontend/paper_lantern/cron/index.html and creating a cron job with the code

/usr/bin/perl /home/glario52/public_html/cgi-bin/home.cgi
The output from that command will be emailed to your contact email address that you can specify on that same cpanel page. Be sure to note that you are only allowed to run 2 cron jobs per day.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...