summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.in
blob: 94416a18603e20c16e9b11ff3b6a24ab36edaa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config HOST_APACHE2
        bool
        default N
        depends on BROKEN
        prompt "HOST_APACHE2"
	help
	  This is the host-package for Apache v2, which is 
	  the next generation of the Apache web server. 
          
	  This version - a total rewrite - introduces many new 
          improvements, such as threading, a new API, IPv6 support, 
          request/response filtering, and more.

comment "HOST_APACHE2 is broken, please send a patch"
        depends on !BROKEN