Download List

Project Description

fnord httpd is a small HTTP server (15k static
binary). It is fast, and supports sendfile and
connection keep-alive, virtual domains, content-
ranges, and IPv6. It does transparent content
negotiation for special cases (html - html.gz, or gif -
png).

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.

2005-01-31 23:45
1.9

Bugfixes regarding If-Modified-Since, 64-bit file I/O, and HTTP ranges off-by-one.
Tags: Minor bugfixes

2003-06-10 00:19
1.8

The internal chroot code is now enabled (which means you don't have to do the chroot externally); if you run fnord as root, it will chroot to the current working directory and drop privileges to $UID and $GID (need to be numerical).
Tags: Major feature enhancements

2003-01-16 03:01
1.7

New .mov, .qt, .mpg and .wav extensions and MIME types, a new mmap-based file service (for non-sendfile platforms), a Pragma: no-cache for CGI responses, and a fix for a non-exploitable buffer overrun in CGI code that was added in 1.6.
Tags: Minor security fixes

2002-10-05 02:09
1.6

Support has been added for $PATH_INFO in the CGI environment. .pac has been added for netscape proxy autoconfig, and .sig for application/pgp-signature.
Tags: Minor feature enhancements

2002-07-11 00:56
1.5

Two reported bugs (fnord-conf and timeout handling when not using sendfile) have been fixed.
Tags: Major bugfixes

Project Resources