From cvs-return-22160-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon Jun 13 18:05:44 2005 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 32589 invoked from network); 13 Jun 2005 18:05:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2005 18:05:43 -0000 Received: (qmail 96901 invoked by uid 500); 13 Jun 2005 18:05:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96859 invoked by uid 500); 13 Jun 2005 18:05:42 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 96846 invoked by uid 99); 13 Jun 2005 18:05:41 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Jun 2005 11:05:40 -0700 Received: (qmail 20702 invoked by uid 65534); 13 Jun 2005 17:58:34 -0000 Message-ID: <20050613175834.20701.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r190450 - /httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in Date: Mon, 13 Jun 2005 17:58:33 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rbowen Date: Mon Jun 13 10:58:31 2005 New Revision: 190450 URL: http://svn.apache.org/viewcvs?rev=3D190450&view=3Drev Log: Include "Indexes" in the AllowOverride comment in the default configuration Modified: httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in Modified: httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/conf/htt= pd-std.conf.in?rev=3D190450&r1=3D190449&r2=3D190450&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in (original) +++ httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in Mon Jun 13 10:58= :31 2005 @@ -349,7 +349,7 @@ # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: -# Options FileInfo AuthConfig Limit +# Options FileInfo AuthConfig Limit Indexes # AllowOverride None =20