summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2005-04-13 01:20:04 +0000
committerChristian Parpart <trapni@gentoo.org>2005-04-13 01:20:04 +0000
commit21ecfb84791dac229799e57fba95df0557d0b43f (patch)
tree2c636adbfb4ef3247e5d3ea4faf577e126d7e83c /dev-php/mod_php/files
parentAdded ~sparc keyword. (diff)
downloadhistorical-21ecfb84791dac229799e57fba95df0557d0b43f.tar.gz
historical-21ecfb84791dac229799e57fba95df0557d0b43f.tar.bz2
historical-21ecfb84791dac229799e57fba95df0557d0b43f.zip
adding missing AddDirectoryIndex directive to config
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php/mod_php/files')
-rw-r--r--dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf43
-rw-r--r--dev-php/mod_php/files/digest-mod_php-4.3.11-r23
2 files changed, 46 insertions, 0 deletions
diff --git a/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
new file mode 100644
index 000000000000..04ed17cd5329
--- /dev/null
+++ b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
@@ -0,0 +1,43 @@
+# vim: ft=apache sw=4 ts=4
+<IfDefine PHP4>
+
+ # Load the module first
+ <IfModule !sapi_apache2.c>
+ LoadModule php4_module modules/libphp4.so
+ </IfModule>
+
+ # Set it to handle the files
+ <IfModule mod_mime.c>
+ AddType application/x-httpd-php .php
+ AddType application/x-httpd-php .phtml
+ AddType application/x-httpd-php .php3
+ AddType application/x-httpd-php .php4
+ AddType application/x-httpd-php-source .phps
+ </IfModule>
+
+ # post-adding DirectoryIndex'es
+ AddDirectoryIndex .php .php3 .php4 .phps .phtml
+
+ # Fix some bugs
+ <Files *.php>
+ # keep this the same size as post_max_size in php.ini
+ # LimitRequestBody 8388608
+ </Files>
+ <Files *.php3>
+ # keep this the same size as post_max_size in php.ini
+ # LimitRequestBody 8388608
+ </Files>
+ <Files *.php4>
+ # keep this the same size as post_max_size in php.ini
+ # LimitRequestBody 8388608
+ </Files>
+ <Files *.phps>
+ # keep this the same size as post_max_size in php.ini
+ # LimitRequestBody 8388608
+ </Files>
+ <Files *.phtml>
+ # keep this the same size as post_max_size in php.ini
+ # LimitRequestBody 8388608
+ </Files>
+
+</IfDefine>
diff --git a/dev-php/mod_php/files/digest-mod_php-4.3.11-r2 b/dev-php/mod_php/files/digest-mod_php-4.3.11-r2
new file mode 100644
index 000000000000..411071f59f5f
--- /dev/null
+++ b/dev-php/mod_php/files/digest-mod_php-4.3.11-r2
@@ -0,0 +1,3 @@
+MD5 fbc67d240812136a9842bc1f2a217b7a php-4.3.11.tar.bz2 4012575
+MD5 912ff94309b762563d0542db5187315f php-4.3.2-fopen-url-secure.patch 416
+MD5 fbb6b365f4c0263b1dfd498aef092a77 php-4.3.6-includepath.diff 285