2020年4月12日 星期日

[centos]移除apache目錄下檔案顯示功能

有時候這個功能很好用,但是很多資料都會被看光,所以關掉比較好

先確認一下版本
 cat /etc/redhat-release

我版本是7.7 1908
搜尋一下
whereis httpd.conf

列出好幾個,應該是這個/etc/httpd/conf/httpd.conf

找到Options Indexes FollowSymLinks

Indexes刪掉

重新啟動
systemctl start httpd

[php]修改目錄擁有者apache

sudo chown -R apache:apache 該目錄