ホスト側、jail側それぞれにインストール
cd /usr/ports/www/apache22
make install clean
ee /usr/local/etc/apache22/httpd.conf 編集
ServerAdmin tommy@tommybsd.plala.jp ←変更 ServerName tommybsd.plala.jp:80 ←変更 <Directory "/usr/local/www/apache22/data"> の中 AllowOverride All ←NoneをAllに変更 </Directory> 以下のところをコメント解除 # Language settings Include etc/apache22/extra/httpd-languages.conf # User home directories Include etc/apache22/extra/httpd-userdir.conf # Real-time info on requests and configuration Include etc/apache22/extra/httpd-info.conf # Various default settings Include etc/apache22/extra/httpd-default.conf
/etc/rc.conf に
apache22_enable=”YES” 1行追加
カウント表示用にwwwcountをインストール
apache22起動
/usr/local/etc/rc.d/apache22 start
ブラウザで確認 ( http://tommybsd.plala.jp/ )
/etc/newsyslog.conf に下記を追加
/var/log/httpd-error.log 644 12 * $M1D0 JC /var/run/httpd.pid 30 /var/log/httpd-access.log 644 12 * $M1D0 JC /var/run/httpd.pid 30