]> git.pld-linux.org Git - packages/apache1.git/blame - apache.sysconfig
- add missing config reload for -defaultindex
[packages/apache1.git] / apache.sysconfig
CommitLineData
f886ad80 1# Customized settings for Apache
0137d299 2# $Id$
f73c3041 3
4# Nice level for apache
5SERVICE_RUN_NICE_LEVEL="+5"
6752e410 6
c6e26eb5
ER
7# config dir/file path. default is compiled in path
8#HTTPD_CONF="/etc/httpd/apache.conf"
0137d299 9
6d0c6dff 10# other command-line options
6752e410 11HTTPD_OPTS=""
12
33e54061
AM
13# choose MPM
14# prefork, worker, perchild (experimental), metuxmpm (experimental)
15# (note that some may be not available)
16HTTPD_MPM="prefork"
373da791
ER
17
18# perhaps set 128MB memory limit
19#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
b53feeee
ER
20
21# Skip apache restarts invoked from rpm installs.
b5e956ee 22#RPM_SKIP_AUTO_RESTART=yes
This page took 0.039868 seconds and 4 git commands to generate.