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

コンピュータ系/ソフトウェア/Apache/phpLDAPadmin使用設定 の変更点

-[[httpd.conf>../設定/ファイル/httpd.conf]]にて以下を追加
--AddHandler php5-script php
--例:phpLDAPadminのインストールディレクトリ:/usr/local/phpldapadmin
--Alias /ldapadmin/ /usr/local/phpldapadmin/htdocs/
--<Directory "/usr/local/phpldapadmin/htdocs">
--&nbsp;&nbsp;&nbsp;&nbsp;Order allow,deny
--&nbsp;&nbsp;&nbsp;&nbsp;Allow from all
--&nbsp;&nbsp;&nbsp;&nbsp;DirectoryIndex index.php index.html
--</Directory>