]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache.sysconfig
- sample for $RPM_SKIP_AUTO_RESTART
[packages/apache.git] / apache.sysconfig
... / ...
CommitLineData
1# $Id$
2# Customized settings 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"
17
18# perhaps set 128MB memory limit
19#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
20
21# Skip apache restarts invoked from rpm installs.
22# Enable this if you run a production server and don't want rpm upgrade restart
23# your webserver like 20 times. But you should be aware of that then you need
24# to restart by hand the webserver.
25RPM_SKIP_AUTO_RESTART=no
This page took 0.030047 seconds and 4 git commands to generate.