]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache.sysconfig
- use /sbin/service
[packages/apache1.git] / apache.sysconfig
index dd164c4de065a6f342a7dda7a67ae87ed4f4c105..0539d6d82c22e6c0efee169bcd6bce3a1cf2aff6 100644 (file)
@@ -1,12 +1,22 @@
-# Customized setings for apache
+# $Id$
+# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# Cmdline options 
+# 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.030185 seconds and 4 git commands to generate.