]> git.pld-linux.org Git - packages/php.git/commitdiff
- config for apache2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Apr 2002 00:45:49 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mod_php.conf -> 1.1

php-mod_php.conf [new file with mode: 0644]

diff --git a/php-mod_php.conf b/php-mod_php.conf
new file mode 100644 (file)
index 0000000..a7223b8
--- /dev/null
@@ -0,0 +1,9 @@
+LoadModule php4_module lib/apache/libphp4.so
+
+<IfModule php.c>
+
+AddType application/x-httpd-php \.php
+AddType application/x-httpd-php \.php3
+AddType application/x-httpd-php \.php4
+
+</IfModule>
This page took 1.092733 seconds and 4 git commands to generate.