From owner-freebsd-questions@FreeBSD.ORG Thu May 19 18:42:13 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFD016A4CE for ; Thu, 19 May 2005 18:42:13 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B724D43D7C for ; Thu, 19 May 2005 18:42:12 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id A87B673019; Thu, 19 May 2005 20:42:11 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 61196-06; Thu, 19 May 2005 20:42:02 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id AE6E973014; Thu, 19 May 2005 20:42:02 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Thu, 19 May 2005 20:42:02 +0200 (CEST) Message-ID: <52680.192.168.1.20.1116528122.squirrel@webmail.thilelli.net> In-Reply-To: References: Date: Thu, 19 May 2005 20:42:02 +0200 (CEST) From: "Julien Gabel" To: fbsd_user@a1poweruser.com User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-questions@freebsd.org Subject: Re: 5.4 +apache (how to restart) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:42:13 -0000 > Apache starts fine on boot, but need restart(ie: stop, start) to reload > changed httpd.conf. > How do I do this in 5.4? If it was installed using the ports collection, you can do: # /usr/local/etc/rc.d/apache2.sh restart Or: # /usr/local/etc/rc.d/apache2.sh reload -- -jpeg.