免费一级码无码婬片AA,多姿,国产成人精品日本亚洲18图 ,亚洲欧美视频一区,久久久久国产精品一区

做網站找實速,專業網站制作設計平臺
首頁 > 課堂 > 網站技術 > 詳情
網站標簽 / Tags

網頁上為什么會出現403+Forbidden Request+forbidden+by+administrative+rules.

2019-01-20 05:02:46   來源:實速網絡|網站建設|網站設計|網站優化|網站仿制|網站SEO|網站推廣|空間域名|主機VPS|服務器|網站源碼|網站模版   瀏覽: 次
一、出現原因:
提示內容意是網站禁止訪問,沒有管理員權限。
二、解決:
一、出現原因:

提示內容意是網站禁止訪問,沒有管理員權限。


二、解決:

解析:

ls -Z -d
public_html/

#顯示文件/目錄的安全語境-Z, --context

Display security context so it
fits on most displays. Displays only mode, user, group, security context and
file name.-d, --directory

list directory entries instead of contents, and do
not dereference symbolic links


chcon -R -t httpd_user_content_t
public_html/

#修改文件/目錄的安全語境-R, --recursive

change files and directories
recursively-t, --type

set type TYPE in the target security context