]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache.sysconfig
- recreated for Apache 2.4.4
[packages/apache.git] / apache.sysconfig
... / ...
CommitLineData
1# Customized settings for Apache
2# $Id$
3
4# Nice level for apache
5SERVICE_RUN_NICE_LEVEL="+5"
6
7# config dir/file path.
8HTTPD_CONF="/etc/httpd/apache.conf"
9
10# other command-line options
11# -T avoid doing many unneded DocumentRoot checks
12HTTPD_OPTS=""
13
14# perhaps set 128MB memory limit
15#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
16
17# Skip apache restarts invoked from rpm installs.
18#RPM_SKIP_AUTO_RESTART=yes
This page took 0.024032 seconds and 4 git commands to generate.