From owner-freebsd-ports Thu Apr 11 2:32:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from infinitive.futureperfectcorporation.com (infinitive.futureperfectcorporation.com [196.25.137.68]) by hub.freebsd.org (Postfix) with SMTP id 581E937B400 for ; Thu, 11 Apr 2002 02:32:33 -0700 (PDT) Received: (qmail 84429 invoked by uid 0); 11 Apr 2002 09:32:27 -0000 Received: from unknown (HELO gerund.futureperfectcorporation.com) (196.25.137.65) by infinitive.futureperfectcorporation.com with DES-CBC3-SHA encrypted SMTP; 11 Apr 2002 09:32:27 -0000 Received: (qmail 56106 invoked by uid 1001); 11 Apr 2002 09:34:18 -0000 Date: Thu, 11 Apr 2002 11:34:18 +0200 From: Neil Blakey-Milner To: Jason Watkins Cc: phantom@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: bugzilla-2.14.1 Message-ID: <20020411093417.GA55586@mithrandr.moria.org> References: <019e01c1e134$5c3c4fd0$426f2a40@boondock> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <019e01c1e134$5c3c4fd0$426f2a40@boondock> User-Agent: Mutt/1.3.27i Organization: iTouch Labs X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu 2002-04-11 (01:39), Jason Watkins wrote: > It would be nice to have this install somewhere besides /data.default, since > I use vhosts and will have to copy stuff around on each update. The ports team for FreeBSD can do one of two things: Provide web applications in the default web root for users so they "just work" with minimal configuration, or provide web applications in another location and force users to purposefully add an Alias (or more) for each application. I think the first is the better option. I can't imagine people who are capable of using virtual hosts being unable to use a new default web root and unable to do the Alias bits necessary to get the application to work in their virtual host. For example, an excerpt from my configuration: # $Header: /usr/local/etc/apache/RCS/vhost.conf,v 1.31 2002/04/06 14:43:13 nbm Exp $ # NameVirtualHost * ServerName pike.moria.org ServerAlias pike DocumentRoot "/usr/local/www/pike/data" ErrorLog /var/log/apache/pike.moria.org/error_log CustomLog /var/log/apache/pike.moria.org/access_log common Alias /phpMyAdmin /usr/local/www/data.default/phpMyAdmin Alias /phpPgAdmin /usr/local/www/data.default/phpPgAdmin Alias /achievo /usr/local/www/data.default/achievo Alias /diveintopython /usr/local/share/doc/diveintopython Alias /python /usr/local/share/doc/python2.2/ Alias /apache /usr/local/share/doc/apache Alias /php /usr/local/share/doc/php Alias /postgresql /usr/local/share/doc/postgresql/html Alias /docbook-tdg /usr/local/share/doc/docbook-tdg Alias /exim /usr/local/share/doc/exim/html Alias /bugzilla /usr/local/www/bugzilla Alias /bugzilla-doc /usr/local/share/doc/bugzilla/html Alias /tomcat /usr/local/jakarta-tomcat4.0.3/webapps/tomcat-docs/ RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope(.*) /usr/local/www/cgi-bin.default/Zope.cgi$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message