星期二, 6月 28, 2005

Upgrade to Apache2

手動在自己的 OpenBSD 上頭把 Apache 從 1.x 升級到 2.0.x 了.

Apache 的編譯參數是:

--enable-cache --enable-disk-cache --enable-mem-cache --enable-so --enable-rewrite --enable-module=rewrite --enable-ssl --enable-proxy

PHP4的編譯參數是:

--with-apxs2=/usr/local/apache2/bin/apxs --with-gettext

mod_perl:

perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs