X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=apache.sysconfig;h=c96afee272a0dbbe1e366ca7cf7369054cb3f5e4;hb=b77f3be89fbc13b7aa04dfc574702f5a15971d51;hp=30e1903013b71549f95a2a90c9dd63e161285496;hpb=38b66762b02f26821a8978833c984d195936a81f;p=packages%2Fapache.git diff --git a/apache.sysconfig b/apache.sysconfig index 30e1903..c96afee 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -1,16 +1,23 @@ +# Customized settings for Apache # $Id$ -# Customized setings for apache # Nice level for apache SERVICE_RUN_NICE_LEVEL="+5" -# config dir/file path -HTTPD_CONF="/etc/httpd/httpd.conf" +# config dir/file path. default is compiled in path +#HTTPD_CONF="/etc/httpd/apache.conf" # other command-line options +# -T avoid doing many unneded DocumentRoot checks HTTPD_OPTS="" # choose MPM # prefork, worker, perchild (experimental), metuxmpm (experimental) # (note that some may be not available) HTTPD_MPM="prefork" + +# perhaps set 128MB memory limit +#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000" + +# Skip apache restarts invoked from rpm installs. +#RPM_SKIP_AUTO_RESTART=yes