]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- release 3
[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
7d0f54c8
ER
7# config dir/file path. default is compiled in path
8#HTTPD_CONF="/etc/httpd/apache.conf"
77079cb1 9
38b66762 10# other command-line options
1f86fa83 11HTTPD_OPTS=""
12
7728b647
AM
13# choose MPM
14# prefork, worker, perchild (experimental), metuxmpm (experimental)
15# (note that some may be not available)
16HTTPD_MPM="prefork"
da69279d
ER
17
18# perhaps set 128MB memory limit
19#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
efcd6144
ER
20
21# Skip apache restarts invoked from rpm installs.
de2e6fd2 22#RPM_SKIP_AUTO_RESTART=yes
This page took 0.092426 seconds and 4 git commands to generate.