From 3ae891bbbaa3f96365f4c9fbe49e5cee26183fbc Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 31 Jul 2006 20:45:44 +0000 Subject: initial import git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1 370017ae-e619-0410-ac65-c121f96126d4 --- patches/php/mod_php.conf.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/php/mod_php.conf.example (limited to 'patches/php/mod_php.conf.example') diff --git a/patches/php/mod_php.conf.example b/patches/php/mod_php.conf.example new file mode 100644 index 00000000..7adf6e0b --- /dev/null +++ b/patches/php/mod_php.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 -- cgit v1.2.3