[Apache エラーを修正] サーバーが MaxClients 設定に達しました。MaxClients 設定を上げることを検討してください
この場合にエラーという用語を使用するのは少し不適切です “サーバーが MaxClients 設定に達しました。MaxClients 設定を上げることを検討してください“。それはむしろ通知です …
The MaxClients directive sets the limit on the number of simultaneous requests that will be served. Any connection attempts over the MaxClients limit will normally be queued, up to a number based on the ListenBacklog directive. Once a child process is freed at the end of a different request, the connection will then be serviced.
この場合にエラーという用語を使用するのは少し不適切です “サーバーが MaxClients 設定に達しました。MaxClients 設定を上げることを検討してください“。それはむしろ通知です …