From 2284cc46e1fa85d5a8fbfc80a0b052b2c07b9e5b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 19 Nov 2009 21:05:13 +0100 Subject: add php Signed-off-by: Florian Pritz --- php/apache.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 php/apache.conf (limited to 'php/apache.conf') diff --git a/php/apache.conf b/php/apache.conf new file mode 100644 index 0000000..86344c8 --- /dev/null +++ b/php/apache.conf @@ -0,0 +1,9 @@ +# Required modules: dir_module, php5_module + + + + DirectoryIndex index.php index.html + AddHandler application/x-httpd-php .php + AddHandler application/x-httpd-php-source .phps + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b