Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 382 Bytes

DV1457-http-server

A simple HTTP 1.0 server written in C for the course DV1457 Programming in a Unix Environment at Blekinge Institute of Technology.

Features

  • Support for thread and fork
  • Support for running as a daemon
  • Jail support
  • CLF log format to either syslog or file

ToDo

  • Kill all forked processes and threads instantly on shutdown