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

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

Author: jorton
Date: Thu Jun 16 05:52:57 2005
New Revision: 190906

URL: http://svn.apache.org/viewcvs?rev=190906&view=rev
Log:
PHP 3.x + httpd-2.2 seems... unlikely.

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=190906&r1=190905&r2=190906&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:52:57 2005
@@ -187,7 +187,7 @@
 #     This enables optimized SSL connection renegotiation handling when SSL
 #     directives are used in per-directory context. 
 #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
-<FilesMatch "\.(cgi|shtml|phtml|php3?)$">
+<FilesMatch "\.(cgi|shtml|phtml|php)$">
     SSLOptions +StdEnvVars
 </FilesMatch>
 <Directory "@exp_cgidir@">