|
今天遇到一個問題
CPANEL主機上的服務都正常
就是網頁打不開
netstat -tunlp
發現 port 80還在運作
所以去找了apache error log- /usr/local/apache/logs/error_log
複製代碼 發現錯誤訊息出現
[emerg] mod_qos(007): could not determine MaxClients/MaxRequestWorkers! You MUST set this directive within the Apache configuration file.
[Mon Nov 17 22:47:12 2014] [notice] mod_qos(009): loaded MPM is 'Prefork' but mod_qos should be used with MPM 'Worker' only.
於是GOOGLE一下發現
EasyApache - Mod_QoS
mod_qos
被打開了
於是回到
EasyApache - Mod_QoS
把它關閉就好了
|
|