cd /etc/httpd/conf
cp httpd.conf httpd.conf.bak
vim httpd.conf
DirectoryIndex index.html index.php
sudo /etc/init.d/apache2 restart
或者 service httpd restart
cp httpd.conf httpd.conf.bak
vim httpd.conf
DirectoryIndex index.html index.php
sudo /etc/init.d/apache2 restart
或者 service httpd restart