lightyでRTを動かすの法

$HTTP["host"] == "rt.unknownplace.org" { server.document-root = "/usr/local/rt3/share/html" server.errorlog = "/var/log/lighttpd/rt-error.log" accesslog.filename = "/var/log/lighttpd/rt-access.log"

     setenv.add-environment = (
          "SCRIPT_NAME" => "/",
     )
     url.rewrite-once = (
          "^/(?!NoAuth/images/)(.*)" => "/rt3/$1",
     )
     fastcgi.server = (
          "/rt3" => ((
               "bin-path" => "/usr/local/rt3/bin/mason_handler.fcgi",
               "socket" => "/tmp/rt.socket",
               "max-procs" => 1,
               "check-local" => "disable",
          ))
     )
}

/usr/local/rt3 に入れた場合。

by typester / at 2006-10-26T22:20:00 / lighttpd / Comment

ぐあーーーー。

by typester / at 2006-10-26T21:36:00 / baseball / Comment

出社。

by typester / at 2006-10-26T10:42:00 / life / Comment

明日、会社macmini初期化ろう。

とりあえずインストーラDVDとかをかばんに入れた。

by typester / at 2006-10-26T03:27:00 / life / Comment

退社。

OSX調子悪すぎて作業が進まない。。。

by typester / at 2006-10-26T02:53:00 / life / Comment