Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47843 invoked by uid 500); 15 Jan 2002 12:46:52 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 47832 invoked from network); 15 Jan 2002 12:46:51 -0000 Received: from unknown (HELO caustic.oddprocess.org) (209.50.139.90) by daedalus.apache.org with SMTP; 15 Jan 2002 12:46:51 -0000 Received: from manic ([192.168.0.2] helo=manic.oddprocess.org) by caustic.oddprocess.org with asmtp (Exim 3.12 #1 (Debian)) id 16QT9f-0000bQ-00 for ; Tue, 15 Jan 2002 07:57:32 -0500 Message-Id: <5.1.0.14.2.20020115074206.00a71f98@oddprocess.org> X-Sender: matt@oddprocess.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 15 Jan 2002 07:44:48 -0500 To: users@httpd.apache.org From: Matthew Daubenspeck Subject: Re: newbie question: where should VH directories go? In-Reply-To: References: <20020115024204.GA3808@vette.jjdev.com> <20020115024204.GA3808@vette.jjdev.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N At 11:34 PM 1/14/2002 -0600, you wrote: >I have a really basic question. > >Is there a rule-of-thumb as to where virtualhost directories should be >placed on a linux box running apache? I noticed that Apache defaults to >the VAR partition, but it seems to make more sense to me to create >separate user directories in the USR partition and have the virtual hosts >point there. Is there a right/wrong way to organize that? > >-Darrel It honestly doesn't matter. I have multiple virtual hosts in /var/www/hostname that are considered untouchable by any user other then myself. I also have other virtual hosts that are for users that are all located in /home/username/webpage. I think as long as you decide how you want to do it and stick with the scheme, you should be fine. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org