$HTTP["host"] =~ "(typo|blog)\.simplicio\.(com|net|org)" { server.document-root = "/home/rsimplicio/web/public/typo/" url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => "$1.html" ) server.error-handler-404 = "/dispatch.fcgi" server.indexfiles = ( "dispatch.fcgi") fastcgi.server = ( ".fcgi" => ( "Simplicio-typo" => ( "socket" => "/home/rsimplicio/web/lighttpd-typo-fcgi.socket", "bin-path" => "/home/rsimplicio/web/public/typo/dispatch.fcgi", "bin-environment" => ( "RAILS_ENV" => "production" ), "max-load-per-proc" => 25, "min-procs" => 1, "max-procs" => 1, "idle-timeout" => 60 ) ) ) }