NCS/기술적보안구축
Apache - avoid Directory Indexes
장성한군사
2017. 9. 13. 10:51
vi /etc/httpd/conf.d/welcome.conf
# This configuration file enables the default "Welcome" |
vi /etc/httpd/conf/httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
service httpd restart