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

*モジュールに関するコンパイルオプション
|オプション|意味|h
|--disable-''モジュール名''|含めない|
|--enable-''モジュール名''|静的に組み込む|
|--enable-''モジュール名''=shared|DSO|

*PHP
-[[Devel/PHP/インストール]]
差分 一覧