]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache.sysconfig
- logs symlink
[packages/apache1.git] / apache.sysconfig
index 78aeb7799bdea65dda94544e5a8bd56692a840db..74ebf5f009a2742944b4d4a810670b8b40e0ca47 100644 (file)
@@ -1,8 +1,16 @@
+# $Id$
 # Customized setings 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"
This page took 0.03649 seconds and 4 git commands to generate.