summaryrefslogtreecommitdiffstats
path: root/rules/apache2_mod_python.in
blob: 5cb9d7c61e1fab22854c5556871c3bb31d1b57a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Apache 2 mod_python configuration

config APACHE2_MOD_PYTHON
	bool
	prompt "Python Module for Apache 2"
	depends on APACHE2
	select HOST_APACHE2
	select PYTHON24
	help
	 This module adds the python script language to the server
	 to support dynamic website generation