View Single Post
  #3  
Old 01-05-2010, 12:59 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
You need to ask your host to manually add a FastCGI application for each of your FCGI application in LiteSpeed web console, then add a script handler for you. like
your hello app is called "hello_fcgi", the script handler suffix is "hello_fcgi".
Then you use directive.

<Files hello.fcgi>
ForceType application/x-httpd-hello_fcgi
</Files>

You need to do the same for each FCGI application.
Reply With Quote