Configuration needed for fastcgi setup on lighttpd 1.5

Anil Katragadda <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Hi,

I am trying to setup fastcgi configuration on lighttpd 1.5.x . As the older
mod_proxy and mod_fastcgi were replaced in lighttpd 1.5.x with
mod_proxy_core, the old configuration of lighttpd 1.4, won't work. My old
configuration in 1.4.x was looking something like this.

fastcgi.debug               = 0
fastcgi.server              = ( ".fcgi" => (
                                  "grisu" => (
                    "host" => "x.x.x.x",
                    "port" => 11000,
                    "bin-path" => env.SRCDIR + "/tmp/mybin",
                    "check-local" => "disable",
                    "max-procs" => 1,
                    "min-procs" => 1
                  )
                )
                  )

Can anyone help me with a sample fastcgi configuration for lighttpd 1.5?
Please note that my requirement for fastcgi is not for .php, but for C
language binary files. All the examples in lighttpd mod_proxy_core are for
setting up '.php' with fastcgi, but none of them are for C binaries.

I appreciate your help.

Thanks,
AK

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.