From owner-freebsd-questions@FreeBSD.ORG Sun Sep 9 23:55:00 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03BB16A417 for ; Sun, 9 Sep 2007 23:54:59 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: from smtp112.sbc.mail.mud.yahoo.com (smtp112.sbc.mail.mud.yahoo.com [68.142.198.211]) by mx1.freebsd.org (Postfix) with SMTP id 5052613C457 for ; Sun, 9 Sep 2007 23:54:59 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: (qmail 31765 invoked from network); 9 Sep 2007 23:28:17 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.96.103 with login) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 9 Sep 2007 23:28:16 -0000 X-YMail-OSG: UaAymk8VM1lyLA9A860507pHcjbw4QfexYFOESSeFEzYB7.qOYmtagNHumlfFIcplT_Cn0OpHA-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 28801B916 for ; Sun, 9 Sep 2007 18:28:26 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iNfz+2CBL2Av for ; Sun, 9 Sep 2007 18:28:25 -0500 (CDT) Received: from [192.168.0.201] (unknown [192.168.0.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id 05A50B90E for ; Sun, 9 Sep 2007 18:28:24 -0500 (CDT) Message-ID: <46E482D7.8000305@mikestammer.com> Date: Sun, 09 Sep 2007 18:33:43 -0500 From: Eric User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: apache22 web root directive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 23:55:00 -0000 Is there a directive to add to make.conf or anywhere else to tell ports what directory my webroot is? when i was running apache20, things like mailgraph installed files in the proper location. Recently I just updated to apache22 and now mailmail still insists on creating directories under the old directory layout. is this a mailgraph port problem or do I have a missing directive somewhere telling ports where my document root is? Thanks! Eric