summaryrefslogtreecommitdiffstats
path: root/rules/boa.in
blob: 0e4e6f429a6e8f0fd7f4c6398297eba842334068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=networking

menuconfig BOA
	tristate
	prompt "boa                           "
	select GCCLIBS_GCC_S
	help
	  Boa is a single-tasking HTTP server. That means that
	  unlike traditional web servers, it does not fork for
	  each incoming connection, nor does it fork many copies
	  of itself to handle multiple connections. It internally
	  multiplexes all of the ongoing HTTP connections, and
	  forks only for CGI programs (which must be separate
	  processes), automatic directory generation, and
	  automatic file gunzipping.

config BOA_INSTALL_CONFIG
	bool
	default y
	depends on BOA
	prompt "Install default boa.conf"
	help
	  Install a default /etc/boa/boa.conf.