]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- allow work without systemd-units
[packages/apache.git] / apache.sysconfig
index 78aeb7799bdea65dda94544e5a8bd56692a840db..0643df2f1b5061a7aa6f1d7fd2b7a1ba7a16758c 100644 (file)
@@ -1,8 +1,23 @@
-# Customized setings for apache
+# Customized settings for Apache
+# $Id$
 
 # 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=""
 
+# 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.029773 seconds and 4 git commands to generate.