johan-bjareholt / DV1457-http_server

A simple http server written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple http server written in C


Languages

Language:C 95.5%Language:HTML 2.8%Language:Makefile 1.7%