summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-17 10:25:06 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-18 08:33:31 -0400
commit298df540ac3800be12319fa50cd61091d961ef56 (patch)
tree1bac31aa633c0e1c70341ae8eb026583f801d4f0 /app-eselect
parentapp-crypt/eid-mw: remove unused patch(es) (diff)
downloadgentoo-298df540ac3800be12319fa50cd61091d961ef56.tar.gz
gentoo-298df540ac3800be12319fa50cd61091d961ef56.tar.bz2
gentoo-298df540ac3800be12319fa50cd61091d961ef56.zip
app-eselect/eselect-php: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/8448
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-php/files/70_mod_php5.backcompat.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf b/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf
deleted file mode 100644
index bd79f78aa6be..000000000000
--- a/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-###########
-# WARNING #
-###########
-#
-# This file is provided for backwards compatibility only. The Apache
-# PHP configuration is now located in 70_mod_php.conf and requires you
-# to set -DPHP in your Apache conf.d file. Please examine
-# 70_mod_php.conf and update your Apache configuration to use -DPHP
-# instead of -DPHP5. Afterwards you may delete this file.
-#
-<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>