]> TLD Linux GIT Repositories - packages/apache.git/blob - apache.sysconfig
- shit happens, systemd happend to plds apache
[packages/apache.git] / apache.sysconfig
1 # Customized settings for Apache
2 # $Id: apache.sysconfig,v 1.17 2011/08/03 22:08:10 gotar Exp $
3
4 # Nice level for apache
5 SERVICE_RUN_NICE_LEVEL="+5"
6
7 # config dir/file path. default is compiled in path
8 #HTTPD_CONF="/etc/httpd/apache.conf"
9
10 # other command-line options
11 # -T avoid doing many unneded DocumentRoot checks
12 HTTPD_OPTS=""
13
14 # choose MPM
15 # prefork, worker, perchild (experimental), metuxmpm (experimental)
16 # (note that some may be not available)
17 HTTPD_MPM="prefork"
18
19 # perhaps set 128MB memory limit
20 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
21
22 # Skip apache restarts invoked from rpm installs.
23 #RPM_SKIP_AUTO_RESTART=yes