From owner-freebsd-doc@FreeBSD.ORG Mon Aug 2 05:20:24 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A335916A4CE for ; Mon, 2 Aug 2004 05:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D40643D7B for ; Mon, 2 Aug 2004 05:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i725KOm7048543 for ; Mon, 2 Aug 2004 05:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i725KOlJ048540; Mon, 2 Aug 2004 05:20:24 GMT (envelope-from gnats) Date: Mon, 2 Aug 2004 05:20:24 GMT Message-Id: <200408020520.i725KOlJ048540@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Murray Stokely Subject: Re: docs/69478: Add bit about Apache VirtualHosts X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Murray Stokely List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:20:24 -0000 The following reply was made to PR docs/69478; it has been noted by GNATS. From: Murray Stokely To: Brad Davis Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/69478: Add bit about Apache VirtualHosts Date: Mon, 2 Aug 2004 05:17:51 +0000 On Fri, Jul 23, 2004 at 05:43:49AM -0600, Brad Davis wrote: > + > + Apache supports two different types of Virtual Hosting. The first method is > + Name-based Virtual Hosting. Name-based virtual hosting uses the clients HTTP/1.1 > + headers to figure out the hostname. This allows many different domains to share > + the same IP address. > + Please wrap the paragraph next time. It makes it easier to review. > + To setup Apache to use Name-based Virtual Hosting add an entry like the following I added tags around Apache in this section. > + If you had the domains www.domain.tld and www.someotherdomain.tld you would add > + entries that look like the following: This seems to be taken from the example in httpd.conf, which is fine, but please mention the sources when you submit things like this. Also these domains should be wrapped in tags. I reworded this slightly. > + For more info consult the official Apache documentation at: > + We should use 'information' here and not informal half-words like 'info'. Also I updated the URL to vhosts/ rather than just the name-based.html file. We also want to tell the user about the other type of virtual hosting (ip based), that you mention in the introduction of this section but then only explain name based. With these chagnes, I have committed this to CVS. Thanks! - Murray