Apache のソースファイルを Apache HTTP SERVER PROJECT から/usr/local/srcへダウンロードしてコンパイル、インストールを行います。# mkdir /usr/local/httpd-2.2.9# cd /usr/local/src# tar xzf httpd-2.2.9.tar.gz# cd httpd-2.2.9# ./configure --prefix=/usr/local/httpd-2.2.4 --enable-ssl=shared --enable-rewrite=shared --enable-dav=shared --enable-dav-fs=shared --enable-proxy=shared --enable-proxy-ajp=shared# make# make install1. インストール先のディレクトリを設定します。 --prefix=/usr/local/httpd-2.2.42. SSL を使って通信を暗号化するモジュール mod_ssl を DSO として組み込む設定を行います。 --enable-s...
更新から 1日と17時間10分56秒 経過作成日: 2009-01-08 15:07:34