From owner-freebsd-isp Mon Sep 2 7:30:17 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358CF37B400 for ; Mon, 2 Sep 2002 07:30:10 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-227-236.bras01.elk.ca.frontiernet.net [207.173.227.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8512143E42 for ; Mon, 2 Sep 2002 07:30:09 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id B9F3DEE5DB; Mon, 2 Sep 2002 07:30:08 -0700 (PDT) Message-ID: <00bc01c2528d$5196d120$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Mike Tancsa" Cc: References: Subject: Re: Fw: FrontPage 2002 Extensions Help Date: Mon, 2 Sep 2002 07:30:43 -0700 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Mike Tancsa" To: "Drew Tomlinson" Cc: Sent: Sunday, September 01, 2002 7:09 AM Subject: Re: Fw: FrontPage 2002 Extensions Help On Sat, 31 Aug 2002 07:33:50 -0700, in sentex.lists.freebsd.isp you wrote: >I originally sent the following to questions but have not received any >suggestions as of yet. I'm hoping maybe someone here has had similar >difficulties and knows what I need to do to get things working. Make sure you have ### In Order for FrontPage to work in User and Virtual ### ### Web Directories, they need to be set up as shown: ### AllowOverride AuthConfig Limit Indexes Options Options All FrontpageAdminEnable #optional And in Apache's make file, make sure you build it with suEXEC enabled --enable-suexec Other then that, you should just be able to install mod_frontpage from the ports and all should work. e.g. to enable the domain example.com with the unix userid eunixuser with the unix group fpgroup and the FrontPage user fpuserid with the passwd donttell /usr/local/frontpage/currentversion/bin/owsadm.exe -o install -t apache-fp -s /usr/local/etc/apache/httpd.conf -p 80 -m www.example.com -u fpuserid -pw donttell -xu eunixuser -xg fpgroup Thank you for your suggestions. I found some inappropriate directives and added "AllowOverride All" and "Options All" in a directive for my virtual web directory. This solved my problem. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message