From owner-freebsd-commit Sun Sep 24 16:29:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA21335 for freebsd-commit-outgoing; Sun, 24 Sep 1995 16:29:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA21322 for cvs-all-outgoing; Sun, 24 Sep 1995 16:29:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA21312 for cvs-ports-outgoing; Sun, 24 Sep 1995 16:29:01 -0700 Received: from fieber-john.campusview.indiana.edu (Fieber-John.campusview.indiana.edu [149.159.1.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA21307 ; Sun, 24 Sep 1995 16:28:53 -0700 Received: (from jfieber@localhost) by fieber-john.campusview.indiana.edu (8.6.11/8.6.9) id SAA00543; Sun, 24 Sep 1995 18:28:50 -0500 Date: Sun, 24 Sep 1995 18:28:45 -0500 (EST) From: John Fieber To: Paul Traina cc: CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/net/apache/scripts configure In-Reply-To: <199509231848.LAA16623@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 23 Sep 1995, Paul Traina wrote: > Log: > Upgrade apache to 0.8.14, completely restructure port, and list myself as > maintainer. Gee... And I just spent a bunch of time working on this this! Well, I do have a couple suggestions though. 1) Can we install the binary as /usr/local/libexec/httpd? 2) Currently DocumentRoot is $PREFIX/www while ServerRoot is $PREFIX/www/server. This is a Bad Thing since it makes all the server configuration files freely available to anybody poking around with a WWW browser. I would recommend making ServerRoot $PREFIX/www and DocumentRoot $PREFIX/www/data (or htdocs, or documents, or whatever). 3) Which brings up another point. httpd.conf, access.conf and srm.conf all need to be altered in the event of $PREFIX being something other than /usr/local. Its easy enough to do when installing a port, but I'm not aware of the mechanism used for packages... Related, While mucking around with those file, its pretty easy to insert a correct hostname for ServerAdmin instead of "localhost". -john == jfieber@indiana.edu =========================================== == http://fieber-john.campusview.indiana.edu/~jfieber ============