From owner-freebsd-questions Mon Nov 27 13:24:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 8836437B479 for ; Mon, 27 Nov 2000 13:24:31 -0800 (PST) Received: from eboa.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id WAA56261; Mon, 27 Nov 2000 22:24:25 +0100 (CET) (envelope-from roelof@eboa.com) Message-ID: <3A22D109.DE89855F@eboa.com> Date: Mon, 27 Nov 2000 22:24:25 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Alexander V P Cc: freebsd-questions@FreeBSD.ORG Subject: Re: repairing a FUBAR References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander V P wrote: > > hi, > download apache_1.3.14.tar.gz and mod_ssl-2.7.1-1.3.14.tar.gz > untar/zip'em and then go to mod_ssl dir. > # cd mod_ssl-2.7.x-1.3.x > #./configure --with-apache=../apache_1.3.x > --with-crt=/path/to/your/server.crt \ <- optional > --with-key=/path/to/your/server.key <- optional > # cd .. > [...Now add more Apache modules to the Apache source tree...] > # cd apache_1.3.x > #./configure --enable-module=ssl \ > --prefix=/path/to/apache \ > > #make > #make certificate > #make install > > hth ;-) > alex Yeah, but ... That's taking it out of the ports system. Which I did not want to do. Besides, it doesn't explain why the port won't work. I.e. ../apache13-modssl/work/apache_1.3.14# less config.status does have "--prefix=/usr/local" \ "--server-gid=nogroup" \ "--with-perl=/usr/bin/perl" \ "--with-layout=/usr/ports/www/apache13-modssl/files/FreeBSD.layout:FreeBSD" \ "--suexec-docroot=/usr/local/www/data" \ "--without-confadjust" \ "--enable-module=most" \ "--enable-module=auth_db" \ "--enable-module=mmap_static" \ "--disable-module=auth_dbm" \ "--enable-shared=max" \ "--enable-module=ssl" \ "--enable-module=define" \ The ../mod_ssl-2.7.1-1.3.14# less config.status does have ./configure \ "--with-apache=../apache_1.3.14" \ "--expert" \ "$@" and the certificates were made. The httpd.conf looks good. A ssl_engine.log was made. So, all in all it looks like your steps are already present in the port. Also, I haven't rolled it manually since way back when. '97 or something. In linux with a different directory structure. Stepping out of the ports system also means losing CVSup benefits. OTOH, you gain flexibility . And work. If at all possible I would like to stay within the ports confinement. Though I will save your message, just in case . Thanks! Roelof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message