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

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

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

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

---
~--enable-mods-shared=all --enable-authnz-ldap --enable-ldap --with-ldap --with-included-apr --enable-ssl

--実行したらInvalid command Order関係がでる場合
---mod_authz_hostを入れる?
---cd (httpd-2.2.17/)modules/aaa/
---/usr/local/apache2/bin/apxs -i -a -n authz_host mod_authz_host.la


-make; make install
-インストールディレクトリ
--/usr/local/apache2/以下