cchttpd by Guillaume Quintin
============================

cchttpd is a very simple http server which supports only the GET
method.

History
=======

This is version 0.4 of cchttpd

  Fixed bug(s)
  ------------
    (none)

  Change(s)
  ---------
    - Some minor changes in the code, nothing spectacular.

What next ?
===========

I don't know.

Requirements
============

There is no requirement to compile cchttpd.

Installation
============

Edit the Makefile to suit your needs.

To compile cchttpd just go into the cchttpd directory and type
on prompt:

$ make

You do not need to be root to do this !!!
If any error occured during the compilation please report them to :
coincoin169g@gmail.com

Then type:

$ sudo make install

This will install the executable file and the man page into the
appropriate directories.
Then you can use the program with:

$ cchttpd -p 80 -h www_root

Enjoy.

