最小設定 lighttpd.conf server.document-root = "/path/to/root" server.port = 80
最小設定 lighttpd.conf server.document-root = "/path/to/root" server.port = 80
あまり「static/以下は静的」みたいな振り分け方は好きではなくて、「拡張子が有ったら静的・無かったら動的」として振り分けるようにしています。 Lighttpd + FastCGIだとこんな感じで「拡張子を含まないリクエストをfastcgiで処理する」という条件でできました。 $HTTP["url"] =~ "/[^/\.]*(\?|$)" { # "/[^/\.]*(\?.*)?$"でもOK fastcgi.server = ( "" => (( "socket" => "/var/run/lighttpd_fastcgi.socket", "check-local" => "disable", )) ) }Apache + ModPerlだと、これとは逆に「全てをmodperlで処理し、拡張子があるものだけはdefault-handlerで処理する」と書かないといけません→Catal
This page documents the 1.4 (latest stable) release. Documentation for other releases can be found here. FastCGI interface allows Trac to remain resident much like with mod_python or mod_wsgi. It is faster than external CGI interfaces which must start a new process for each request. Additionally, it is supported by a much wider variety of web servers. Note that unlike mod_python, FastCGI supports
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く