From: Rich Bowen Date: Thu, 16 Jun 2005 12:40:37 +0000 (+0000) Subject: Changed "Files ~" to "FilesMatch" in the config files. People seem to X-Git-Tag: 2.0.55~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3154fefea124cf0f061160c6ec84347ebd63aa86;p=thirdparty%2Fapache%2Fhttpd.git Changed "Files ~" to "FilesMatch" in the config files. People seem to have a hard time noticing the ~ in there, which then leads to confusion about how Files works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@190904 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 3f791e826a1..3d2cb2e7b35 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -405,10 +405,10 @@ AccessFileName .htaccess # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # - + Order allow,deny Deny from all - + # # TypesConfig describes where the mime.types file (or equivalent) is diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index aee7dd346b9..a4405d6549c 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -331,10 +331,10 @@ AccessFileName .htaccess # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # - + Order allow,deny Deny from all - + # # TypesConfig describes where the mime.types file (or equivalent) is diff --git a/docs/conf/ssl-std.conf.in b/docs/conf/ssl-std.conf.in index 748f60c6430..7547399ccef 100644 --- a/docs/conf/ssl-std.conf.in +++ b/docs/conf/ssl-std.conf.in @@ -200,9 +200,9 @@ SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/server.key # This enables optimized SSL connection renegotiation handling when SSL # directives are used in per-directory context. #SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire - + SSLOptions +StdEnvVars - + SSLOptions +StdEnvVars