From owner-freebsd-questions@FreeBSD.ORG Wed May 28 09:08:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A25537B401 for ; Wed, 28 May 2003 09:08:08 -0700 (PDT) Received: from postalley.nic.cc (postalley.nic.cc [206.253.214.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A737A43F85 for ; Wed, 28 May 2003 09:08:07 -0700 (PDT) (envelope-from mark@foster.cc) Received: from ip-216-73-140-100.vantas.net ([216.73.140.100] helo=gentoo1.lan.enic.cc) by postalley.nic.cc with asmtp (Exim 3.35 #1) id 19L3TD-00072f-00 for freebsd-questions@FreeBSD.ORG; Wed, 28 May 2003 09:08:07 -0700 From: Mark Foster To: freebsd-questions@FreeBSD.ORG In-Reply-To: <5.2.0.9.2.20030527105706.017f3368@mail.servplex.com> References: <5.2.0.9.2.20030527105706.017f3368@mail.servplex.com> Content-Type: text/plain Organization: Message-Id: <1054137975.7316.23.camel@gentoo1.enic.cc> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2- Date: 28 May 2003 09:06:15 -0700 Content-Transfer-Encoding: 7bit Subject: Re: Apache+mod_ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:08:08 -0000 I seem to recall that installing (a)apache13+mod_ssl alongside (b)apache13 caused some messed up situation where the (a) filenames are different (eg. the httpd binary is named apache and the httpd.conf file is named apache.conf) apparently to avoid overwriting (b) files. I highly recommend removing apache13 if installing apache13+mod_ssl. To merge configurations, I often turn to a X app called xxdiff, which let's you do the httpd.conf merge interactively. On Tue, 2003-05-27 at 09:01, Peter Elsner wrote: > This might seem like a stupid question, but here goes... > > I have Apache 1.3 running on my system. It's running fine and has been for > several years. > > I find that I'm in need of also have a secure https session (as well as my > regular web sites). > So I set out to learn about Apache13+mod_ssl. There are tons of documents > available, and [snip] -- -mdf [Mark D. Foster] http://mark.foster.cc/