How to configure fastcgi to work with ligttpd in ubuntu
- by michael
I am able to run lighttpd on ubuntu 9.10.
But when i tried to setup fastcgi with lighttpd by putting this in the ligttpd.conf file:
#### fastcgi module
fastcgi.server = ( "/fastcgi_scripts/" =>
(( "host" => "127.0.0.1",
"port" => "9098",
"check-local" => "disable",
"bin-path" =>…