fastcgi.server = ( ".fcgi" => ( "localhost" => ( "socket" => "/tmp/textdrive-new.socket", "bin-path" => "/users/home/website/web/public/dispatch.fcgi", "bin-environment" => ( "RAILS_ENV" => "production" ) ) ), ".php" => ( "localhost" => ( "socket" => "/tmp/textdrive-php5-fcgi.socket", "bin-path" => "/usr/local/www/cgi-bin/php5-fcgi", "bin-environment" => ( "PHP_FCGI_CHILDREN" => "4", "PHP_FCGI_MAX_REQUESTS" => "5000" ) ) ) )
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
How TextDrive does both PHP and Rails FCGI in one thing-a-ma-bob (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» My lighttpd php-fastcgi conf... in php fastcgi lighttpd
» Example lighttpd config for ... in php lighttpd rails examples filenice
» Compile PHP5 with Fast-cgi s... in php fastcgi lighttpd
» Killing rogue dispatch.fcgi ... in fastcgi lighttpd ruby rails textdrive dispatch.fcgi on processes
» Daedalus Config to Keep Ligh... in fastcgi lighttpd ruby rails config dispatch.fcgi daedalus nice
» Updated lighttpd control scr... in lighttpd rails typo ruby-fcgi lighttpdctrl lighttpdctl fcgi
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails