退社。

by typester / at 2006-11-21T21:45:00 / life / Comment

DBIx::Class vs mysql vs UTF-8

DBIx::Class vs mysql vs UTF-8

それ、0.7以降(多分)ならconnectionやconnect上書きしなくてもこうかけるよ。

__PACKAGE__->connection(
    'dbi:mysql:foo',
    'root',
    {
        on_connect_do => ['SET NAMES utf8'],
    },
);
by typester / at 2006-11-21T12:06:00 / perl · dbic / Comment

出社。

by typester / at 2006-11-21T10:42:00 / life / Comment

退社。

by typester / at 2006-11-21T00:02:00 / life / Comment

出社。

by typester / at 2006-11-20T10:29:00 / life / Comment

HTML::TreeBuilderのエスケープ処理がよくなっている

CLON - 2006/10/08 - HTML::TreeBuilderいいんだけど。。

のやつ、最近の更新で直ってるみたいだ。

HTML::Widget を試してみようとインストールしようとしたら、エスケープ関係のテストでこけて、それを追ってみたら気づいた。

by typester / at 2006-11-19T11:11:00 / perl / Comment

退社。

by typester / at 2006-11-17T23:52:00 / life / Comment

出社。

by typester / at 2006-11-17T12:02:00 / life / Comment

退社。

by typester / at 2006-11-16T21:50:00 / life / Comment

いまだに lighttpd 1.5.0 で

fastcgiを動かせないオレガイル。

# lighttpd.conf
proxy-core.protocol = "fastcgi"
proxy-core.backends = ( "127.0.0.1:3001" )

で、

./script/myapp_fastcgi.pl -l 127.0.0.1:3001

でfcgi起動後アクセスすると

mod_proxy_core.c.1288: (trace) backlog: all backends are down, putting / (4) into the backlog

なんで?><

付属の spawn-fcgi でfastcgiプロセス起動しても結果は同じ。

全ログ

mod_proxy_core_address.c.136: (trace) resolving 127.0.0.1 on port 3001
mod_proxy_core_address.c.63: (trace) adding 127.0.0.1:3001 to the address-pool
log.c.139: (trace) server started
mod_proxy_core.c.1288: (trace) backlog: all backends are down, putting / (4) into the backlog
by typester / at 2006-11-16T14:00:00 / lighttpd / Comment

55 56 57 58 59 60 61 62 63 64

(Page 59 of 203)