]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
php: updated mod_php conf example
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 22 Nov 2007 15:54:04 +0000 (15:54 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 22 Nov 2007 15:54:04 +0000 (15:54 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1465 370017ae-e619-0410-ac65-c121f96126d4

patches/php/conf/mod_php4.conf.example [moved from patches/php/conf/mod_php.conf.example with 100% similarity]
patches/php/conf/mod_php5.conf.example [new file with mode: 0644]

diff --git a/patches/php/conf/mod_php5.conf.example b/patches/php/conf/mod_php5.conf.example
new file mode 100644 (file)
index 0000000..e46a5b1
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# 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