]> git.pld-linux.org Git - packages/apache.git/blame - apache.sysconfig
- update to latest intermediate compatibility https://wiki.mozilla.org/Security/Serve...
[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
ER
18
19# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext
20#RESTART_DELAY=50000
This page took 0.070868 seconds and 4 git commands to generate.