]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.sysconfig
- add missing config reload for -defaultindex
[packages/apache1.git] / apache1.sysconfig
1 # Customized settings for apache
2 # $Id$
3
4 # Nice level for apache
5 SERVICE_RUN_NICE_LEVEL="+5"
6
7 # Cmdline options
8 # Use -4 to disable ipv6 networking
9 HTTPD_OPTS=""
10
11 # perhaps set 128MB memory limit
12 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
13
14 # Skip apache restarts invoked from rpm installs.
15 # Enable this if you run a production server and don't want rpm upgrade restart
16 # your webserver like 20 times.
17 # NOTE: You should be aware of that you need then restart the webserver manually.
18 #RPM_SKIP_AUTO_RESTART=yes
This page took 0.10103 seconds and 3 git commands to generate.