From owner-freebsd-ports@FreeBSD.ORG Thu May 11 14:56:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6249516A442 for ; Thu, 11 May 2006 14:56:42 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C74443D6D for ; Thu, 11 May 2006 14:56:40 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 32755 invoked by uid 1000); 11 May 2006 16:56:38 +0200 Date: Thu, 11 May 2006 16:56:38 +0200 From: Clement Laforet To: Lupe Christoph Message-ID: <20060511145638.GA86574@goofy.cultdeadsheep.org> References: <1147338576.799.9.camel@pav.hide.vol.cz> <1147356487.4463454775612@buexe.b-5.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <1147356487.4463454775612@buexe.b-5.de> User-Agent: Mutt/1.5.10i Cc: ports@freebsd.org, pav@freebsd.org Subject: Re: HEADS UP for maintainers of web applications X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 14:56:42 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 11, 2006 at 04:08:07PM +0200, Lupe Christoph wrote: > Quoting Pav Lucistnik : >=20 > > it will soon become mandatory to stop installing web applications into > > Apache specific directories, like ${PREFIX}/www/data, > > ${PREFIX}/www/cgi-bin etc. >=20 > > All web applications should be now installed into ${PREFIX}/www/appname. > > Please keep it in mind when preparing your next port update. >=20 > Are you saying that a cgi-bin should go into ${PREFIX}/www/appname, too? > That would require the sysadmin to set ExecCGI for all of ${PREFIX}/www. No. cgi-bin should live in ${PREFIX}/www/cgi-bin. It's currently handled by HTTP server ports. It will be possible to rely on future www/webbase to keep this directory out of server port. I should commit it tommorrow. BTW, accessible files (not CGI but simple HTML pages) of cgi-bin based web apps must be installed in ${PREFIX}/www/${PORTNAME}. Templates can be put anywhere since the application access to them,=20 not apache directly. > Perhaps you expand on this a little and tell me where the following > should go: > 1) HTML files that are to be server by ${HTTPD} yes > 2) cgi-bin's that are to be executed by ${HTTPD} yes > 3) Data that is not to be accessible either way like e.g. a htpasswd > file. You can put them anywhere. Why not in ${PREFIX}/etc/apache[??]? clem --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFEY1CmsRhfjwcjuh0RAnjtAKCLiOWly75V6u5MGVofWtCqKKgZFQCfcA33 7OM9dxa+OfFrhNrPE1dSvfQ= =D61d -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--