]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- updated to 2.0.54
[packages/apache.git] / apache.sysconfig
index 78aeb7799bdea65dda94544e5a8bd56692a840db..6a10fa874830af73853089cee3905a3b590afb43 100644 (file)
@@ -1,8 +1,19 @@
-# Customized setings for apache
+# $Id$
+# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# Cmdline options 
+# config dir/file path
+HTTPD_CONF="/etc/httpd/httpd.conf"
+
+# other command-line options
 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"
This page took 0.047309 seconds and 4 git commands to generate.