A custom, multi-threaded http web server.
Warning! This project is for fun and learning purposes only.
- Under http folder do:
gcc -o bin/httpd ./src/*.c(you may need to add-lpthreador-pthread).
- Setup the
httpd.confconfig file. - Under http folder do
./bin/httpd -c ./config/httpd.conf.