こんにちは、stackoverflowコミュニティ、Apache - ランダムタイム(Apacheを再起動するFore)の後のウェブサイトタイムアウト
私は私のApacheサーバーに大きな問題があります。
(今、私はGoogleがメッセージを翻訳使用)
私はまだ知らないため、ランダムに、私のApache2のサーバは、(エラー500)を応答を停止して開始します。
問題が発生したとき、私は、「error.logファイル」ファイルで、何かに気づいた私はいつもこのラインを見つける:その後
[Mon Aug 14 18:42:39.917495 2017] [mpm_prefork:error] [pid 23163] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
を、私は「MaxRequestWorkers」値を変更するよう求められたが、それていました何も変わらなかった、問題はまだそこにある。
私はまた、問題が発生した場合、一般的に、強い要求がこれらのログ(access.logを)で、Apacheサーバ(特に 最後、生フォース攻撃を)吸う、次のされていることに気づい:
ファイルでhttp://p.hexicans.eu/MMgRunkXQX
「error.logファイル」、私はまた、これらのエラーの多くを記録:
[Mon Aug 14 18:28:58.366861 2017] [core:warn] [pid 20916] AH00045: child process 22399 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366873 2017] [core:warn] [pid 20916] AH00045: child process 22401 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366883 2017] [core:warn] [pid 20916] AH00045: child process 22402 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366890 2017] [core:warn] [pid 20916] AH00045: child process 22425 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366898 2017] [core:warn] [pid 20916] AH00045: child process 22428 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366910 2017] [core:warn] [pid 20916] AH00045: child process 22451 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366923 2017] [core:warn] [pid 20916] AH00045: child process 22456 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366965 2017] [core:warn] [pid 20916] AH00045: child process 22460 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366981 2017] [core:warn] [pid 20916] AH00045: child process 22466 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366990 2017] [core:warn] [pid 20916] AH00045: child process 22468 still did not exit, sending a SIGTERM
[Mon Aug 14 18:28:58.366997 2017] [core:warn] [pid 20916] AH00045: child process 22469 still did not exit, sending a SIGTERM
私はすでに解決策を探して多くの時間を費やしている、とこれまでのところ、私はそれを発見していません、それで私はheaだ
<IfModule mpm_prefork_module>
ServerLimit 500
StartServers 10
MinSpareServers 10
MaxSpareServers 400
MaxRequestWorkers 256
MaxConnectionsPerChild 0
KeepAlive Off
</IfModule>
その他の情報:
- OS:Ubuntuの16.04.3このフォーラム^^
マイactualy "/etc/apache2/mods-enabled/mpm_prefork.conf" ファイルへの鼎LTS
- のApache:Apacheの/ 2.4.18(Ubuntuの)
- PHP:ZendのエンジンV3.0.0、著作権(C)1998から2017
ご協力いただきありがとうございます!
ハム、いいえのアイデア? ^^ – Luluwebmaster