From owner-freebsd-ports Mon Jul 15 0:33:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 193D037B400 for ; Mon, 15 Jul 2002 00:33:48 -0700 (PDT) Received: from ns2.sysadmin-inc.com (ns2.sysadmin-inc.com [209.16.228.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 39CC843E31 for ; Mon, 15 Jul 2002 00:33:47 -0700 (PDT) (envelope-from peter@sysadmin-inc.com) Received: (qmail 651 invoked by alias); 15 Jul 2002 07:33:46 -0000 Received: from unknown (HELO 98wkst) (10.10.1.70) by ns2.sysadmin-inc.com with SMTP; 15 Jul 2002 07:33:46 -0000 From: "Peter Brezny" To: Subject: mini how-to for apache-ssl update to apache 1.3.26 Date: Sun, 14 Jul 2002 03:29:50 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I finally worked through the details of getting apache-ssl updated to 1.3.26 withough using the port for apache-ssl since it's not been updated yet and I thought I'd share. get the source for apache 1.3.26 from www.apache.org and the source for the apache-ssl from www.apache-ssl.org unpack apache cd into the apache directory unpack apache-ssl ./FixPatch answer "y" to apply the patches ./configure.scr (see atached script, basically right out of the old Makefile) make make install configure.scr #!/bin/sh PREFIX="/usr/local" PERL="/usr/bin/perl5" ./configure --prefix=$PREFIX \ --server-gid=nogroup \ --with-perl=$PERL \ --with-layout=GNU \ --suexec-docroot=$PREFIX/www/data \ --without-confadjust \ --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ --sysconfdir=$PREFIX/etc/apache \ --includedir=$PREFIX/include/apache \ --localstatedir=/var \ --datadir=$PREFIX/www \ --proxycachedir=$PREFIX/www/proxy \ --libexecdir=$PREFIX/libexec/apache Peter Brezny SysAdmin Services Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message