]> git.pld-linux.org Git - packages/apache1.git/blob - apache.sysconfig
- rel 3
[packages/apache1.git] / apache.sysconfig
1 # $Id$
2 # Customized setings for apache
3
4 # Nice level for apache
5 SERVICE_RUN_NICE_LEVEL="+5"
6
7 # config dir/file path
8 HTTPD_CONF="/etc/httpd/httpd.conf"
9
10 # other command-line options
11 HTTPD_OPTS=""
12
13 # choose MPM
14 # prefork, worker, perchild (experimental), metuxmpm (experimental)
15 # (note that some may be not available)
16 HTTPD_MPM="prefork"
This page took 0.129003 seconds and 3 git commands to generate.