From owner-freebsd-isp Wed Oct 2 20:33:23 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D9537B401 for ; Wed, 2 Oct 2002 20:33:22 -0700 (PDT) Received: from users.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6129B43E42 for ; Wed, 2 Oct 2002 20:33:21 -0700 (PDT) (envelope-from munk@users.munk.nu) Received: from users.munk.nu (localhost [127.0.0.1]) by users.munk.nu (8.12.5/8.12.3) with ESMTP id g934XmvD056024 for ; Thu, 3 Oct 2002 04:33:49 GMT (envelope-from munk@users.munk.nu) Received: (from munk@localhost) by users.munk.nu (8.12.5/8.12.3/Submit) id g934Xm9L056023 for freebsd-isp@freebsd.org; Thu, 3 Oct 2002 04:33:48 GMT Date: Thu, 3 Oct 2002 04:33:48 +0000 From: Jez Hancock To: FreeBSD ISP List Subject: Apache vhost directive problem Message-ID: <20021003043348.GA55962@users.munk.nu> Mail-Followup-To: FreeBSD ISP List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi folks, I have a problem with my apache httpd vhost configuration. My vhost entries for numerous users look like this: ServerName eggshell.munk.nu ServerAdmin support@munk.nu DocumentRoot /home/eggshell/web ErrorLog /home/eggshell/logs/httpd-error.log CustomLog /home/eggshell/logs/httpd-access.log combined and the problem I'm having is that if a user removes either their logs or web dir, the server will not (re)start correctly since the vhost configuration is broken after such changes. How can I ensure that the vhost configuration does not become 'broken' after a user makes such a change? Many thanks in advance, Jez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message