Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 45861 invoked by uid 500); 12 Jul 2002 04:03:03 -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 45850 invoked by uid 500); 12 Jul 2002 04:03:03 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 12 Jul 2002 04:03:02 -0000 Message-ID: <20020712040302.97477.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/conf httpd-win.conf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/07/11 21:03:02 Modified: docs/conf httpd-win.conf Log: Fix a [very few] config changes. Yes - needs to be awk-ized, but not at this moment. Revision Changes Path 1.63 +5 -6 httpd-2.0/docs/conf/httpd-win.conf Index: httpd-win.conf =================================================================== RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- httpd-win.conf 20 Jun 2002 03:50:04 -0000 1.62 +++ httpd-win.conf 12 Jul 2002 04:03:02 -0000 1.63 @@ -25,8 +25,8 @@ # of the server's control files begin with "/" (or "drive:/" for Win32), the # server will use that explicit path. If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so "logs/foo.log" -# with ServerRoot set to "/usr/local/apache" will be interpreted by the -# server as "/usr/local/apache/logs/foo.log". +# with ServerRoot set to "@@ServerRoot@@" will be interpreted by the +# server as "@@ServerRoot@@/logs/foo.log". # # NOTE: Where filenames are specified, you must use forward slashes # instead of backslashes (e.g., "c:/apache" instead of "c:\apache"). @@ -497,10 +497,8 @@ # # -# FancyIndexing is whether you want fancy directory indexing or standard. -# VersionSort is whether files containing version numbers should be -# compared in the natural way, so that `apache-1.3.9.tar' is placed before -# `apache-1.3.12.tar'. +# IndexOptions: Controls the appearance of server-generated directory +# listings. # IndexOptions FancyIndexing VersionSort @@ -754,6 +752,7 @@ # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # +#AddType text/html .shtml #AddOutputFilter INCLUDES .shtml #