]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- added HTTPD_CONF variable
[packages/apache.git] / apache.sysconfig
CommitLineData
77079cb1 1# $Id$
ec310785 2# Customized setings for apache
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
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"
This page took 0.032058 seconds and 4 git commands to generate.