summaryrefslogtreecommitdiffstats
path: root/rules/apache.in
blob: 8a47c880a604002d00d22f112a3b7d880053f10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Apache 1 configuration

menuconfig APACHE
	bool
	prompt "Apache 1 HTTP Server"
	select EXPAT
	help
	  Apache is a versatile, high-performance HTTP server.
	  The most popular server in the world, Apache features 
	  a modular design and supports dynamic selection of 
	  extension modules at runtime.
	  Some of its strong points are its range of possible 
	  customization, dynamic adjustment of the number of server 
	  processes, and a whole range of available modules 
	  including many authentication mechanisms, server-parsed 
	  HTML, server-side includes, access control, CERN httpd
	  metafiles emulation, proxy caching, etc.  
	  Apache also supports multiple virtual homing.

	  Website: http://www.apache.org

	  There is also a "next generation" Version, called Apache2