# $Id$ # Customized setings for apache # Nice level for apache SERVICE_RUN_NICE_LEVEL="+5" # config dir/file path HTTPD_CONF="/etc/httpd/httpd.conf" # other command-line options HTTPD_OPTS="" # choose MPM # prefork, worker, perchild (experimental), metuxmpm (experimental) # (note that some may be not available) HTTPD_MPM="prefork"