# Customized settings for apache

# Nice level for apache
SERVICE_RUN_NICE_LEVEL="+5"

# Cmdline options
HTTPD_OPTS=""

# Skip apache restarts invoked from rpm installs.
# Enable this if you run a production server and don't want rpm upgrade restart
# your webserver like 20 times.
# NOTE: You should be aware of that you need then restart the webserver manually.
#RPM_SKIP_AUTO_RESTART=yes
