Download List

Project Description

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. Tests show boa is capable of handling up to several hundred hits per second on a 100 Mhz Pentium, dozens of hits per second on a lowly 20 MHz 386/SX, and thousands on more powerful CPUs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-08-05 22:21
0.94.13

This is primarily a "clean up" release, which means that most of the changes
made are to improve the overall quality of the code, without introducing many
new features. Some bugfixes were made and some new features were added, but the
main changes were made to improve error checking for system calls and memory
allocations.
Tags: Code cleanup

2002-05-11 01:31
0.94.12

Lots of changes, some bugfixes, and some new features.
Tags: Major feature enhancements

2001-03-18 09:43
0.94.8.3

This release prevents the encoding of / and .. in
pathnames, wraps execution of gunzip in cgi.c if
defined, and no longer parses when a fragment is
found in the URL ('#').
Tags: Minor bugfixes

2001-01-30 15:12
0.94.8.2

Fixes for the temporary file permissions and POST problems, pipes are now closed in the child fork, minor changes to the Debian package, HTTP_REFERER variable is now implemented in cgi.c, and a maximum number of active connections has been implemented to prevent running out of file descriptors.

2001-01-30 15:12
0.94.6

Removal of doc++ commenting and erroneous debugging statments, moved some stuff out of config.c (read_config_file) to boa.c, alterations to fixup_server_root(), and a bugfix in get.c regarding automatic gunzip.

Project Resources