From owner-freebsd-questions Tue Jan 30 22:35:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id BD30F37B491 for ; Tue, 30 Jan 2001 22:35:38 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f0V6YrF55169; Wed, 31 Jan 2001 06:34:53 GMT (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Kris Kennaway" , "Dan Mahoney, System Admin" Cc: Subject: RE: Bug in apache-ssl port Date: Tue, 30 Jan 2001 22:35:11 -0800 Message-ID: <008601c08b4f$f6162ea0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010130190641.S54217@xor.obsecurity.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have to consider that all of the Apache ports, like mod_php and all that, during installation they all want to modify httpd.conf. So, you can hardly have apache-ssl installed before you have to softlink httpd.conf to httpsd.conf Consider that with apache-ssl you can run both ssl and non-ssl websites under apache-ssl, there is really not much incentive to run a non-ssl and an ssl Apache daemon on the same box. I'd say that the mistake is the port setting up a httpsd.conf file in the first place, not that the binary doesen't use it. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kris Kennaway > Sent: Tuesday, January 30, 2001 7:07 PM > To: Dan Mahoney, System Admin > Cc: questions@FreeBSD.ORG > Subject: Re: Bug in apache-ssl port > > > On Tue, Jan 30, 2001 at 07:19:04AM -0500, Dan Mahoney, System Admin wrote: > > Hey, I've noticed that when you first build the apache-ssl > port, it tells > > you that the apache is configured to use the config file > > httpsd.conf. However, it's actually configured to use httpd.conf. I'm > > nto sure if this is a patch in the freebsd version, or a bug in > apache-ssl > > overall, but it left me scratching my head for a while, and I > wouldnt know > > where to go about trying to change it. > > Talk to the relevant port maintainer (see MAINTAINER= line in the port > Makefile). At the very least, problems with ports go to the > freebsd-ports list. > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message