Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 21226 invoked by uid 6000); 29 May 1998 01:27:54 -0000 Received: (qmail 21148 invoked by alias); 29 May 1998 01:27:52 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 21111 invoked by uid 24); 29 May 1998 01:27:51 -0000 Date: 29 May 1998 01:27:51 -0000 Message-ID: <19980529012751.21110.qmail@hyperreal.org> From: brian@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/conf access.conf-dist access.conf-dist-win Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org brian 98/05/28 18:27:51 Modified: conf access.conf-dist access.conf-dist-win Log: Place a "default" configuration for the root dir which is very restrictive. Thanks to Dean for the hint. Revision Changes Path 1.13 +14 -1 apache-1.3/conf/access.conf-dist Index: access.conf-dist =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/access.conf-dist,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- access.conf-dist 1997/08/19 23:00:22 1.12 +++ access.conf-dist 1998/05/29 01:27:49 1.13 @@ -10,6 +10,19 @@ # Originally by Rob McCool +# First, we configure the "default" to be a very restrictive set of +# permissions. + + +Options None +AllowOverride None + + +# Note that from this point forward you must specifically allow +# particular features to be enabled - so if something's not working as +# you might expect, make sure that you have specifically enabled it +# below. + # This should be changed to whatever you set DocumentRoot to. @@ -18,7 +31,7 @@ # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". # Note that "MultiViews" must be named *explicitly* --- "Options All" -# doesn't give it to you (or at least, not yet). +# doesn't give it to you. Options Indexes FollowSymLinks 1.4 +13 -0 apache-1.3/conf/access.conf-dist-win Index: access.conf-dist-win =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/access.conf-dist-win,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- access.conf-dist-win 1997/10/25 19:10:09 1.3 +++ access.conf-dist-win 1998/05/29 01:27:50 1.4 @@ -15,6 +15,19 @@ # Originally by Rob McCool +# First, we configure the "default" to be a very restrictive set of +# permissions. + + +Options None +AllowOverride None + + +# Note that from this point forward you must specifically allow +# particular features to be enabled - so if something's not working as +# you might expect, make sure that you have specifically enabled it +# below. + # This should be changed to whatever you set DocumentRoot to.