]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- todo security
[packages/apache.git] / apache.sysconfig
index 30e1903013b71549f95a2a90c9dd63e161285496..6f8f78ee430d028105ba63e0ce14232cac1d33be 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-# Customized setings for apache
+# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
@@ -14,3 +14,12 @@ HTTPD_OPTS=""
 # 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.
+# Enable this if you run a production server and don't want rpm upgrade restart
+# your webserver like 20 times.
+# NOTE: You should be aware of that you need then restart the webserver manually.
+#RPM_SKIP_AUTO_RESTART=no
This page took 0.033321 seconds and 4 git commands to generate.