]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache.sysconfig
drop webserver(reqtimeout)
[packages/apache.git] / apache.sysconfig
... / ...
CommitLineData
1# Customized settings for Apache
2
3# Nice level for apache
4SERVICE_RUN_NICE_LEVEL="+5"
5
6# config dir/file path.
7HTTPD_CONF="/etc/httpd/apache.conf"
8
9# other command-line options
10# -T avoid doing many unneded DocumentRoot checks
11HTTPD_OPTS=""
12
13# choose MPM
14# prefork, worker, perchild (experimental), metuxmpm (experimental)
15# (note that some may be not available)
16HTTPD_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.038946 seconds and 4 git commands to generate.