]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache.sysconfig
Bump apr dependency to 1.7.0
[packages/apache.git] / apache.sysconfig
... / ...
CommitLineData
1# Customized settings for Apache
2
3# Nice level for apache
4SERVICE_RUN_NICE_LEVEL="+5"
5
6# config dir/file path.
7HTTPD_CONF="/etc/httpd/apache.conf"
8
9# other command-line options
10# -T avoid doing many unneded DocumentRoot checks
11HTTPD_OPTS=""
12
13# perhaps set 128MB memory limit
14#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
15
16# Skip apache restarts invoked from rpm installs.
17#RPM_SKIP_AUTO_RESTART=yes
18
19# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext)
20RESTART_DELAY=100000
This page took 0.059301 seconds and 4 git commands to generate.