]> git.pld-linux.org Git - packages/php4.git/commitdiff
- when no php5 installed also work for .php files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 16 Aug 2004 17:40:39 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-mod_php.conf -> 1.8

php4-mod_php.conf

index 9a7bdf8ab62befc0bb138aeaedf864dd81801db6..1dae15d25f237e1f772a6ed1c495b740fc79a8b6 100644 (file)
@@ -2,6 +2,10 @@ LoadModule php4_module modules/libphp4.so
 
 <IfModule sapi_apache2.c>
 
+<IfModule !mod_php5.c>
+AddType application/x-httpd-php .php
+</IfModule>
+
 AddType application/x-httpd-php .php3
 AddType application/x-httpd-php .php4
 
This page took 0.035813 seconds and 4 git commands to generate.