]> git.pld-linux.org Git - packages/apache.git/blob - apache.sysconfig
add RESTART_DELAY parameter to sleep between stop and start
[packages/apache.git] / apache.sysconfig
1 # Customized settings for Apache
2
3 # Nice level for apache
4 SERVICE_RUN_NICE_LEVEL="+5"
5
6 # config dir/file path.
7 HTTPD_CONF="/etc/httpd/apache.conf"
8
9 # other command-line options
10 # -T avoid doing many unneded DocumentRoot checks
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
23
24 # Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext
25 #RESTART_DELAY=50000
This page took 0.051303 seconds and 3 git commands to generate.