Date: Mon, 17 Aug 1998 18:10:20 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: <ports@FreeBSD.ORG> Subject: Re: php3 and modules for it. Message-ID: <004e01bdca34$350879e0$c3e0d9cf@westbend.net>
next in thread | raw e-mail | index | archive | help
From: Marc Slemko <marcs@znep.com> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004e01bdca34$350879e0$c3e0d9cf>