From owner-freebsd-ports Thu Oct 30 12:09:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06187 for ports-outgoing; Thu, 30 Oct 1997 12:09:45 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from mrin47.mail.aol.com (mrin47.mx.aol.com [198.81.19.157]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06176; Thu, 30 Oct 1997 12:09:41 -0800 (PST) (envelope-from Hetzels@aol.com) From: Hetzels@aol.com Received: (from root@localhost) by mrin47.mail.aol.com (8.8.5/8.7.3/AOL-2.0.0) id PAA27586; Thu, 30 Oct 1997 15:09:10 -0500 (EST) Date: Thu, 30 Oct 1997 15:09:10 -0500 (EST) Message-Id: <199710302009.PAA27586@mrin47.mail.aol.com> To: undisclosed-recipients:; Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ompleted I just discovered a problem with the port I created, the following directories must be owned by the user the apache-fp server runs as (in the httpd.conf file) other wise it can't read/write files to these directories. After fp_install.sh Correct owners User Group User Group ../etc/apache [root] [wheel] [nobody] [nogroup] All files ../www/data [nobody] [nogroup] [nobody] [nogroup] All files ../frontpage [bin] [bin] [nobody] [bin] dir & *.cnf files ../www/[VirtualServer] [?] [?] [nobody] [nogroup] All files /home/[user]/public_html [user] [user] [nobody] [user] All files My first attempt to solve the problem resulted in the FP Extentions only working with the ../www/data & ../etc/apache directories. Apparently, I'll have to modify the fp_install.sh script to chown ../etc/apache, ../www/data, and ../frontpage to the owner in the httpd.conf file. When a Virtual Server is created, its directory also needs to be owned by the user in the httpd.conf file. I discovered the Virtual Server problem when I tried using the HTML Administrations Forms. A users public_html directory must be owned by the user in the httpd.conf file, before FP98 can be used to create a user sub-web. Scot