From owner-freebsd-stable Wed Dec 9 11:31:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17597 for freebsd-stable-outgoing; Wed, 9 Dec 1998 11:31:48 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [156.46.203.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17590 for ; Wed, 9 Dec 1998 11:31:46 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [156.46.203.13]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id NAA12071; Wed, 9 Dec 1998 13:31:38 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <001001be23aa$8a3e3e20$0dcb2e9c@westbend.net> From: "Scot W. Hetzel" To: "Roger Hall" Cc: "FreeBSD-Stable" Subject: Re: apache-fp Date: Wed, 9 Dec 1998 13:31:37 -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 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Roger Hall >> Apache-fp is part of the ports, so I suspected that it would work. The >> SERK says it is unsupported on FreeBSD, but who can believe MS docs? >> So does this thing work or not? >> Yes it works, the apache{12-3}-fp port will allow you to install a rootweb, userwebs, and virtual webs at installation. To install userwebs after installation use: 1. log into the web server as root 2. change to the /usr/local/frontpage/currentversion/bin directory 3. Run fpsrvadm.exe as follows: ./fpsrvadm.exe -o install -p 80 -web \~ To install virtual webs after installation use: Creating a New Virtual Server on UNIX 1.. Create a new UNIX account for the user. 2.. Create a content root and configuration file area. For example, /usr/local/www/newuser/content and /usr/local/www/newuser/conf. 3.. Create a new virtual server for the new account. Consult your Web server documentation for details. 4.. Run the fpsrvadm utility to install the FrontPage Server Extensions on the new virtual server. For example: fpsrvadm -o install -t apache-fp -h -u -pw -p -xUser -xGroup 5.. Chown the web appropriately. Using the sample command line above, you can do this at the same time you install the FrontPage Server Extensions, using the -xUser and -xGroup options. Otherwise, use the chown option of fpsrvadm. For example: fpsrvadm -o chown -h -p -xUser -xGroup Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message