=-------------------------=
    xHTTPd Daemon
=-------------------------=

Version: 0.1-1

Description:
 The xHTTPd is a tiny webserver daemon for Secure Web Service.
Its a study for writing HTTP Daemon. And So If you want to using it 
for Secured simple webserver, That's good way. :-)

Supports:
    + Perl CGI
    + Base64 Decoding ( Cookie )
    + Hex-Dec Decoding ( MIME, Cookie, POST Data )
    + GET/POST/COOKIE Variables ( order by COOKIE<-POST<-GET )

Tested on:
    + Centos 5.2                [ o ]
    + Fedora Core 4, 5, 12      [ o ]
    + Debian 3.1 r8             [ o ]
    + RedHat 7.3                [ o ]
    + FreeBSD 7.2               [ o ]
    + OpenBSD 4.6               [ o ]   ( *New Support* )
    + Windows XP Pro SP3        [ x ]

---------------
 Build
---------------
./configure
make
make install

P.S: Default Prefix is "/usr/local/xHTTPd/"

---------------
 Run
---------------
ctl.pl start    ( starting daemon )
ctl.pl stop     ( stopping daemon )
ctl.pl restart  ( restarting daemon )



