Received: by taz.hyperreal.com (8.7.6/V2.0) id FAA23831; Fri, 15 Nov 1996 05:23:07 -0800 (PST) Received: from gate-isdn.ukweb.com by taz.hyperreal.com (8.7.6/V2.0) with SMTP id FAA23826; Fri, 15 Nov 1996 05:23:03 -0800 (PST) Received: from star.ukweb.com [192.168.2.10] by gate-isdn.ukweb.com with smtp (Exim 0.57 #1) id 0vOOET-0000dZ-00; Fri, 15 Nov 1996 13:22:57 +0000 Date: Fri, 15 Nov 1996 14:24:55 +0000 (GMT) From: Paul Sutton Reply-To: Paul Sutton To: new-httpd@hyperreal.com Subject: Re: fleshing out defs of config directives for mod_info In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com On Thu, 14 Nov 1996, Brian Behlendorf wrote: > On Wed, 13 Nov 1996, Brian Behlendorf wrote: > > Here's an attempt at definitions for directives in http_core.c. These > > definitions get displayed, of course, in mod_info output and httpd -h output. > > I had trouble trying to figure out if it was best to have the phrase describe > > the arguments required ("a filename") or what the directive actually did ("The > > root directory of the document tree"), I leaned towards the latter. Let me > > know what you think. This looks good. I hope that putting a functional description doesn't remove the syntactical information. For example, HostnameLookups is described as En/disable reverse-DNS lookups This doesn't say what the possible arguments are (Apache regulars might assume it is on/off, as in the other directives, but it is not obvious). Perhaps it could be "on" to enable or "off" to disable reverse DNS lookups Of course, HostnameLookups had no help at all in 1.1.1 so anything is an improvement... > 1) removed "CacheNegotiatedDocs" from http_core.c's command table. It had no > configuration associated with it. Umm, looks like an early way to to prevent a server-death if mod_negotiation wasn't compiled in, I guess. Not needed with . Incidently this directive only affects HTTP/1.0 requests, and isn't needed (or used) on 1.1 requests. Paul UK Web Ltd