更新AWS弹性bean stalk实例的apache配置文件中的maxclients设置

时间:2016-05-05 17:23:40

标签: apache amazon-web-services elastic-beanstalk

我用此更新了弹性beanstalk实例的 /etc/httpd/conf/httpd.conf 文件。

<IfModule prefork.c>
StartServers       8
MinSpareServers    5
MaxSpareServers   20
ServerLimit     1000
MaxClients      1000
MaxRequestsPerChild  4000
</IfModule>

之后我使用

重启了我的httpd服务
sudo service httpd restart

现在,如果我一次运行300个客户端,那么apache仍然会抛出此错误。

[error] server reached MaxClients setting, consider raising the MaxClients setting.

如何有效更新maxclients设置?

1 个答案:

答案 0 :(得分:0)

尝试thisthisthis。我还没有尝试过这个。你可以尝试一下。