aboutsummaryrefslogtreecommitdiff
path: root/patches/php/conf/mod_php5-apache2.conf.example
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-04-29 12:55:09 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-04-29 12:55:09 +0000
commit1d3107c4da15be40c7a4d08cfa744df8e736fdb2 (patch)
treefb6b276c9f42faa2785e86d6ed515939f36ffcda /patches/php/conf/mod_php5-apache2.conf.example
parent0cd577fbe7f2be7885099c9dd576b1a2a0c67916 (diff)
downloadslackbuilds-1d3107c4da15be40c7a4d08cfa744df8e736fdb2.tar.gz
slackbuilds-1d3107c4da15be40c7a4d08cfa744df8e736fdb2.tar.bz2
EOLing old patches
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2175 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/php/conf/mod_php5-apache2.conf.example')
-rw-r--r--patches/php/conf/mod_php5-apache2.conf.example12
1 files changed, 0 insertions, 12 deletions
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