]> git.pld-linux.org Git - packages/apache1.git/blob - apache.sysconfig
- support for multiple MPMs
[packages/apache1.git] / apache.sysconfig
1 # Customized setings for apache
2
3 # Nice level for apache
4 SERVICE_RUN_NICE_LEVEL="+5"
5
6 # Cmdline options 
7 HTTPD_OPTS=""
8
9 # choose MPM
10 # prefork, worker, perchild (experimental), metuxmpm (experimental)
11 # (note that some may be not available)
12 HTTPD_MPM="prefork"
This page took 0.055207 seconds and 4 git commands to generate.