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 4929D10D0F for ; Sun, 24 Nov 2013 22:38:26 +0000 (UTC) Received: (qmail 62700 invoked by uid 500); 24 Nov 2013 22:38:23 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 62666 invoked by uid 500); 24 Nov 2013 22:38:23 -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 62658 invoked by uid 99); 24 Nov 2013 22:38:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Nov 2013 22:38:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brett.maxfield@gmail.com designates 209.85.192.177 as permitted sender) Received: from [209.85.192.177] (HELO mail-pd0-f177.google.com) (209.85.192.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Nov 2013 22:38:18 +0000 Received: by mail-pd0-f177.google.com with SMTP id q10so4231183pdj.22 for ; Sun, 24 Nov 2013 14:37:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=9DJMj/1rQEIzDXwhddRMKag2MgM//WpDyz5xTDXoOf8=; b=jnN5T5tzdI29N11FXOdM540zQ7Bblm/MOre3oM2ppfsAgbcj/siAtBgWLAZI/ekft9 dxw7OrUXrsz4jU4lm7t04oMFyEyGOY1nsJjsculZlqqsDhItAtWj6JMzU9OoB0v9OlGt vDKZRMBkbx5rsL6q1HDP8/p2q9YJxuvmQLmtCG9eM2zzMC4nUUOYdrPI0BEqUMdRVhwo n7OcSdvvadYJ1r6SfT7ZQcyklvRaoVo/hYIXYWAYwsoN5IzTFd2MkwhdcXyKgexRpzdf dNTVarnwzG6j0DFXEh0zqbt/56tgNs3Y+b08Zq1Ok0bMopkzZ83sKvOYstSs8ZHusGae DTOw== X-Received: by 10.68.6.99 with SMTP id z3mr14913156pbz.114.1385332677729; Sun, 24 Nov 2013 14:37:57 -0800 (PST) Received: from [10.197.118.169] ([1.141.249.156]) by mx.google.com with ESMTPSA id at4sm68568130pbc.30.2013.11.24.14.37.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 14:37:56 -0800 (PST) References: <20131124183052.BD514AE@athena.apache.org> From: Brett Maxfield Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11B511) In-Reply-To: <20131124183052.BD514AE@athena.apache.org> Message-Id: <38E4DD71-69BD-4F3E-A118-4933BBA807E8@gmail.com> Date: Mon, 25 Nov 2013 08:37:48 +1000 To: "users@httpd.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Launching apache from a PHP script - fine under OS X, what about Windows7 ? 2>&1 takes stderr (fd#2) and joins it to stdout (fd#1) so you have a single o= utput stream, contains both things sent to stderr (fatal program errors) and= stdout messages (informational or program specific messages) > On 25 Nov 2013, at 4:30 am, Tim Streater wrote: >=20 > 2>&1 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org