]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- more verbose files in system-wide dirs
[packages/apache.git] / apache.sysconfig
CommitLineData
31a43788 1# Customized settings for Apache
77079cb1 2# $Id$
ec310785 3
4# Nice level for apache
5SERVICE_RUN_NICE_LEVEL="+5"
1f86fa83 6
9941f965
AF
7# config dir/file path.
8HTTPD_CONF="/etc/httpd/apache.conf"
77079cb1 9
38b66762 10# other command-line options
4d8792bb 11# -T avoid doing many unneded DocumentRoot checks
1f86fa83 12HTTPD_OPTS=""
13
7728b647
AM
14# choose MPM
15# prefork, worker, perchild (experimental), metuxmpm (experimental)
16# (note that some may be not available)
17HTTPD_MPM="prefork"
da69279d
ER
18
19# perhaps set 128MB memory limit
20#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
efcd6144
ER
21
22# Skip apache restarts invoked from rpm installs.
de2e6fd2 23#RPM_SKIP_AUTO_RESTART=yes
This page took 0.076362 seconds and 4 git commands to generate.