Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4630 invoked from network); 16 Aug 2005 15:13:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2005 15:13:31 -0000 Received: (qmail 68873 invoked by uid 500); 16 Aug 2005 15:13:20 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68862 invoked by uid 500); 16 Aug 2005 15:13:20 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 68849 invoked by uid 99); 16 Aug 2005 15:13:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 08:13:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.184.200 as permitted sender) Received: from [64.233.184.200] (HELO wproxy.gmail.com) (64.233.184.200) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 08:13:40 -0700 Received: by wproxy.gmail.com with SMTP id 37so1236297wra for ; Tue, 16 Aug 2005 08:13:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Svb2FVj1EJruiJxgff58ZPqtXLWgNpm17sxX1hEGNJZKaaDniVpDDQLdX17kbb6KHl1ivZ7IyuXaCIPdnmKoGHRXo9DMnyj5J557xVu4vvminJPlaZlOprHeYX9TBjktpZ6YswPY/jgS3+Myr+0pkgOjLwUgSwRu+YpWCAn/wqM= Received: by 10.54.27.52 with SMTP id a52mr4352953wra; Tue, 16 Aug 2005 08:13:18 -0700 (PDT) Received: by 10.54.61.7 with HTTP; Tue, 16 Aug 2005 08:13:18 -0700 (PDT) Message-ID: Date: Tue, 16 Aug 2005 11:13:18 -0400 From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <4301FE6D.9010904@ssd.loral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <430103BC.5020702@ssd.loral.com> <4301FE6D.9010904@ssd.loral.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Multiple apache instances X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/16/05, Spike Burkhardt wrote: > Joshua & all, >=20 > When I specified the configuration file the instance I wanted to kill > still didn't stop. In fact, it stopped the other instance! Also, at > least on my box, '-k' isn't a valid option.=20 I didn't notice you were using such an old version. The command I quoted works in 2.x. For your version, you need to use the other technique I mentioned (killing the process listed in the pid file). If you open up apachectl in an editor, you'll note that this is exactly what it is doing. But it has a hard-coded path to the config file for your first server. You could easily edit apachectl to make a "stop2" option which would get the pid from the appropriate file for the second server. This is, by the way, documented at http://httpd.apache.org/docs/1.3/stopping.html 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