]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- updated manual files
[packages/apache.git] / apache.sysconfig
CommitLineData
77079cb1 1# $Id$
c64d97c8 2# Customized settings for apache
ec310785 3
4# Nice level for apache
5SERVICE_RUN_NICE_LEVEL="+5"
1f86fa83 6
77079cb1 7# config dir/file path
8HTTPD_CONF="/etc/httpd/httpd.conf"
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"
This page took 0.06737 seconds and 4 git commands to generate.