$HTTP["host"] =~ "typo.jasonhoffman.org" { server.document-root = "/home/jah/apps/typo/trunk/public/" server.error-handler-404 = "/dispatch.fcgi" server.indexfiles = ( "dispatch.fcgi") server.errorlog = "/home/jah/logs/error.typo.log" fastcgi.server = ( ".fcgi" => ( "localhost" => ( "socket" => "/home/jah/tmp/typo-jah.socket", "min-procs" => 2, "max-procs" => 2, "bin-path" => "/home/jah/apps/typo/trunk/public/dispatch.fcgi", "bin-environment" => ( "RAILS_ENV" => "production" ) ))) }
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!)
Typo under lighttpd (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Updated lighttpd control scr... in lighttpd rails typo ruby-fcgi lighttpdctrl lighttpdctl fcgi
» killing your own dispatch.fcgis in awk lighttpd ruby rails
» Typo current error in ruby rails typo error textdrive setup
» 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
» Install Rails/lighttpd with ... in lighttpd ruby rails osx tiger
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails