arken Posted August 26, 2013 Posted August 26, 2013 Hello, I´ve got a Johnny Server on Heliohost, but when i run Perl-scripts, i always get an error(505 Internal Server Error).I don´t know what I made wrong; this is the text in the script: #! /usr/bin/perl print "Content-type: text/html\n\n"; print "Ok!"; Please help me!
Ice IT Support Posted August 26, 2013 Posted August 26, 2013 Make sure your perl script is stored in the cgi-bin folder with file permissions set to 755.
arken Posted August 26, 2013 Author Posted August 26, 2013 Oh, thank you! The permissions were 777 before.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now