Download List

Descripción del Proyecto

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.

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.

2010-03-06 05:16
0.5.1

Un limitador de ancho de banda se ha añadido simple: si el total de datos servido desde la medianoche es x, y el límite diario se establece en y, a continuación, la solicitud de un archivo mayor que (yx) / 2 se reunió con la respuesta de un 503 Servicio no disponible.
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.

2010-02-08 04:21
0.5.0

Freshmeat lista inicial y primer lanzamiento público.
Tags: Initial release
Initial freshmeat listing and first public release.

Project Resources