Creating our own web server :)
- Implement basic handling of HTTP requests
- Create a configuration file for server settings
- Implement CGI support
- Choose port and host of each 'server'
- Setup the server_names or not
- Limit client body size
- Setup default error pages
- Setup routes
- Set a default file to answer if the request is a directory
- Execute CGI based on certain file extension