Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46925 invoked by uid 500); 13 Aug 2003 13:46:14 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 46870 invoked from network); 13 Aug 2003 13:46:13 -0000 Received: from out3.smtp.messagingengine.com (HELO mail.messagingengine.com) (66.111.4.27) by daedalus.apache.org with SMTP; 13 Aug 2003 13:46:13 -0000 Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 2A5D49F467 for ; Wed, 13 Aug 2003 09:46:14 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Wed, 13 Aug 2003 09:46:14 -0400 X-Epoch: 1060782374 X-Sasl-enc: wNh74Oef1gXNaOObdxZUrg Received: from usager70-65.hec.ca (usager70-65.hec.ca [132.211.70.65]) by www.fastmail.fm (Postfix) with ESMTP id C026A9F124 for ; Wed, 13 Aug 2003 09:44:26 -0400 (EDT) Date: Wed, 13 Aug 2003 09:41:35 -0400 (=?ISO-8859-1?Q?Est_=28heure_d'=E9t=E9=29?=) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <200308131123.11808.jbar@hosting4u.cz> Message-ID: References: <200308131123.11808.jbar@hosting4u.cz> X-X-Sender: slive@www.fastmail.fm MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] need to restart apache twice On Wed, 13 Aug 2003, Jiri Barton wrote: > Hello, > > I'm using Debian stable and Apache 1.3.26-0woody3. I have several named virtual hosts and some of them running over SSL (mod_ssl). > The thing is, almost always I restart the apache by > > /etc/init.d/apache restart First thing to check is what exactly is init.d/apache doing. The normal way to restart apache 1.3 is with "apachectl graceful" or by sending the signal USR1 to the parent httpd process. If init.d/apache is doing something different (like killing and then restarting), that may cause problems. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org