From owner-freebsd-doc@FreeBSD.ORG Mon Apr 11 04:57:14 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDF816A4CE for ; Mon, 11 Apr 2005 04:57:14 +0000 (GMT) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id C813C43D45 for ; Mon, 11 Apr 2005 04:57:13 +0000 (GMT) (envelope-from nathan@bsdmail.com) Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180])E075318001C5 for ; Mon, 11 Apr 2005 04:57:06 +0000 (GMT) X-OB-Received: from unknown (205.158.62.131) by wfilter.us4.outblaze.com; 11 Apr 2005 04:57:05 -0000 Received: by ws5-1.us4.outblaze.com (Postfix, from userid 1001) id F3D991FB15; Mon, 11 Apr 2005 04:57:08 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [127.0.0.1] by ws5-1.us4.outblaze.com with http for nathan@bsdmail.com; Mon, 11 Apr 2005 13:57:08 +0900 From: "Nathan Singleton" To: doc@FreeBSD.org Date: Mon, 11 Apr 2005 13:57:08 +0900 X-Originating-Ip: 127.0.0.1 X-Originating-Server: ws5-1.us4.outblaze.com Message-Id: <20050411045708.F3D991FB15@ws5-1.us4.outblaze.com> Subject: (Minor) Error located in FreeBSD handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 04:57:14 -0000 Hello, I found what I beleave to be a minor technical error in the FreeBSD = handbook. The page where the error can be found at is, "http://www.freebsd.org/doc/en= _US.ISO8859-1/books/handbook/network-apache.html". The page's title is, "Apache HTTP Server". Subchapter is, "23.8.4 Virtual H= osting" The error is here: ServerName www.domain.tld DocumentRoot /www/domain.tld it should (probably) be: ServerName www.domain.tld DocumentRoot /www/domain.tld This is because the tag was already open and doesn't need to = be re-opened. Instead it should be closed before the next ent= ry, or it will cause an "end tag for "VirtualHost" omitted, but OMITTAG NO = was specified" error (I beleave). I hope this helps you. kind regards, Nathan --=20 _______________________________________________ Get your free email from http://mymail.bsdmail.com Powered by Outblaze