元生資訊
網頁
首頁
依日期排列
依標籤排列
所有文章列表
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 該目錄
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)