summaryrefslogtreecommitdiffstats
path: root/rules/apache2.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-09-26 20:47:52 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-09-26 20:47:52 +0000
commita319dde99480950accb6d677587c5c8c8c401cfc (patch)
tree1811d707338668609f5260beac3bf2b649051b29 /rules/apache2.in
parentf1245a1a83d36b5f12ac9ee75d3a235b4e835a4d (diff)
downloadptxdist-a319dde99480950accb6d677587c5c8c8c401cfc.tar.gz
ptxdist-a319dde99480950accb6d677587c5c8c8c401cfc.tar.xz
Add Multi Process Model choice to Apache.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6068 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/apache2.in')
-rw-r--r--rules/apache2.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/rules/apache2.in b/rules/apache2.in
index 2aefa4fcc..84d6b6b5f 100644
--- a/rules/apache2.in
+++ b/rules/apache2.in
@@ -11,6 +11,29 @@ menuconfig APACHE2
improvements, such as threading, a new API, IPv6 support,
request/response filtering, and more.
+choice
+ depends on APACHE2
+ prompt "Multi Process Model"
+
+ config APACHE2_MPM_PREFORK
+ bool "prefork"
+ help
+ Multi Process Model with preforking (Apache 1.3)
+
+ config APACHE2_MPM_PERCHILD
+ bool "perchild"
+ help
+ Multi Process Model with threading.
+ Constant number of processes, variable number of threads,
+ each child process can have a different uid/gid.
+
+ config APACHE2_MPM_WORKER
+ bool "worker"
+ help
+ Multi Process model with threads.
+ One acceptor thread, multiple worker threads.
+endchoice
+
config APACHE2_DEFAULTCONFIG
prompt "install default config file"
bool