jorton 2004/02/17 09:34:22
Modified: perl-framework/t/conf extra.conf.in
Log:
Use AddType to enable PHP script processing since that works with
both the filter-based and handler-based SAPIs in PHP 4.3.
Revision Changes Path
1.45 +2 -4 httpd-test/perl-framework/t/conf/extra.conf.in
Index: extra.conf.in
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/conf/extra.conf.in,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -d -u -r1.44 -r1.45
--- extra.conf.in 13 Jan 2004 23:42:14 -0000 1.44
+++ extra.conf.in 17 Feb 2004 17:34:22 -0000 1.45
@@ -43,10 +43,8 @@
<IfDefine APACHE2>
<IfModule sapi_apache2.c>
- <Files *.php>
- SetOutputFilter PHP
- SetInputFilter PHP
- </Files>
+ AddType application/x-httpd-php .php
+ AddType application/x-httpd-php-source .phps
</IfModule>
</IfDefine>