From 1d3107c4da15be40c7a4d08cfa744df8e736fdb2 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 29 Apr 2009 12:55:09 +0000 Subject: EOLing old patches git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2175 370017ae-e619-0410-ac65-c121f96126d4 --- patches/php/conf/mod_php4-apache1.3.conf.example | 12 ------------ patches/php/conf/mod_php5-apache1.3.conf.example | 12 ------------ patches/php/conf/mod_php5-apache2.conf.example | 12 ------------ 3 files changed, 36 deletions(-) delete mode 100644 patches/php/conf/mod_php4-apache1.3.conf.example delete mode 100644 patches/php/conf/mod_php5-apache1.3.conf.example delete mode 100644 patches/php/conf/mod_php5-apache2.conf.example (limited to 'patches/php/conf') diff --git a/patches/php/conf/mod_php4-apache1.3.conf.example b/patches/php/conf/mod_php4-apache1.3.conf.example deleted file mode 100644 index 7adf6e0b..00000000 --- a/patches/php/conf/mod_php4-apache1.3.conf.example +++ /dev/null @@ -1,12 +0,0 @@ -# -# mod_php - PHP Hypertext Preprocessor module -# - -# Load the PHP module: -LoadModule php4_module libexec/apache/libphp4.so - -# Tell Apache to feed all *.php files through the PHP module: -AddType application/x-httpd-php .php - -# This will display PHP files in colored syntax form. Use with caution. -#AddType application/x-httpd-php-source .phps diff --git a/patches/php/conf/mod_php5-apache1.3.conf.example b/patches/php/conf/mod_php5-apache1.3.conf.example deleted file mode 100644 index e46a5b10..00000000 --- a/patches/php/conf/mod_php5-apache1.3.conf.example +++ /dev/null @@ -1,12 +0,0 @@ -# -# mod_php - PHP Hypertext Preprocessor module -# - -# Load the PHP module: -LoadModule php5_module libexec/apache/libphp5.so - -# Tell Apache to feed all *.php files through the PHP module: -AddType application/x-httpd-php .php - -# This will display PHP files in colored syntax form. Use with caution. -#AddType application/x-httpd-php-source .phps diff --git a/patches/php/conf/mod_php5-apache2.conf.example b/patches/php/conf/mod_php5-apache2.conf.example deleted file mode 100644 index 2707a2be..00000000 --- a/patches/php/conf/mod_php5-apache2.conf.example +++ /dev/null @@ -1,12 +0,0 @@ -# -# mod_php - PHP Hypertext Preprocessor module -# - -# Load the PHP module: -LoadModule php5_module lib/httpd/modules/libphp5.so - -# Tell Apache to feed all *.php files through the PHP module: -AddType application/x-httpd-php .php - -# This will display PHP files in colored syntax form. Use with caution. -#AddType application/x-httpd-php-source .phps -- cgit v1.2.3