]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- license is apache v2.0
[packages/apache.git] / apache.sysconfig
index c096bab175d33ced5c22d02686234255db74dd19..9ec16251a232ca9ee08eb7085d1cdd955008ac72 100644 (file)
@@ -1,4 +1,22 @@
-# Customized setings for apache
+# Customized settings for Apache
+# $Id$
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
+
+# config dir/file path. default is compiled in path
+#HTTPD_CONF="/etc/httpd/apache.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"
+
+# Skip apache restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.362816 seconds and 4 git commands to generate.