~ubuntu-branches/ubuntu/wily/micro-httpd/wily

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2004-12-05 20:12:42 UTC
  • Revision ID: james.westby@ubuntu.com-20041205201242-i0rlbt0t07etsnns
Tags: upstream-20011214
ImportĀ upstreamĀ versionĀ 20011214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
             micro_httpd - really small HTTP server
 
2
 
 
3
micro_httpd is a very small HTTP server. It runs from inetd, which
 
4
means its performance is poor. But for low-traffic sites, it's
 
5
quite adequate. It implements all the basic features of an HTTP
 
6
server, including:
 
7
 
 
8
  *  Security against ".." filename snooping.
 
9
  *  The common MIME types.
 
10
  *  Trailing-slash redirection.
 
11
  *  index.html
 
12
  *  Directory listings.
 
13
 
 
14
All in 150 lines of code.
 
15
 
 
16
See the manual entry for more details.
 
17
 
 
18
Files in this distribution:
 
19
 
 
20
    README              this
 
21
    Makefile            guess
 
22
    micro_httpd.c       source file
 
23
    micro_httpd.8       manual entry
 
24
 
 
25
To build: If you're on a SysV-like machine (which includes old Linux systems
 
26
but not new Linux systems), edit the Makefile and uncomment the SYSVLIBS line.
 
27
Otherwise, just do a make.
 
28
 
 
29
Feedback is welcome - send bug reports, enhancements, checks, money
 
30
orders, etc. to the addresses below.
 
31
 
 
32
    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/