
| ・ |
ドキュメントセンターを初めてご利用する方や運営方針についての基本的な姿勢をご覧になりたい方へ。
|
| ご利用の皆様から多く寄せられる質問にお答えしています。 |
|
| ・ |
ディーエーオフィスなどが利用する用語に関する解説を行います。
|
|
|
 |
 |  |
apache install |
! apache2.2.x
aprの要求がないときは、apache2.0.xと同じ方法で良いが、基本的にインストールすべきものと考えるべき。
cd /usr/local/src/httpd-2.2.2/srclib/apr
./configure
make install
cd /usr/local/src/httpd-2.2.2/srclib/apr-util
./configure --with-apr=/usr/local/apr
make install
cd /usr/local/src/httpd-2.2.2
./configure --enable-dav --enable-rewrite --enable-so --enable-ssl --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr
make
make install
openssl関係でうまくいかないときは、下記も試してみる。
./configure --enable-dav --enable-rewrite --enable-so --enable-ssl=static --with-ssl=/usr/local/openssl --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr
! apache2.0.x
cd /usr/local/src/httpd-2.2.2
./configure --enable-dav --enable-rewrite --enable-so --enable-ssl
make
make install
= ssl =
./configureに追加
--with-ssl=/usr/local/ssl
|
| 文書番号 |
02659 |
| 日付 |
2005.01.27 |
| 参照数 |
415 |
|