View Single Post
Old 2012-10-26, 10:15 AM   #21
tadpole
Oh! I haven't changed since high school and suddenly I am uncool
 
tadpole's Avatar
 
Join Date: Aug 2007
Location: Darkest Africa
Posts: 258
Send a message via ICQ to tadpole
Hi

Below is the reply I received from my hosting provider :-

Thank you for contacting Online Support. Based on the information provided, you experiencing some difficulty with CGI and SSI scripts. SSI and CGI are enabled and functioning on the account. You can place CGI scripts anywhere on the hosting account, they do not need to be in a cgi-bin or cgi directory. Because you have a CGI/Perl enabled account, the system path to our Perl interpreter is /usr/bin/perl. I have provided a test PERL script below if needed.


NOTE: The file's permissions must be set to execute to work.




Example of a Test PERL Script


#!/usr/bin/perl

use CGI qw(:standard);
print "Content-type: text/html

";
print "Greetings user.
";

I have not fiddled with his example as he gave no call to SSI, (that I could recognise!)
tadpole is offline   Reply With Quote