From owner-freebsd-ports Wed Jan 5 19: 4:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 7996715507 for ; Wed, 5 Jan 2000 19:04:27 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id UAA95066; Wed, 5 Jan 2000 20:39:07 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <015d01bf57ef$34afcd00$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Patrick Bihan-Faou" Cc: References: <200001050050.QAA58586@freefall.freebsd.org> <00e801bf573a$e47f2240$c80aa8c0@local.mindstep.com> Subject: Re: ports/15873: New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2.4.8 port. Date: Wed, 5 Jan 2000 20:39:06 -0600 Organization: West Bend Internet 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.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > To me the ideal situation would be: > - a simple apache port (apache13) > - a new port category (maybe) for the apache modules where I could find > mod_ssl, mod_php, mod_frontpage, mod_xyz, etc. > > This way I could choose exactly the apache configuration I need/want. > > This is exactly why I created a "mod_dav" port as opposed to a > "apache-mod_dav-xxx" port. It would be really great if you could do the same > with the mod_frontpage module. > As the original creator of the Apache13-fp port, it is not currently possible to seperate the mod_frontpage module from the Apache Server. The reason for this is the mod_frontpage requires certain patches be applied to the Apache Server before it gets compiled. Mod_SSL is also in the same situation as it requires the EAPI patches to be applied to the Apache Server. It is possible to come up with a one Apache Server solution, but it will require that the FrontPage patches (patch-f?), EAPI patches, etc be applied and compiled with the Apache port. Then Apache Module ports for mod_fronpage, mod_ssl can be created which compiles these modules as DSO. Also, the httpd.conf needs a way for adding new DSO to it. HINT: NetBSD ports tree is already doing this for the mod_ssl, php* ports. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message