トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

コンピュータ系/ソフトウェア/Apache/インストール/Ver.2.2.15 の変更点

-tar xzf httpd-2.2.15.tar.gz
-cd httpd-2.2.15
-./configure
--
~--enable-so

---soで提供されるDSOを有効にする.
--[[その他>http://www.apache.jp/manual/programs/configure.html]]

--特にWebサーバ用?

---
~--enable-mods-shared=all --enable-authnz-ldap=shared --enable-ldap=shared --with-ldap

-make; make install
-インストールディレクトリ
--/usr/local/apache2/以下
-その他
--configureのオプション for LDAP on 1.3,2.0
---
~--enable-mods-shared=all
---
~--with-ldap
---
~--enable-ldap
---
~--enable-authnz-ldap
---
~--with-included-apr
---
~--enable-ssl
--mod sslで提供されるssl/tsl通信関係

--arp,arp-utilエラー
---arp, arp-util関係のエラーが出る場合,httpd-2.2.**に付属のapr,apr-utilをインストール
---cd srclib/apr
---./configure
---make; make install
---cd ../apr-util
---./configure --with-apr=/usr/local/apr
---make; make install