Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dies ist vor allem ein "Aufräumen" Release, was bedeutet, dass die meisten Änderungen vorgenommen, um die Qualität des Codes zu verbessern, ohne die Einführung vieler neuer Features. Einige Bugfixes wurden auch einige neue Features wurden hinzugefügt, aber die wichtigsten Änderungen wurden vorgenommen, um Fehlerprüfung für Systemaufrufe und Speicherzuordnungen zu verbessern.
Tags: Code cleanup
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.

2002-05-11 01:31
0.94.12

Viele Änderungen, Bugfixes und einige neue Features.
Tags: Major feature enhancements
Lots of changes, some bugfixes, and some new features.

2001-03-18 09:43
0.94.8.3

Diese Version verhindert, dass die Kodierung und / .. in Pfadnamen, Wraps Ausführung von gunzip in cgi.c falls definiert, analysiert und nicht mehr als ein Fragment in der URL gefunden ('#').
Tags: Minor bugfixes
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 ('#').

2001-01-30 15:12
0.94.8.2

Fixes für die temporäre Datei Berechtigungen und POST-Probleme, Rohre jetzt in das Kind Gabel, geringfügige Änderungen an den Debian-Paket geschlossen wurde, wird jetzt in HTTP_REFERER-Variable cgi.c umgesetzt, und eine maximale Anzahl von aktiven Verbindungen wurde eingeführt, um zu verhindern Running Out von Datei-Deskriptoren.
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

Entfernung von doc + + kommentieren und falsch Debugging-Statements, zog ein paar Sachen aus config.c (read_config_file) an boa.c, Änderungen (), und einen Bugfix in get.c über die automatische gunzip fixup_server_root.
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