Download List

Projeto Descrição

muhttpd (mu HTTP deamon) is a simple but complete
Web server written in portable ANSI C. It supports
static pages, CGI scripts, and MIME type based
handlers. It drops privileges before accepting any
connections, and can log received requests. It has
been tested on OpenBSD, GNU/Linux, NetBSD,
FreeBSD, Mac OS X, and Cygwin. It runs
successfully on 32-bits, 64-bit, little endian,
and big endian systems.

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.

2009-12-02 22:46
1.1.5

A directiva webroot foi corrigido. Três vazamentos de recursos foram corrigidos. O suporte para sequências de escape foi adicionado ao analisador de arquivo de configuração, permitindo que os nomes de ficheiros com espaços, entre outras coisas. Um número de limpeza de código foram feitos. muhttpd agora só depende de recursos do Single UNIX Specification, Version 2.
The webroot directive was fixed. Three resource leaks were fixed. Support for escape sequences was added to the configuration file parser, allowing filenames with spaces, among other things. A number of code cleanups were done. muhttpd now only depends on features in the Single Unix Specification, Version 2.

2009-11-18 07:13
1.1.4

As versões anteriores permitiu o acesso a qualquer arquivo no sistema de arquivos, sujeito às permissões de arquivos. Isto agora é restrito a apenas arquivos no diretório da Web configurado, embora ambos os links simbólicos e hard links podem ainda ser utilizados para acessar outros arquivos. O header Connection: agora é emitido com a grafia correta (versões anteriores soletrado Conection:).
Tags: Bugfixes
Previous versions allowed access to any file on the filesystem, subject to filesystem permissions. This is now restricted to only files under the configured Web directory, although both symlinks and hard links can still be used to access other files. The Connection: header is now emitted with correct spelling (earlier versions spelled it Conection:).

2009-10-03 17:29
1.1.3

Minor fixes para diretivas # include e documentação.
Minor fixes to #include directives and documentation.

2006-02-23 02:58
1.0.7

Correções de registro de endereços IP no OpenBSD. Libera o arquivo de log antes de chamar exec (2) para se certificar de entradas fazê-lo ao arquivo de log. Conecta-se o erro padrão para o arquivo de log para erros de scripts são registrados.
Tags: Minor bugfixes
Fixes logging of IP addresses on OpenBSD. Flushes the log file before calling exec(2) to make sure entries make it to the log file. Connects standard error to the log file so errors from scripts are logged.

2006-02-18 13:08
1.0.6

Um bug no decodificar URL onde escapa% com letras em si não seria decodificado corretamente foi corrigido. Pequenas melhorias foram feitas para os scripts de configuração.
Tags: Major bugfixes
A bug in the URL decoding where % escapes with letters in them would not be decoded correctly was fixed. Small improvements were made to the configure scripts.

Project Resources