From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 08:17:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE056106564A for ; Fri, 2 Jan 2009 08:17:57 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8268FC08 for ; Fri, 2 Jan 2009 08:17:57 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 1D51429409 for ; Fri, 2 Jan 2009 03:17:57 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id EE87FE27E for ; Fri, 2 Jan 2009 03:17:56 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LIfEC-0001Rj-00 for ; Fri, 02 Jan 2009 03:17:56 -0500 Date: Fri, 2 Jan 2009 03:17:56 -0500 From: stan To: Free BSD Questions list Message-ID: <20090102081756.GA5458@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 03:14:28 up 235 days, 9:37, 1 user, load average: 0.01, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Apache 2 docs question 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: Fri, 02 Jan 2009 08:17:58 -0000 I'm setting up a new web server on 7.1 using Apache 2. I am reusing an old top level index.html that's from an Apache 1 install. I created a sym link to the Apache docs at /usr/local/share/doc/apache22 to the old "manuual" name. Here's the snipet from the index.html file thta points at it:

The Apache documentation has been included with this distribution.

But I don;t get a useful display, from this. The index.html file that is in this directory does not look like I expect. I suspect that I need to set up something so that the language is defined, right? How can I do this? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.