From 589f4f5e2d816807db0493f6ad36c31b8be2f87d Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 29 Apr 2008 10:14:55 +0000 Subject: ${operatingsystem} = Gentoo not gentoo --- files/modules.d/Gentoo/70_mod_php5.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/modules.d/Gentoo/70_mod_php5.conf (limited to 'files/modules.d/Gentoo/70_mod_php5.conf') diff --git a/files/modules.d/Gentoo/70_mod_php5.conf b/files/modules.d/Gentoo/70_mod_php5.conf new file mode 100644 index 0000000..a825435 --- /dev/null +++ b/files/modules.d/Gentoo/70_mod_php5.conf @@ -0,0 +1,18 @@ + + # Load the module first + + LoadModule php5_module modules/libphp5.so + + + # Set it to handle the files + + AddType application/x-httpd-php .php + AddType application/x-httpd-php .phtml + AddType application/x-httpd-php .php3 + AddType application/x-httpd-php .php4 + AddType application/x-httpd-php .php5 + AddType application/x-httpd-php-source .phps + + + DirectoryIndex index.php index.phtml + -- cgit v1.2.3