View Single Post
  #2  
Old 01-02-2010, 05:09 PM
Zazzle Zazzle is offline
New Member
 
Join Date: Jan 2010
Posts: 1
I know this is an old thread, but I have the same problem.

I've tried adding an .htaccess file inside my cgi-bin directory (where Movable Type is) like this:
Code:
AddHandler fastcgi-script .fcgi
This does not work.

Test Script:

Code:
#!/usr/bin/perl
# Hello World Script
# Filename: hello.cgi, or hello.fcgi
print "Content-type: text/html\n\n";
print "Hello world.";
Test Output: (ex. mydomain.com/cgi-bin/helloworld.fcgi )
Code:
lscgid: execve():/path/to/mydomain.com/cgi-bin/helloworld.fcgi.fcgi: No such file or directory
My host said LiteSpeed supports FastCGI, how do I get it to work with Movable Type?
Reply With Quote