HTTP server
This is a httpd server with multithread
and epoll
support.
Here are some modules used in httpd:
http-utils
:error
:xxx_errq
is used to print error and quit.xxx_err
prints error but not quits.queue
:rio
:httpd
:Just use make
.
./httpd [-p PORT, --port PORT] [-h, --help] DIR
Here is an exemple
./httpd -p 8080 ./site
./site
is an example site in root directory.