From owner-freebsd-ports Mon Aug 17 16:11:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15072 for freebsd-ports-outgoing; Mon, 17 Aug 1998 16:11:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15067 for ; Mon, 17 Aug 1998 16:11:49 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id SAA20053 for ; Mon, 17 Aug 1998 18:11:15 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <004e01bdca34$350879e0$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: Subject: Re: php3 and modules for it. Date: Mon, 17 Aug 1998 18:10:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Marc Slemko >Fix the Apache port to use DSO (dynamic loadable modules), then all you >need is Apache and Apache-SSL. Every other port can simply create a >loadable object and require the base apache or apache-ssl. > >You can then have two zillion Apache modules that don't have much >overhead. > I agree that all apache ports that can be compiled as DSO, should only build and install the DSO. An Option to move the dependency to the *-SSL, *-FP, *-FP-SSL ports could also be used. (i.e -DSSL, -DFRONTPAGE). The Apache13-FP[-SSL] ports would also need to be added to the ports collection, as currently the FP port requires several changes to the Apache Sources. 1. Hack to allow FP Exts to run with out having to set "Options ExecCGI" on the virtual/user webs. 2. Hack to allow FP Exts to execute when the server is using suexec to protect CGI programs. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message