summaryrefslogtreecommitdiffstats
path: root/rules/apache2_mod_python.in
diff options
context:
space:
mode:
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