From 5dfe918b349ccf3dff41e4670bda655e5ed6d27b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 8 Jan 2018 15:36:52 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- .etckeeper | 1 - apache2/modules.d/70_mod_php5.conf | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 apache2/modules.d/70_mod_php5.conf diff --git a/.etckeeper b/.etckeeper index 9267475..6cdcc27 100755 --- a/.etckeeper +++ b/.etckeeper @@ -60,7 +60,6 @@ maybe chmod 0644 'apache2/modules.d/45_mod_dav.conf' maybe chmod 0644 'apache2/modules.d/46_mod_ldap.conf' maybe chmod 0644 'apache2/modules.d/47_mod_dav_svn.conf' maybe chmod 0644 'apache2/modules.d/70_mod_php.conf' -maybe chmod 0644 'apache2/modules.d/70_mod_php5.conf' maybe chmod 0755 'apache2/vhosts.d' maybe chmod 0644 'apache2/vhosts.d/.keep_www-servers_apache-2' maybe chmod 0644 'apache2/vhosts.d/00_default_ssl_vhost.conf' diff --git a/apache2/modules.d/70_mod_php5.conf b/apache2/modules.d/70_mod_php5.conf deleted file mode 100644 index bd79f78..0000000 --- a/apache2/modules.d/70_mod_php5.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. -# - - # Load the module first - - LoadModule php5_module modules/libphp5.so - - - # Set it to handle the files - # NOTE: Avoiding AddHandler/AddType for security (bug #538822) - # NOTE: Please read the related news item! - - SetHandler application/x-httpd-php - - - SetHandler application/x-httpd-php-source - - - DirectoryIndex index.php index.phtml - -- 2.39.5