我正在尝试使MaxClients动态化(随环境,主机名的不同而变化),并通过PerlPostConfigHandler,PerlPostConfigRequire,PerlConfigRequire覆盖默认值:
require Apache2::ServerUtil;
Apache2::ServerUtil->server->add_config(["MaxClients 100"]);
它似乎没有任何作用。 https://perl.apache.org/docs/2.0/api/Apache2/ServerUtil.html#C_add_config_没有说什么选项可以被覆盖。
还有其他方法可以使MaxClient可配置吗?
我正在使用Apache 2.2