您好,登錄后才能下訂單哦!
關閉防火墻
[root@ldapmaster2 ~]# systemctl disable firewall
[root@ldapmaster2 ~]# systemctl stop firewall
[root@ldapmaster2 ~]# setenforce 0 #暫時關閉selinux
安裝apache和php環境
[root@ldapmaster2 ~]# yum install httpd php php-bcmath php-gd php-mbstring php-xml php-ldap mod_auth_kerb
下載phpldapadmin,并解壓到/var/www/html/下
[root@ldapmaster2 ~]# wget http://sourceforge.net/projects/phpldapadmin/files/phpldapadmin-php5/1.2.3/phpldapadmin-1.2.3.zip
[root@ldapmaster2 ~]# unzip phpldapadmin-1.2.3.zip -d /var/www/html/
拷貝配置文件
[root@ldapmaster2 ~]# cp /var/www/html/phpldapadmin/config/config.php.example /var/www/html/ldapadmin/config/config.php
配置apache
[root@ldapmaster2 ~]# sed -i 's/#ServerName/ServerName your_ip:80'
在配置文件中/etc/httpd/conf/httpd.conf中,index.html后面添加index.php
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
啟動httpd服務
[root@ldapmaster2 ~]# systemctl start httpd
瀏覽器中訪問,http://ip/phpldapadmin
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。