From owner-freebsd-apache@freebsd.org Sun Mar 25 15:58:43 2018 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A92BBF52C5F for ; Sun, 25 Mar 2018 15:58:43 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 505BE6AE9C for ; Sun, 25 Mar 2018 15:58:43 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id 8B6C54DADA for ; Sun, 25 Mar 2018 08:58:36 -0700 (PDT) Date: Sun, 25 Mar 2018 08:58:36 -0700 (PDT) From: Roger Marquis To: freebsd-apache@freebsd.org Subject: mod_md misclassified? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 15:58:43 -0000 In www/apache24 MD is listed outside of the 'Example and devel' section (EXAMPLE_MODULES). This appears to be incorrect according to httpd.apache.org/docs/2.4/mod/mod_md.html: Warning This module is experimental. Its behaviors, directives, and defaults are subject to more change from release to release relative to other standard modules. Users are encouraged to consult the "CHANGES" file for potential updates. Is there a reason behind the apparent misclassification? Roger Marquis