Commit d0fc6db0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

vz/azbyka/createbytask.int.sh: add MaxClients support

parent 9eca2069
......@@ -266,6 +266,10 @@ EOF
\1|" /etc/httpd2/conf/extra-available/httpd-mpm.conf
fi
if [ -n "$APACHE_MaxClients" ] ; then
subst "s|MaxClients .*|MaxClients $APACHE_MaxClients|g" /etc/httpd2/conf/extra-available/httpd-mpm.conf
fi
# fix remoteip
subst 's|LogFormat "%h|LogFormat "%a|g' /etc/httpd2/conf/mods-available/log_config.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment