X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=apache.sysconfig;fp=apache.sysconfig;h=eeaabd3bc86b6c8eb30062d3ac80197710729270;hb=efcd6144c892607b4ae2451a654b861c1102a2a2;hp=6a10fa874830af73853089cee3905a3b590afb43;hpb=6e1d8754d2f6d39a34e70c7cc13d8bda55b99d9e;p=packages%2Fapache.git 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