This is a web server I wrote as part of my university degree, I make changes once and a while for learning purposes
To build mywebserver run make To make and run right away run make run To rebuild run make clean && make
The webserver application can be found in the bin folder after building has finished Please set the mywebserver.conf for your system before you run the webserver Run the server with ./mywebserver Your can kill the server with sig int,quit and term. To reload use sighup