# Customized settings for Apache # $Id: apache.sysconfig,v 1.17 2011/08/03 22:08:10 gotar Exp $ # Nice level for apache SERVICE_RUN_NICE_LEVEL="+5" # 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="" # perhaps set 128MB memory limit #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000" # Skip apache restarts invoked from rpm installs. #RPM_SKIP_AUTO_RESTART=yes