From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 17:56:01 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 5852037B401 for ; Tue, 5 Aug 2003 17:56:01 -0700 (PDT) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36B143FD7 for ; Tue, 5 Aug 2003 17:55:59 -0700 (PDT) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.9/8.12.9) id h760twQk043716 for freebsd-questions@freebsd.org; Wed, 6 Aug 2003 02:55:58 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200308060055.H760TWXV043708@asarian-host.net> Date: Wed, 06 Aug 2003 00:55:58 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: bXgLTSLxlG7/taxh1VkQZCmmihQ1DW50pry9RHIpwJ7Jk628wsgohkx2VUyCXm/Prp+SwbQQMADZ1PShSXPg/A== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: References: <20030801171725.M51833-100000@skywalker.rogness.net> <200308052048.H75KMTXV035305@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAPzBSHjFqW1BleBN9AQGy7ggAi4AuiehXJnvWB2srUo9aMJmCGeOgrqLt XGYJe3OOszw/QcuAT4EpCHKUSAWnu9VzrbqTmBikfsL/naIKr9+6YbUFf9AE5etU ftO4yv1yu+yV8X1K7NxEQIHJFBa07/CIJwBROeBG9aa12+uA5AiWgn79IOxnolCA PPrCNFHKsnVQFhYcrVHuA7Vs2qT0UolZLhZz07P9nH37SK22wtp29qxN5S9iSA3p 1/59XSkAq8M5bW3rFDcjAQHpFR3Qtj0SS83orKhGTL9wLZv/TIsBgNOU7SW5pAKb LLT2y1TOZka3k8hLj1C7bgbVXLkEr7d/GEW7uM2r9h3bb47oDGF5ug== =aO4U Subject: SOLVED! (was: Re: Frontpage perils) 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, 06 Aug 2003 00:56:01 -0000 ----- Original Message ----- From: "Mark" To: "Nick Rogness" ; Sent: Tuesday, August 05, 2003 10:48 PM Subject: Re: Frontpage perils > ----- Original Message ----- > From: "Nick Rogness" > To: "Mark" > Cc: > Sent: Saturday, August 02, 2003 1:37 AM > Subject: Re: Frontpage perils > > > On Fri, 1 Aug 2003, Mark wrote: > > > > > I just installed apache+mod_ssl-1.3.28+2.8.15 (FreeBSD 4.7R). > > > Having some serious trouble integrating Frontpage 5, though. Sometimes I am such an idiot. :) I had placed these commands at the top of httpd.conf: FrontPageEnable FrontPageAdminDisable Which was not wise. :) Until, tonight, it finally dawned on me that these command are not recognized, because mod_frontpage has, at that point, not been loaded yet! I moved them after mod_frontage has loaded, and now everything works as expected. :) Thanks anyway for the trouble Nick, and the useful shortcut to using the fp_install.sh script. - Mark