# Customized settings for apache
# $Id: apache1.sysconfig,v 1.10 2008/03/06 12:25:59 glen Exp $

# Nice level for apache
SERVICE_RUN_NICE_LEVEL="+5"

# Cmdline options
# Use -4 to disable ipv6 networking
HTTPD_OPTS=""

# perhaps set 128MB memory limit
#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"

# if you want to use CoreDumpDirectory in apache.conf:
#SERVICE_LIMITS="-u unlimited -c unlimited"

# 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
