From: Andre Malo Date: Mon, 2 Dec 2002 19:42:13 +0000 (+0000) Subject: different case may confuse people. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d73c5f25e989bc62933710a92d40b4d2f2726f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 8fd8b13da8d..8e602158670 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 2c226af5186..0b5e8383a76 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.