]> TLD Linux GIT Repositories - packages/apache.git/blob - apache.sysconfig
- Up to 2.4.52
[packages/apache.git] / apache.sysconfig
1 # Customized settings for Apache
2
3 # Nice level for apache
4 SERVICE_RUN_NICE_LEVEL="+5"
5
6 # config dir/file path.
7 HTTPD_CONF="/etc/httpd/apache.conf"
8
9 # other command-line options
10 # -T avoid doing many unneded DocumentRoot checks
11 HTTPD_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)
20 RESTART_DELAY=100000