]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- up to 2.4.59
[packages/apache.git] / apache.sysconfig
CommitLineData
31a43788 1# Customized settings for Apache
ec310785 2
3# Nice level for apache
4SERVICE_RUN_NICE_LEVEL="+5"
1f86fa83 5
9941f965
AF
6# config dir/file path.
7HTTPD_CONF="/etc/httpd/apache.conf"
77079cb1 8
38b66762 9# other command-line options
4d8792bb 10# -T avoid doing many unneded DocumentRoot checks
1f86fa83 11HTTPD_OPTS=""
12
da69279d
ER
13# perhaps set 128MB memory limit
14#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
efcd6144
ER
15
16# Skip apache restarts invoked from rpm installs.
de2e6fd2 17#RPM_SKIP_AUTO_RESTART=yes
00ab488f 18
c133de7a 19# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext)
2f79367a 20RESTART_DELAY=100000
This page took 0.256697 seconds and 4 git commands to generate.