swozniak
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Hi,
I have been trying to get cgi scripts work on my free account.
I have gone to cpanel and enabled scgi wrapper, uploaded my hello world script:
I have changed the permissions using ftp to 755 and I get 500 error.
Do you know what else do I need to do to make it work?
Regards,
Stan
I have been trying to get cgi scripts work on my free account.
I have gone to cpanel and enabled scgi wrapper, uploaded my hello world script:
Code:
#!/usr/bin/perl
print "Content-type: text/html\n\n"
print "Hello World!"
I have changed the permissions using ftp to 755 and I get 500 error.
Do you know what else do I need to do to make it work?
Regards,
Stan