From: Alex B. <en...@tu...> - 2001-09-06 20:22:20
|
> > to recap on the upcoming multiple site layout structure, i'm wondering > about the document root side of things. > branching the user/ directory into site specific trees is fine, but why > not do the same for the htdocs as well? because the builds will go into separate directories. i.e. build/site_name/stuff > so essentually, when you issue a 'make site_name', a user/site_name will > be created, as well as a new htdocs/site_name. maybe there's something > i missed, but this seems like the way to go unless we plan to have all > the sites pull all it's resources (css/images) from one document root > instead of individual site docroots. we're going the individual docroot route. though there is nothing preventing us from doing what you suggest, if someone wants to build that into the make system and set up configuration options for it.. I'm fine with that. > for this to work after this point, one would point their Apache virtual > host document root to build/en/htdocs/site_name. > > i'm prolly in the dark, but that's ok. =] > jason :) _a |