summaryrefslogtreecommitdiffstats
path: root/rules/apache2_mod_python.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-08-31 06:59:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-08-31 06:59:33 +0000
commite0cbac6f9a32485816cb1fb32156cf2c1e49505c (patch)
treeb0b247eeb8ffdb0898d3f767553276f2d7d91547 /rules/apache2_mod_python.in
parent1922d2cadebf61c16ffc16869afef18a612ec843 (diff)
downloadptxdist-e0cbac6f9a32485816cb1fb32156cf2c1e49505c.tar.gz
ptxdist-e0cbac6f9a32485816cb1fb32156cf2c1e49505c.tar.xz
* apache2_mod_python: Added support for mod_python (mkl)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6023 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/apache2_mod_python.in')
-rw-r--r--rules/apache2_mod_python.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/apache2_mod_python.in b/rules/apache2_mod_python.in
new file mode 100644
index 000000000..7e6eec0fb
--- /dev/null
+++ b/rules/apache2_mod_python.in
@@ -0,0 +1,11 @@
+# Apache 2 mod_python configuration
+
+config APACHE2_MOD_PYTHON
+ bool
+ prompt "Python Module for Apache 2.x"
+ depends on APACHE2
+ select HOST_APACHE2
+ select PYTHON24
+ help
+ This module adds the python script language to the server
+ to support dynamic website generation