aboutsummaryrefslogtreecommitdiff
path: root/patches/php/conf/mod_php5-apache1.3.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'patches/php/conf/mod_php5-apache1.3.conf.example')
-rw-r--r--patches/php/conf/mod_php5-apache1.3.conf.example12
1 files changed, 0 insertions, 12 deletions
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