summaryrefslogtreecommitdiffstats
path: root/rules/apache2.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-09-26 12:38:55 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-09-26 12:38:55 +0000
commit25949dde13f393339af47addb7b263456e1bcd77 (patch)
tree8fb68c43cae28c2186ac7f8eb5e52b197993f5d3 /rules/apache2.in
parenta8feab15c14d1d871ad4a32a6a5de310ba73b981 (diff)
downloadptxdist-25949dde13f393339af47addb7b263456e1bcd77.tar.gz
ptxdist-25949dde13f393339af47addb7b263456e1bcd77.tar.xz
Upgrade to php-4.4.4 and let it build again.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6063 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/apache2.in')
-rw-r--r--rules/apache2.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/apache2.in b/rules/apache2.in
index d206fd3b5..2aefa4fcc 100644
--- a/rules/apache2.in
+++ b/rules/apache2.in
@@ -112,5 +112,14 @@ comment "Apache 2 Modules"
comment "----------------------------------"
depends on APACHE2
+config APACHE2_MOD_PHP4
+ bool
+ prompt "PHP4 Module for Apache 2"
+ depends on APACHE2
+ select PHP4
+ help
+ This module adds the PHP4 script language to the server
+ to support dynamic website generation
+
source "rules/apache2_mod_python.in"