aboutsummaryrefslogtreecommitdiff
path: root/patches/php/mod_php.conf.example
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-22 15:52:53 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-22 15:52:53 +0000
commitdbff2026980b443c3afa4f9af5122c52a6bc8e7c (patch)
treec11bae2281250df440f761618930b7f7ab010adb /patches/php/mod_php.conf.example
parent9e3dc4a716971ea420e3ae75e85b49d213654c48 (diff)
downloadslackbuilds-dbff2026980b443c3afa4f9af5122c52a6bc8e7c.tar.gz
slackbuilds-dbff2026980b443c3afa4f9af5122c52a6bc8e7c.tar.bz2
php: updating SlackBuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1464 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/php/mod_php.conf.example')
-rw-r--r--patches/php/mod_php.conf.example12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/php/mod_php.conf.example b/patches/php/mod_php.conf.example
deleted file mode 100644
index 7adf6e0b..00000000
--- a/patches/php/mod_php.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