From owner-freebsd-questions@FreeBSD.ORG Sun May 4 20:52:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD131065677 for ; Sun, 4 May 2008 20:52:49 +0000 (UTC) (envelope-from hardbap@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.244]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3328FC19 for ; Sun, 4 May 2008 20:52:49 +0000 (UTC) (envelope-from hardbap@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so382287hsc.11 for ; Sun, 04 May 2008 13:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=g3oftxnTmzk1BVqQn0t28kAsaJZ62bchLpAhCoSYbhY=; b=seb0lNTyIM97QnU/2eF/atd2sRGG724cqOrG11uOCrR3CGilHMiUMGFczX4SC2299582qFiyvO+EzT7alDPHK2xukIRar+3R1Q+sVP/3GOz7emlVAvyGk+2c5PJvXR7eqLOcSugCq9Y7WLXfGalK8uBmHI+3xTDTiWQ53I8a4Ug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=tlyUzbJodWNHplZQgMV8ncO4afuxm0F0puSEPB2cyCFSiVDV1lKVvHoar9IUGoXcoz3E/XuTr9mTJserqy5XvEV5KlmMQE/huGz8/uFKuieEkBmTAfQYQD+IUion62vHgEoWBC7umZ8KuisTV6Og9m3bJ4QNERJDY7dHQ17ZHBk= Received: by 10.90.71.15 with SMTP id t15mr8643159aga.4.1209934368890; Sun, 04 May 2008 13:52:48 -0700 (PDT) Received: from ?192.168.1.102? ( [24.63.249.223]) by mx.google.com with ESMTPS id e76sm7689151hse.0.2008.05.04.13.52.48 (version=SSLv3 cipher=OTHER); Sun, 04 May 2008 13:52:48 -0700 (PDT) Message-Id: <91B8109C-2F9F-4D2E-A3E6-606766A8A6A2@gmail.com> From: Michael Breen To: "Maxim Khitrov" In-Reply-To: <26ddd1750805041248o5d99dbsf9c057b215ac1cb8@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 4 May 2008 16:51:43 -0400 References: <26ddd1750805041248o5d99dbsf9c057b215ac1cb8@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-questions@freebsd.org Subject: Re: Trying to start/stop nginx via rc.d/nginx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 20:52:49 -0000 I knew it had to be something simple! Thank you Max. On May 4, 2008, at 3:48 PM, Maxim Khitrov wrote: > On Sun, May 4, 2008 at 3:15 PM, Michael Breen > wrote: >> I'm pretty new to FreeBSD and nginx. The problem I am having is >> that when I >> try to start or stop nginx from /usr/local/rc.d/nginx nothing >> happens. > > You need to add nginx_enable="YES" to /etc/rc.conf. > > - Max