Top/Linux/Apache/モジュール/インストール

インストールはてなブックマーク

各モジュールのインストール方法は静的組み込みとDSOとを選べる。

Apacheを再コンパイル

./configure --prefix=/usr/local/apache2050 \
--enable-so \
--enable-rewrite \
--disable-autoindex \
--disable-imap \
--disable-include \
--disable-negotiation \
--disable-status \
--disable-userdir

モジュールに関するコンパイルオプション

オプション意味
--disable-モジュール名含めない
--enable-モジュール名静的に組み込む
--enable-モジュール名=sharedDSO

PHP

差分 一覧