前の日 / 次の日 / 最新 / 2007-06

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2007-06-13 Wed

XAMPP ?

LAMP の環境を作るやつ。
マルチプラットフォームだからL が X なのかな。

apache のログにリモートアドレスが 0.0.0.0 と表示される

バグとして報告されている

This is resolved (pending code changes) by adding the Win32DisableAcceptEx
directive to the httpd.conf file (see
http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html)

Win32DisableAcceptEx を httpd.conf に書くと解決されるようだ。

書く場所は、

コンテキスト: サーバ設定ファイル

なので httpd.conf の適当なところでよい。

While this may solve the environment issue, using Win32DisableAcceptEx
introduces a (known) huge memory leak. So this is not an acceptable workaround.
I have downgraden to 2.2.3 for the time being.

しかし、メモリーリークが発生するようだ。

しばらく様子を見てみよう。

サーバーソフトの更新

apache を 2.0.59 から 2.2.4 にした。
デフォルトの設定がちょっとだけ違うので苦労した。

ArGoSoft Mail Server から XMail にした。
XMailの解説のページを見た。