Simple and small Web-Server written in C-99
- killable by setting 'stop' as first parameter
- using threads for each request and close these after response
- list the elements of a directory in HTML
- can execute for example PHP or SHELL-Scripts
- logging of all activities with IP and timestamp
- standard-port : 8080
- standard-root-directory : same as executable
- changing root-directory by setting first parameter
- changing port by setting second parameter