From owner-freebsd-questions@FreeBSD.ORG Fri Nov 26 20:09:42 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB8110656A4 for ; Fri, 26 Nov 2010 20:09:42 +0000 (UTC) (envelope-from hskuhra@fastmail.fm) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id E313F8FC14 for ; Fri, 26 Nov 2010 20:09:41 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 43C191B88 for ; Fri, 26 Nov 2010 15:09:41 -0500 (EST) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 26 Nov 2010 15:09:41 -0500 X-Sasl-enc: mLVWSSndk5P0FuZC6PcHJd/pUNlfpxe/K5ZPcL78F9d+ 1290802180 Received: from oslo.ath.cx (d91-128-195-122.cust.tele2.at [91.128.195.122]) by mail.messagingengine.com (Postfix) with ESMTPSA id 70C02402C50 for ; Fri, 26 Nov 2010 15:09:40 -0500 (EST) Date: Fri, 26 Nov 2010 21:09:37 +0100 Message-ID: <87k4jzetj2.wl%hskuhra@fastmail.fm> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.2.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: Maintainer of mod_proxy_html ? 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: Fri, 26 Nov 2010 20:09:42 -0000 On Wed, 24 Nov 2010 11:48:42 -0500 Alejandro Imass wrote: > Does anyone know if "David Lay" is still > maintaining the mod_proxy_html port? You can find out by % cd /usr/ports/www/mod_proxy_html % make maintainer This will tell you that the port is now maintained by apache@. > I don't know if it's on purpose or not but the port does not include > conf a file (proxy_html.conf) that renders the module useless unless > you create one and it's not all that trivial. This was fixed in ports/128048 [1]. Please read the port's Makefile. README and proxy_html.conf is installed to ${DOCSDIR} (/usr/local/share/doc/mod_proxy_html). Bye, Herbert [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128048