webserver Config.txt port=8080 document_root=./public Compile: gcc webserver.c -o webserver Run: ./webserver config.txt