httpd-2.0.47

簡単に。。

httpd-2.0.47.tar.gz を /usr/local/src/ に置いた場合です。


# cd /usr/local/src/
# gzip -dc httpd-2.0.47.tar.gz | tar xvf -
# cd httpd-2.0.47/
# ./configure --enable-mpm=mpmt_pthread
# make
# make install


 

ハイ。終わり。