You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2005/06/16 14:42:32 UTC

svn commit: r190905 - /httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in

Author: rbowen
Date: Thu Jun 16 05:42:32 2005
New Revision: 190905

URL: http://svn.apache.org/viewcvs?rev=190905&view=rev
Log:
Change "Files ~" to the preferred "FilesMatch"

Modified:
    httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in

Modified: httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in?rev=190905&r1=190904&r2=190905&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in Thu Jun 16 05:42:32 2005
@@ -187,9 +187,9 @@
 #     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>