From: Elan Ruusamäe Date: Sun, 10 Jul 2005 13:11:35 +0000 (+0000) Subject: - sample for $RPM_SKIP_AUTO_RESTART X-Git-Tag: auto/ac/apache-2_0_54-5~5 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=efcd6144c892607b4ae2451a654b861c1102a2a2;p=packages%2Fapache.git - sample for $RPM_SKIP_AUTO_RESTART Changed files: apache.sysconfig -> 1.8 --- diff --git a/apache.sysconfig b/apache.sysconfig index 6a10fa8..eeaabd3 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -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