From owner-freebsd-ports@FreeBSD.ORG Sat Nov 22 18:49:39 2003 Return-Path: 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 31BD516A4CE for ; Sat, 22 Nov 2003 18:49:39 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E534643FAF for ; Sat, 22 Nov 2003 18:49:37 -0800 (PST) (envelope-from hetzelsw@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id hAN2nYl5058504; Sat, 22 Nov 2003 20:49:34 -0600 (CST) (envelope-from hetzelsw@westbend.net) Message-ID: <00dc01c3b16c$70acc120$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Roger" , References: <002e01c3b12b$b910c560$0300a8c0@owns.it.gpccw> Date: Sat, 22 Nov 2003 20:49:39 -0600 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 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT_OE version=2.43 Subject: Re: apache13-fp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 02:49:39 -0000 From: "Roger" > Other than ...... this issue I have attempting to install apache13-fp port, no matter > what we try we cannot get it to work and I have spent a LOT of time searching for > answers and now even taken the time to sign up for this mailing list, he suggests the > problem is right within mod_frontpage.c itself, I tend to agree with him, however I > cannot figure it out by myself, and I've seen many reports that the author's email is > no longer even working, I dont have my notes here at work on the issues but it > generally seems to be files not copied where they are supposed to go, or a link not > allowing it to look in the right place for them. > There is no problem with the mod_frontpage.c code. There could be a couple of problems with your installation: 1. You had another apache port installed before installing the apache13-fp port. a. edit the httpd.conf file and make sure that the frontpage module is listed in the LoadModule/AddModule sections. b. Change the AllowOverride setting from None to AuthConfig Limit Indexes Options for the default web. Then run /usr/local/frontpage/version5.0/fp_install.sh. 2. Your trying to start the server with apachectl instead of etc/rc.d/apache.sh. The httpd-error.log will have a message saying that this key file wasn't found and that the module was disabled. The frontpage extentions needs a security key to be generated, the apache.sh script is used to regenerate this key each time the server is started. What problems are you having with the port? Scot