]> granicus.if.org Git - apache/commitdiff
Change "Files ~" to the preferred "FilesMatch"
authorRich Bowen <rbowen@apache.org>
Thu, 16 Jun 2005 12:42:32 +0000 (12:42 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 16 Jun 2005 12:42:32 +0000 (12:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190905 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-ssl.conf.in

index 9b181165ee7d7adc8312e8a185a0c757f66d69ef..9705df5633d7ce5ace74cb261b33f1ac5b020f05 100644 (file)
@@ -187,9 +187,9 @@ SSLCertificateKeyFile @exp_sysconfdir@/server.key
 #     This enables optimized SSL connection renegotiation handling when SSL
 #     directives are used in per-directory context. 
 #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
-<Files ~ "\.(cgi|shtml|phtml|php3?)$">
+<FilesMatch "\.(cgi|shtml|phtml|php3?)$">
     SSLOptions +StdEnvVars
-</Files>
+</FilesMatch>
 <Directory "@exp_cgidir@">
     SSLOptions +StdEnvVars
 </Directory>