From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 15:21:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11C461065670 for ; Thu, 4 Oct 2012 15:21:37 +0000 (UTC) (envelope-from corebug@corebug.net) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id AC18C8FC0C for ; Thu, 4 Oct 2012 15:21:36 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so934315vcb.13 for ; Thu, 04 Oct 2012 08:21:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=ucH9fR6Hv00rGLs+NG9FB5bYoJJi4vQpZ99/7D35c6Q=; b=AKrYDMqeFdRjAS+D+p18ssXV3b4OFlE+8oPW/kXT24y4LsrYDj13erK7AGjrBgnwEz CxZzI2cRY01MnGCfJ0nhCfYFygFOcq1t4dId3LnvIujH8dV4hi1Dw05cwh1xD2jMnpui Oc0xxH4KfGM+QDpdjfHcfyPH5s30W1abpknVsftMXUAA2mYpH5lmS4vVut/86G5iPg6L uT46X2Ai0KpGlYxLv0fPxwBkoJ6jeNvAnv7od6Pag7qAKMRC/pJ4oZACnAtpmnJlahpG 0NBrI6uUPdiM5t6K8yLKJRNlmLbW/hj5my9Adcq6jXbCcp2EC01BIDsbDHEqZIjNvGBd UyHg== MIME-Version: 1.0 Received: by 10.220.221.203 with SMTP id id11mr3301901vcb.42.1349364090053; Thu, 04 Oct 2012 08:21:30 -0700 (PDT) Received: by 10.58.249.138 with HTTP; Thu, 4 Oct 2012 08:21:30 -0700 (PDT) X-Originating-IP: [95.158.3.122] Received: by 10.58.249.138 with HTTP; Thu, 4 Oct 2012 08:21:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 4 Oct 2012 18:21:30 +0300 Message-ID: From: =?KOI8-R?B?98nUwczJyiD01dLP18XD?= To: Cos X-Gm-Message-State: ALoCoQkmN5MPhQaOZT1fX4doaN2kdrd8F7I+c7ie82snjMQr+DPn5lJU6U91xcJpyufIfhQo8r7L Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: nginx log empty 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: Thu, 04 Oct 2012 15:21:37 -0000 What helped me in simillar situation is rebuilding nginx without unnecessary modules. 04.10.2012 17:47 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 "Cos" =CE=C1=D0=C9=D3=C1=CC: > > Dear All > > My system is FreeBSD 9 with latest version nginx. > > Here is my conf file content: > > #user www; > worker_processes 1; > > #error_log /var/log/nginx/error.log; > > #pid logs/nginx.pid; > > > events { > worker_connections 1024; > } > > The problem is I can not see anything from /var/log/nginx-error.log, > all error logs outputed to screen directly. > > I have tried uncomment above user and error_log options to specify > error_log directory or user account. But same issue.. > > Please suggest. > > -- > with kind regards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org"