From owner-freebsd-isp Thu Jan 14 10:39:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14109 for freebsd-isp-outgoing; Thu, 14 Jan 1999 10:39:42 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14098 for ; Thu, 14 Jan 1999 10:39:39 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA20815; Thu, 14 Jan 1999 10:30:10 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdz20783; Thu Jan 14 18:30:05 1999 Date: Thu, 14 Jan 1999 10:29:58 -0800 (PST) From: Julian Elischer To: Konstantin Chuguev cc: freebsd-isp@FreeBSD.ORG Subject: Re: PATCH for Apache: Add FreeBSD Server Layout In-Reply-To: <369DE60B.7B350962@urc.ac.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 14 Jan 1999, Konstantin Chuguev wrote: > Hi. > > There are some patches now proposed on the new-httpd@apache.org mailing list > about adding layouts of various OSes to the Apache distribution. > > Aren't people making Apache ports bothered of patching its Configure and > Makefile.tmpl for every version of Apache? ;-) > Let's make a layout once. It's easy, because FreeBSD has kind of strict > (conservative) software layout. > > It is possible to add the FreeBSD layout to Apache's config.layout > distribution file. The addition is like this (most values taken from > the port; htdocsdir, iconsdir and cgidir are taken from a newly proposed > patch for Apache, proxycachedir as I know has no strict layout): > > ------ > # FreeBSD Layout > > prefix: /usr/local > exec_prefix: $prefix > bindir: $exec_prefix/bin > sbindir: $exec_prefix/sbin > libexecdir: $exec_prefix/libexec > mandir: $exec_prefix/man > sysconfdir: $prefix/etc > datadir: $prefix/www/data > htdocsdir: $prefix/www/htdocs > iconsdir: $prefix/www/icons > cgidir: $prefix/www/cgi-bin > includedir: $prefix/include/apache > localstatedir: /var > runtimedir: $localstatedir/run > logfiledir: $localstatedir/log > proxycachedir: $localstatedir/spool/webcache All good down to here.. Many people have /var as a small separate partition.. The cache may overflow it this may have to be more user tunable.... > > ------ > > All this needs discussion... > Your opinions? > > -- > Konstantin V. Chuguev. System administrator of Southern > http://www.urc.ac.ru/~joy/ Ural Regional Center of FREEnet, > mailto:joy@urc.ac.ru Chelyabinsk, Russia. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message