From e4d73c5f25e989bc62933710a92d40b4d2f2726f Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Mon, 2 Dec 2002 19:42:13 +0000 Subject: [PATCH] different case may confuse people. PR: 15001 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97745 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 2 +- docs/conf/httpd-win.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 8fd8b13da8..8e60215867 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -334,7 +334,7 @@ DocumentRoot "@exp_htdocsdir@" # # Possible values for the Options directive are "None", "All", # or any combination of: - # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews + # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 2c226af518..0b5e8383a7 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -261,7 +261,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # # Possible values for the Options directive are "None", "All", # or any combination of: -# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews +# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. -- 2.40.0