summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1')
-rw-r--r--app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r118
1 files changed, 0 insertions, 18 deletions
diff --git a/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1 b/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1
deleted file mode 100644
index 05deeb6e80f6..000000000000
--- a/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1
+++ /dev/null
@@ -1,18 +0,0 @@
-<IfDefine PHP5>
- # Load the module first
- <IfModule !mod_php5.c>
- LoadModule php5_module modules/libphp5.so
- </IfModule>
-
- # Set it to handle the files
- # NOTE: Avoiding AddHandler/AddType for security (bug #538822)
- # NOTE: Please read the related news item!
- <FilesMatch "\.(php|php5|phtml)$">
- SetHandler application/x-httpd-php
- </FilesMatch>
- <FilesMatch "\.phps$">
- SetHandler application/x-httpd-php-source
- </FilesMatch>
-
- DirectoryIndex index.php index.phtml
-</IfDefine>