SOURCES: php4-mod_php.conf - cleanup

glen glen at pld-linux.org
Sat Aug 13 14:21:16 CEST 2005


Author: glen                         Date: Sat Aug 13 12:21:16 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SOURCES:
   php4-mod_php.conf (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SOURCES/php4-mod_php.conf
diff -u SOURCES/php4-mod_php.conf:1.12 SOURCES/php4-mod_php.conf:1.13
--- SOURCES/php4-mod_php.conf:1.12	Wed Feb  9 19:41:56 2005
+++ SOURCES/php4-mod_php.conf	Sat Aug 13 14:21:11 2005
@@ -1,6 +1,8 @@
+# load php4 module only if php5 module is not yet loaded
 <IfModule !mod_php5.c>
 LoadModule php4_module modules/libphp4.so
 
+# apache2handler php module (apache 2.x)
 <IfModule sapi_apache2.c>
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php .inc
@@ -8,10 +10,8 @@
 AddType application/x-httpd-php .php4
 </IfModule>
 
-# for apache1.
-# correct me, but there ain't sapi's in apache1, so this is the most reasonable
-# check AFAIK -glen
-<IfModule !sapi_apache2.c>
+# apache php module (apache 1.3.x)
+<IfModule mod_php4.c>
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php .inc
 AddType application/x-httpd-php .php3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php4-mod_php.conf?r1=1.12&r2=1.13&f=u




More information about the pld-cvs-commit mailing list