]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- up to 2.4.59
[packages/apache.git] / apache.sysconfig
index 78aeb7799bdea65dda94544e5a8bd56692a840db..1a719d67171384fa89a3018879b1fa5338ea7547 100644 (file)
@@ -1,8 +1,20 @@
-# Customized setings for apache
+# Customized settings for Apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# Cmdline options 
+# config dir/file path.
+HTTPD_CONF="/etc/httpd/apache.conf"
+
+# other command-line options
+# -T avoid doing many unneded DocumentRoot checks
 HTTPD_OPTS=""
 
+# perhaps set 128MB memory limit
+#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
+
+# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext)
+RESTART_DELAY=100000
This page took 0.028688 seconds and 4 git commands to generate.