小弟用的虛擬機是parallels desktop
然後架設了一個httpserver
想說先 vim /etc/httpd.conf.d/userdir.conf
把
#UserDir disabled <--這個加註解
然後 userdir public_html 刪除註解
接下來 systemctl stop httpd
systemctl start httpd
切回 student 使用者
mkdir public_html
vim /home/student/public_html/index.html(準備測試用的網頁)
http://server11.example.com/~student/index.html
chmod 701 /home/student
exit(登出 student,回到 root)
sealert -a /var/log/audit/audit.log
setsebool -P httpd_enable_homedirs 1
虛擬機兩台 都能連上網頁了
然後 本機也可連上網頁
但把網址
http://10.211.55.17/~student/index.html
丟給其他朋友做連線時
都是呈現err_connection_timed_out
不知道這是什麼原因呢?