四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

無標題文檔
wdCP系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
wdOS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
注冊 發(fā)貼 提問 回復-必看必看 wddns免費智能 DNS 開通 本地或虛擬機使 用wdcp 一鍵包在mysql編 譯時"卡住"
AI導航網(wǎng)AI應(yīng)用網(wǎng)站大全 wdcp官方技術(shù)支持/服務(wù) 阿里云8折優(yōu)惠券 無敵云 騰訊云優(yōu)惠中,現(xiàn)注冊更有260代金額券贈送
返回列表 發(fā)帖
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設(shè)置等

溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的

[求助] 403 錯誤緊急求助

網(wǎng)頁以前挺正常,最近莫名其妙的出現(xiàn)403錯誤,提示如下:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

遇到這種錯誤刷新頁面偶爾會恢復,最終需要service httpd restart 重啟下才能正常訪問。
但是可能過10幾個小時錯誤又會重新出現(xiàn),重啟httpd服務(wù)就好。

看日志有這種提示:
(24)Too many open files: /www/web/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer:
根據(jù)百度搜索說要修改文件夾權(quán)限為755,但是查詢文件夾權(quán)限沒錯。

請教是什么原因?qū)е碌?如何辦?
wdcp good

Google搜到一個:
http://greproot.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file/

1) A simple restart of apache fixed it all of a sudden.

2) Try ulimit -a as root and  check for “open files”. The default value will be 1024. Try raising it to 4096 as follows.

ulimit -n 4096

3) Also, you can raise this limit for apache by giving it in apache startup script at the beginning.

vi /etc/rc.d/init.d/httpd

Enter the following line at the beginning of the script.
ulimit -n 65536

Save the file and restart apache

/etc/rc.d/init.d/httpd restart
wdcp good

TOP

返回列表