2009-12-01から1ヶ月間の記事一覧

[apache][module]

メモhttp://blog.livedoor.jp/matssaku/archives/50424141.htmlあと長らく放置してたhttp://github.com/mattn/tinytinyhttpdこれいれよう。

[apache1.3][segmentation][fault][debug]

apache で デバッグする方法具体的にはこんな方法。 ps aux | grep httpd → プロセスを特定 sudo gdb → gdb起動 attach xxxx → 問題プロセスにattach gcore → 成否で分岐これで捕まえるとapache しぬけどね。忘れてたのでメモ。参考http://d.hatena.ne.jp/st…

[curl][curl-config][見つからない][debian]

WWW::Curlとかいれようとすると、 Please install 'curl-config' seperately and try again. 言われたりするので、 sudo aptitude install libcurl4-openssl-dev してあげるとinstallできますよ。