PDA

View Full Version : FastCGI responders


bogus
12-07-2003, 08:32 AM
Hello,

How do you configure access to FastCGI responder apps?
Whereas FastCGI filters are easy to use through the script handler menu, I did'nt find a way to bind a FastCGI app to a given URL as expected in the FastCGI protocol:
For responder roles, the administrator configures some part of the URL space to be handled by the FastCGI application. For example, all URLs beginning with /rollcall/ might be handled by the employee database application.
Thanks.

mistwang
12-07-2003, 12:14 PM
Thank you for trying our product.
You need to define a FastCGI "External App" at either server level or virtual host level first, then add a "Fast CGI" context with "URI"=>"/rollcall/", "Fast CGI app"=>"your fast cgi responder".
Please take a look at
http://litespeedtech.com/docs/howto.html#extapp

Hope that answers your question.

bogus
12-08-2003, 09:13 AM
Thank you very much, that exactly what I was looking for. I didn't search in the Virtual host conf well...

BTW, congratulation for your very exciting piece of software. I was looking for a light and efficient multiplexing FastCGI enabled server and you've made it!!

mistwang
12-08-2003, 10:31 AM
You are welcome and thank you for your praise.
If any suggestion, please let us know.

Thanks.