Date: Thu, 08 Jun 2000 16:57:21 +0100 From: Cliff Rowley <cliff@olive.co.uk> To: Fred Clift <fred@veriohosting.com> Cc: Nathan Vidican <webmaster@olive.co.uk>, Cliff Rowley <cliff@olive.co.uk>, freebsd-questions@freebsd.org Subject: Re: Apache port >:| Message-ID: <393FC261.2C6F5DAA@olive.co.uk> References: <Pine.BSF.4.21.0006080948290.30851-100000@vespa.orem.iserver.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From /usr/ports/www/apache13/pkg/PLIST: @exec mkdir -p %D/www @exec ln -fs %B %D/www/data.default @unexec rm -f %D/www/data.default @exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi www/icons/README www/icons/a.gif www/icons/alert.black.gif www/icons/alert.red.gif www/icons/apache_pb.gif www/icons/back.gif www/icons/ball.gray.gif <snip> As we know, PREFIX is /usr/local, so ${PREFIX}/apache is now ${PREFIX}/www apache.conf is also now httpd.conf Fred Clift wrote: > > > > > you can change the installation directory(ies) with the --prefix setting > > using the configure script befoer you run make; looks like the second > > time around you user ./configure --prefix=/usr/local, whereas the first > > time would have been done by a filename listing where to put the files. > > yes, this is true if you build it yourself, but not if you use the 'ports' > version... > > -- > Fred Clift - fred@veriohosting.com -- Remember: If brute > force doesn't work, you're just not using enough. -- Cliff Rowley Software Engineer Olive Systems LTD http://www.olive.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?393FC261.2C6F5DAA>