apache允许列目录

vi /etc/httpd/conf.d/welcom.conf

<LocationMatch "^/+$">
    #Options -Indexes

 

vi /etc/httpd/conf/httpd.conf

<Directory "/var/www/html">
    Options Indexes FollowSymLinks
    Require all granted
</Directory>

service httpd restart

posted @ 2017-10-10 10:22  遥远的绿洲  阅读(327)  评论(0编辑  收藏  举报