Downloadliste

Projektbeschreibung

httpico is yet another lightweight HTTP server. It implements a few HTML rewriting rules delineated by '<?pico>' tags, and makes it fairly easy to add more straight into the C code. It does not have complete HTTP standards compliance. It also contains a 'genstats' log analysis tool.

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.

2010-03-06 05:16 Zurück zur Release-Liste
0.5.1

Eine einfache Bandbreite Limiter wurde hinzugefügt: wenn sich das Gesamtvolumen Daten seit Mitternacht serviert x, und die tägliche Höchstdauer wird auf y gesetzt, dann wird jede Anforderung für eine Datei größer als (yx) / 2 wird mit einem 503 Service Unavailable reagiert werden.
Tags: Minor, new feature
A simple bandwidth limiter has been added: if the total data served since midnight is x, and the daily limit is set to y, then any request for a file larger than (y-x)/2 will be met with a 503 Service Unavailable response.

Project Resources