Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D33D318B62 for ; Mon, 17 Aug 2015 04:13:06 +0000 (UTC) Received: (qmail 20508 invoked by uid 500); 17 Aug 2015 04:13:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 20467 invoked by uid 500); 17 Aug 2015 04:13:04 -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 20453 invoked by uid 99); 17 Aug 2015 04:13:04 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 04:13:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E355B18210C for ; Mon, 17 Aug 2015 04:13:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.731 X-Spam-Level: **** X-Spam-Status: No, score=4.731 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_INFOUSMEBIZ=0.75, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZGp14Vh2zbxJ for ; Mon, 17 Aug 2015 04:12:55 +0000 (UTC) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0B6D92055B for ; Mon, 17 Aug 2015 04:12:54 +0000 (UTC) Received: by lbbtg9 with SMTP id tg9so74864675lbb.1 for ; Sun, 16 Aug 2015 21:12:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=bY5TZRtH5kiurFekzv0AN96/4+4iXd9CcozBCTKALp4=; b=g0pngbTGz0OdKhLHBhYJ8NGaoIs5OMs+4OfE4nTD8PJSjS5zk02IJ5to31gP3HoLYM 4gzkSpexJRSYJ0AodOpjBAisfN9mFZWyxtx0n0vXW+fqurgRyDfEDqFku5hKqiXWq+SA moK0PFz7fRfeowI5vOHY5EJxQfUEuOKnKqONjKcoWA0yv46TztlrFDJQrTpOJpr92YNL Vut035opcEUmgbcmO09QIo8N8ohryOtJNUjA/onpwZGK9MoIZ6vvH1YFfgOrNFC0+eat Tw8Jb6VUmQy7U9TXUY+8Xwr12P8CtP8igoKIyM8r+2F/46Q3uH7NIBpO6y18caH+fDPq epxg== X-Gm-Message-State: ALoCoQlPJ2bxoCmLNLHV6izZOHCMl41wZAvyEwvvLXyQ52vPvmmZDTgRct7iJXQ+uFDbeVcc4LK9 MIME-Version: 1.0 X-Received: by 10.112.141.8 with SMTP id rk8mr53242848lbb.87.1439784773411; Sun, 16 Aug 2015 21:12:53 -0700 (PDT) Received: by 10.112.124.106 with HTTP; Sun, 16 Aug 2015 21:12:53 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Aug 2015 21:12:53 -0700 Message-ID: From: Kurtis Rader To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=001a11c33d5ef8ff20051d7a0333 Subject: Re: [users@httpd] Using Httpd & Docker/Kubernetes logging --001a11c33d5ef8ff20051d7a0333 Content-Type: text/plain; charset=UTF-8 On Sun, Aug 16, 2015 at 8:37 PM, David Aronchick wrote: > I'm trying to use httpd in a Docker container. As a general rule, I'm > trying to write the access & error logs to stdio and stderr instead of > writing them to disk. Is there a best practice here? I've tried posting to > stackoverflow, and the best idea given was creating a symlink in the > container. Is there a way to do this officially? > > http://stackoverflow.com/posts/32013582 > FYI, That URL isn't valid; it results in a "page not found" error from Stack Overflow. -- Kurtis Rader Caretaker of the exceptional canines Junior and Hank --001a11c33d5ef8ff20051d7a0333 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= un, Aug 16, 2015 at 8:37 PM, David Aronchick <aronchick@gmail.com&g= t; wrote:
I&= #39;m trying to use httpd in a Docker container. As a general rule, I'm= trying to write the access & error logs to stdio and stderr instead of= writing them to disk. Is there a best practice here? I've tried postin= g to stackoverflow, and the best idea given was creating a symlink in the c= ontainer. Is there a way to do this officially?

htt= p://stackoverflow.com/posts/32013582

<= /div>
FYI, That URL isn't valid; it results in a "page not fou= nd" error from Stack Overflow.

--
Kurtis Rader
Caretaker of the= exceptional canines Junior and Hank
--001a11c33d5ef8ff20051d7a0333--