]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- up to 2.4.4; fixes CVE-2012-3499, CVE-2012-4558
[packages/apache.git] / apache.sysconfig
index 74ebf5f009a2742944b4d4a810670b8b40e0ca47..c76349c09e40a262cdc991d8ed4c10f9e43f6bdc 100644 (file)
@@ -1,16 +1,18 @@
+# Customized settings for Apache
 # $Id$
-# Customized setings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path
-HTTPD_CONF="/etc/httpd/httpd.conf"
+# config dir/file path.
+HTTPD_CONF="/etc/httpd/apache.conf"
 
-# other command-line options 
+# other command-line options
+# -T avoid doing many unneded DocumentRoot checks
 HTTPD_OPTS=""
 
-# choose MPM
-# prefork, worker, perchild (experimental), metuxmpm (experimental)
-# (note that some may be not available)
-HTTPD_MPM="prefork"
+# perhaps set 128MB memory limit
+#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.045572 seconds and 4 git commands to generate.