Documentation Source Text
Check-in [85008dde3d]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:85008dde3d3c2ae0513acfb0fe7209c7fdb5ee1d
Date: 2013-01-05 17:56:35
User: mistachkin
Comment:Fix typo in comment.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to misc/althttpd.c

3 ** 3 ** 4 ** Features: 4 ** Features: 5 ** 5 ** 6 ** * Launched from inetd 6 ** * Launched from inetd 7 ** * One process per request 7 ** * One process per request 8 ** * Deliver static content or run CGI 8 ** * Deliver static content or run CGI 9 ** * Virtual sites based on the "Host:" property of the HTTP header 9 ** * Virtual sites based on the "Host:" property of the HTTP header 10 ** * Very small code base (1 file) to facility security auditing | 10 ** * Very small code base (1 file) to facilitate security auditing 11 ** * Simple setup - no configuration files to mess with. 11 ** * Simple setup - no configuration files to mess with. 12 ** 12 ** 13 ** This file implements a small and simple but secure and effective web 13 ** This file implements a small and simple but secure and effective web 14 ** server. There are no frills. Anything that could be reasonably 14 ** server. There are no frills. Anything that could be reasonably 15 ** omitted has been. 15 ** omitted has been. 16 ** 16 ** 17 ** Setup rules: 17 ** Setup rules: