Apache开启目录浏览功能
修改conf.d/welcome.conf,将-Indexes改为Indexes
<LocationMatch "^/+$"> Options Indexes ErrorDocument 403 /.noindex.html </LocationMatch>
修改httpd.conf,添加如下选项
<Directory "/var/www/html"> Options Indexes FollowSymLinks </Directory>
修改conf.d/welcome.conf,将-Indexes改为Indexes
<LocationMatch "^/+$"> Options Indexes ErrorDocument 403 /.noindex.html </LocationMatch>
修改httpd.conf,添加如下选项
<Directory "/var/www/html"> Options Indexes FollowSymLinks </Directory>