2007-03-14から1日間の記事一覧

catalystのキャッシュ

出力をキャッシュする Catalyst::Plugin::PageCache Catalyst::Plugin::PageCache use Catalyst; MyApp->setup( qw/Cache::FileCache PageCache/ ); MyApp->config->{page_cache} = { expires => 300, set_http_headers => 1, auto_cache => [ '/view/.*', '…

Catalyst-Runtime 5.7007

5.7007 2007-03-13 14:18:00 - Performance and stability improvements to the built-in HTTP server. - Don't ignore file uploads if form contains a text field with the same name. (Carl Franks) - Support restart_delay of 0 (for use in the POE e…

Apache 2.2.2でproxy が502エラーをだす件 2.2.4で修正だと

今までこういう事無かったんだけど、新しい環境で頻発してた。 proxy: Error reading from remote server returned by /, referer: http://***/2.2.4ってのがあったのもしらんかったけど、Yahoo!で検索したら(Googleはまたもひっかからなかったよ) http://…