aboutsummaryrefslogtreecommitdiff
path: root/patches/php/conf/mod_php4-apache1.3.conf.example
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-25 18:27:56 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-25 18:27:56 +0000
commitce600535776fdd03600b9c7c44bad4559c900268 (patch)
treeac7d318f9da4889b0dd360b2f43c15f3c0865378 /patches/php/conf/mod_php4-apache1.3.conf.example
parent65b44ec10b807791423e1ea4b723e0b1d27634b2 (diff)
downloadslackbuilds-ce600535776fdd03600b9c7c44bad4559c900268.tar.gz
slackbuilds-ce600535776fdd03600b9c7c44bad4559c900268.tar.bz2
php: added one mod_php.conf for each php and distro version
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1474 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/php/conf/mod_php4-apache1.3.conf.example')
-rw-r--r--patches/php/conf/mod_php4-apache1.3.conf.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/php/conf/mod_php4-apache1.3.conf.example b/patches/php/conf/mod_php4-apache1.3.conf.example
new file mode 100644
index 00000000..7adf6e0b
--- /dev/null
+++ b/patches/php/conf/mod_php4-apache1.3.conf.example
@@ -0,0 +1,12 @@
+#
+# 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