Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 24899 invoked by uid 500); 9 Jan 2003 20:03:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 24888 invoked by uid 500); 9 Jan 2003 20:03:17 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Jan 2003 20:03:16 -0000 Message-ID: <20030109200316.3318.qmail@icarus.apache.org> From: slive@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual content-negotiation.xml content-negotiation.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N slive 2003/01/09 12:03:16 Modified: docs/manual content-negotiation.xml content-negotiation.html.en Log: Access.conf? Nope. Revision Changes Path 1.2 +1 -1 httpd-2.0/docs/manual/content-negotiation.xml Index: content-negotiation.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/content-negotiation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -b -u -r1.1 -r1.2 --- content-negotiation.xml 16 Aug 2002 00:22:45 -0000 1.1 +++ content-negotiation.xml 9 Jan 2003 20:03:15 -0000 1.2 @@ -171,7 +171,7 @@ type="section">Directory, Location or Files section in - access.conf, or (if httpd.conf, or (if AllowOverride is properly set) in .htaccess files. Note that Options All does not set MultiViews; you have to ask for it by 1.39 +1 -1 httpd-2.0/docs/manual/content-negotiation.html.en Index: content-negotiation.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/content-negotiation.html.en,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -b -u -r1.38 -r1.39 --- content-negotiation.html.en 11 Dec 2002 21:33:36 -0000 1.38 +++ content-negotiation.html.en 9 Jan 2003 20:03:15 -0000 1.39 @@ -189,7 +189,7 @@

MultiViews is a per-directory option, meaning it can be set with an Options directive within a <Directory>, <Location> or <Files> section in - access.conf, or (if AllowOverride is properly set) in + httpd.conf, or (if AllowOverride is properly set) in .htaccess files. Note that Options All does not set MultiViews; you have to ask for it by name.