Source: boa
Section: web
Priority: optional
Maintainer: Teófilo Ruiz Suárez <teo@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 3.0), texinfo, bison, flex, texi2html, tetex-bin, po-debconf

Package: boa
Architecture: any
Provides: httpd
Depends: ${shlibs:Depends}, mime-support, logrotate, debconf (>= 0.5)
Description: Lightweight and High Performance WebServer
 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.) Preliminary tests show boa is capable of handling several
 hundred hits per second on a 100 MHz Pentium.
