summaryrefslogtreecommitdiffstats
path: root/main/php/php5-module.conf
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-10-24 01:53:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-24 06:40:01 +0000
commit21ef75ded0e3543c942074552cd0f911c9ddd0f8 (patch)
treeff568f3d91e0ba0ff945b30875feb6e8eb6a7708 /main/php/php5-module.conf
parent1893321452cc49e2e1f3e1f851a6b175eacd00ea (diff)
downloadaports-21ef75ded0e3543c942074552cd0f911c9ddd0f8.tar.bz2
aports-21ef75ded0e3543c942074552cd0f911c9ddd0f8.tar.xz
main/php: add apache2 subpkg
ref #393
Diffstat (limited to 'main/php/php5-module.conf')
-rw-r--r--main/php/php5-module.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/php/php5-module.conf b/main/php/php5-module.conf
new file mode 100644
index 000000000..9dae61fa8
--- /dev/null
+++ b/main/php/php5-module.conf
@@ -0,0 +1,5 @@
+LoadModule php5_module modules/libphp5.so
+
+DirectoryIndex index.php index.html
+AddHandler application/x-httpd-php .php
+AddHandler application/x-httpd-php-source .phps