]> git.pld-linux.org Git - packages/apache1.git/blob - apache.sysconfig
- add missing config reload for -defaultindex
[packages/apache1.git] / apache.sysconfig
1 # Customized settings for Apache
2 # $Id$
3
4 # Nice level for apache
5 SERVICE_RUN_NICE_LEVEL="+5"
6
7 # config dir/file path. default is compiled in path
8 #HTTPD_CONF="/etc/httpd/apache.conf"
9
10 # other command-line options
11 HTTPD_OPTS=""
12
13 # choose MPM
14 # prefork, worker, perchild (experimental), metuxmpm (experimental)
15 # (note that some may be not available)
16 HTTPD_MPM="prefork"
17
18 # perhaps set 128MB memory limit
19 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
20
21 # Skip apache restarts invoked from rpm installs.
22 #RPM_SKIP_AUTO_RESTART=yes
This page took 0.081681 seconds and 3 git commands to generate.