From owner-freebsd-questions@FreeBSD.ORG Sun May 4 19:48:37 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 2B7501065676 for ; Sun, 4 May 2008 19:48:37 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id E6CA08FC12 for ; Sun, 4 May 2008 19:48:36 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so502985ana.13 for ; Sun, 04 May 2008 12:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jh6RQ5KW43fPAPEebZfOA7wpcDZXQe5oNamYOw71OGM=; b=cDC2neGCz/3tguCmq5jvBNHetnrSAFvuUO4wRQcRiq42MQy4B+VtoG6lm2htaJxNxwIea5U2c/jjJl+EJhc+Tst1gpgOAilcumJ1n/l3qIUi3ko4gB4K7cS+SIJ4aqlrNUC6Q1XdqW7BB1HTQDobBu5bBefVfGeh7CKNIZJ2y74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KGRg3AoT01EW3jRpfMPegt3ZgOsjlLoSPNCxMyYynUWKNlbNEPyG/7G+7YDoMitfXIRDhSR6sy+OYZ/BM8RLYHn+tjDzdQ6SkCRGfJBj7MfEj/WiTUYaL3W2I5By060z4sumtUJf2hpT4OMlVgi0/yQRir9e4jV9xd4lWbaxy+s= Received: by 10.100.140.15 with SMTP id n15mr6885704and.87.1209930516144; Sun, 04 May 2008 12:48:36 -0700 (PDT) Received: by 10.100.254.9 with HTTP; Sun, 4 May 2008 12:48:36 -0700 (PDT) Message-ID: <26ddd1750805041248o5d99dbsf9c057b215ac1cb8@mail.gmail.com> Date: Sun, 4 May 2008 15:48:36 -0400 From: "Maxim Khitrov" To: "Michael Breen" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 19:48:37 -0000 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