vol7ron
New Member
- Messages
- 434
- Reaction score
- 0
- Points
- 0
I asked for Corey because I see he has experience in this area.
My problem is very similar to the one listed here:
http://forums.x10hosting.com/free-hosting/57467-problem-run-cgi-scripts.html
Only I'm not using scgi-bin/, I'm using the defaulted /cgi-bin.
Permissions are fine and everything, but the file downloads and does not run. This works no matter if it is saved as .pl or .cgi
I've been doing testing with a basic script:
#!/usr/bin/perl
my $var = 'this is pure perl';
print "$var\n";
Thank you,
vol7ron
My problem is very similar to the one listed here:
http://forums.x10hosting.com/free-hosting/57467-problem-run-cgi-scripts.html
Only I'm not using scgi-bin/, I'm using the defaulted /cgi-bin.
Permissions are fine and everything, but the file downloads and does not run. This works no matter if it is saved as .pl or .cgi
I've been doing testing with a basic script:
#!/usr/bin/perl
my $var = 'this is pure perl';
print "$var\n";
Thank you,
vol7ron