]> git.pld-linux.org Git - packages/apache1.git/blame_incremental - apache.sysconfig
- BR: rpm-perlprov
[packages/apache1.git] / apache.sysconfig
... / ...
CommitLineData
1# $Id$
2# Customized setings for apache
3
4# Nice level for apache
5SERVICE_RUN_NICE_LEVEL="+5"
6
7# config dir/file path
8HTTPD_CONF="/etc/httpd/httpd.conf"
9
10# other command-line options
11HTTPD_OPTS=""
12
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.024805 seconds and 4 git commands to generate.