Download List

Projeto Descrição

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

Um limitador de largura de banda simples foi adicionado: se os dados totais desde a meia noite é servido x, eo limite diário é definido como y, então qualquer pedido de um arquivo maior do que (yx) / 2 será satisfeita com uma resposta Service Unavailable 503.
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

Anúncio freshmeat inicial e primeira versão pública.
Tags: Initial release
Initial freshmeat listing and first public release.

Project Resources