停止 httpd: [失敗]
正在啟動 httpd:syntax error on line 293 of /etc/httpd/conf/httpd.conf:
documentroot must be a directory
[失敗]
停止 httpd: [失敗]
正在啟動 httpd: [確定]
解決 方法 :
這是因為 selinux 的許可權問題導致,
解決方法 :
給**檔案 加apache 的許可權 :
chcon -r -h -t httpd_sys_content_t /var/www/filename即可
Apache 目錄許可權
輸入使用者名稱 密碼後方可訪問home目錄下的檔案 httpd.confoptions indexes multiviews indexes 禁止目錄索引 allowoverride authconfig order deny,allow allow from all options all all...
Apache訪問許可權設定
本文的httpd版本號為httpd 2.4.4,事先關閉防火牆和selinux。要想實現linux下apache對web頁面的訪問控制許可權設定,主要需要修改的是 etc httpd httpd.conf這個檔案 切記 一旦修改 etc httpd httpd.conf必須重啟httpd服務,否則不...
apache 設定目錄許可權控制
1。首先要有apache 的認證模組,預設都會安裝。2.編輯httpd.conf檔案 修改工作目錄下的配置,將allowoverride 更改為 authconfig 3.用htpasswd建立乙個密碼檔案,比如檔案名叫 my.pass 建立htpasswd c b my.pass myuserna...