]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- make "reload" = "graceful", so that active connections stay alive
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Jan 2006 16:20:07 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- and "force-reload" to restart via -HUP
- you can still use "restart" to do full stop/start

Changed files:
    apache1.init -> 1.21

apache1.init

index 3d8c87a861f60b57b92cc438cfe6ca42d93aa1df..d4b6725b19b5fa1dd4beb8cf0309e556d3326c42 100644 (file)
@@ -95,7 +95,7 @@ case "$1" in
        fi
 
        ;;
-  reload|force-reload)
+  force-reload)
        if [ -f /var/lock/subsys/apache ]; then
                msg_reloading apache
 
@@ -112,7 +112,7 @@ case "$1" in
                RETVAL=7
        fi
        ;;
-  graceful)
+  reload|graceful)
        if [ -f /var/lock/subsys/apache ]; then
                msg_reloading apache
 
This page took 0.114819 seconds and 4 git commands to generate.