2007-08-02から1日間の記事一覧

Re: 子と孫ができる…

http://d.hatena.ne.jp/winebarrel/20070730/p4 plugin配下のbackgroundrbが原因っぽい。 なんかdRubyのプロセスが残るよう。

Apache + lighttpd + fastcgiにしてみる

ちょっとお試し。 設定 $HTTP["url"] =~ "^/masudaitter/" { server.port = 3000 #url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => ".html" ) server.indexfiles = ( "index.html", "dispatch.fcgi" ) server.error-handler-404 = "/dispatch.fcgi" …

LIGHTTPD: the FastCGI Interface

WEB

http://trac.lighttpd.net/trac/wiki/Docs:ModFastCGI lighttpdのFastCGIモジュールのインターフェースについて。