Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 58876 invoked from network); 27 Oct 2003 15:45:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Oct 2003 15:45:33 -0000 Received: (qmail 2374 invoked by uid 500); 27 Oct 2003 15:45:27 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 2343 invoked by uid 500); 27 Oct 2003 15:45:27 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 2328 invoked from network); 27 Oct 2003 15:45:27 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 27 Oct 2003 15:45:27 -0000 Received: (qmail 15537 invoked by uid 50); 27 Oct 2003 15:48:37 -0000 Date: 27 Oct 2003 15:48:37 -0000 Message-ID: <20031027154837.15536.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 24152] New: - Apache is restarting instead of reloading X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24152 Apache is restarting instead of reloading Summary: Apache is restarting instead of reloading Product: Apache httpd-1.3 Version: 1.3.28 Platform: All OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Other mods AssignedTo: bugs@httpd.apache.org ReportedBy: mc@webheberg.com Hello, I'm using Apache with mod_ssl dynamically loaded I start Apache with these lines : start() { echo -n $"Starting $prog: " daemon $httpd -DSSL `moduleargs` $OPTIONS RETVAL=$? echo [ $RETVAL = 0 ] && touch /var/lock/subsys/httpd return $RETVAL } And I reload it with : reload) echo -n $"Reloading $prog: " killproc $httpd -HUP RETVAL=$? echo ;; My problem is the following : when I reload Apache, in fact, I restart it. I see it on the server-status page : all the processes are killed, and the uptime is set back to 0. It also makes all the current downloads fail, as a restart closes all the active connections. Is there any patch to apply, so that Apache+mod_ssl won't restart when I just reload it ? Thanks for your help --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org