]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- sample for $RPM_SKIP_AUTO_RESTART
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 10 Jul 2005 13:11:35 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.sysconfig -> 1.8
    apache1.sysconfig -> 1.4

apache.sysconfig
apache1.sysconfig

index 6a10fa874830af73853089cee3905a3b590afb43..eeaabd3bc86b6c8eb30062d3ac80197710729270 100644 (file)
@@ -17,3 +17,9 @@ 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. But you should be aware of that then you need
+# to restart by hand the webserver.
+RPM_SKIP_AUTO_RESTART=no
index 69b701b782760f18ad62b32b19ed3e00c5b2220b..3a6676e7738c4d434ccd68eadb6c31fa20b2964a 100644 (file)
@@ -6,3 +6,8 @@ SERVICE_RUN_NICE_LEVEL="+5"
 # Cmdline options
 HTTPD_OPTS=""
 
+# 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. But you should be aware of that then you need
+# to restart by hand the webserver.
+RPM_SKIP_AUTO_RESTART=no
This page took 0.085612 seconds and 4 git commands to generate.