Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AEF8BD18 for ; Sun, 15 Jan 2012 01:39:09 +0000 (UTC) Received: (qmail 70834 invoked by uid 500); 15 Jan 2012 01:39:09 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 70655 invoked by uid 500); 15 Jan 2012 01:39:08 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 70647 invoked by uid 99); 15 Jan 2012 01:39:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 01:39:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bk0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 01:39:01 +0000 Received: by bkcje15 with SMTP id je15so141449bkc.18 for ; Sat, 14 Jan 2012 17:38:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=AlphSwpSVyCkOpKUYwgnpSfTXoc+YZhJsZonXZuWUmY=; b=dNsixvzjtk91WvO/xE87Tpr6cxm5BiVWkmRCF6dqCeqdAi1EEXkV8psifULTzfwtqD CImc5kOX5y/D+EE3bHsw4+8JBLjrpLr2qnTNH39kO+IDqxxDC+mLRS3ZTCvx8tcHIGxq FoltdjJeg08t0bGJB3RmGqI6OVbSbScLhwN3o= MIME-Version: 1.0 Received: by 10.204.133.212 with SMTP id g20mr2754322bkt.82.1326591520760; Sat, 14 Jan 2012 17:38:40 -0800 (PST) Received: by 10.204.227.70 with HTTP; Sat, 14 Jan 2012 17:38:40 -0800 (PST) In-Reply-To: <20120113170132.GA20420@tarsus.local2> References: <20120113170132.GA20420@tarsus.local2> Date: Sat, 14 Jan 2012 20:38:40 -0500 Message-ID: Subject: Re: [PATCH] Clarify mpm-accept documentation From: Jeff Trawick To: docs@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jan 13, 2012 at 12:01 PM, Daniel Shahaf wrote: > Things I ran into while trying to upgrade > https://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdlin= e/davautocheck.sh > to httpd-2.4 compatibility: > > [[[ > Fix a syntax error. =A0Clarify that mpm-accept will not work with MPMs > such as event. Thanks! I fixed that and another syntax error in r1231607. I think the other issue is okay as is; it is common in the documentation to provide a list of modules with which a directive can be used, and it must be understood that unlisted modules don't support the directive. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org