Home > concurent-HTTP-server

concurent-HTTP-server

Concurent-HTTP-server is a project mainly written in C++ and C, it's free.

simple HTTP server with optional GCD, fork and thread parallel processing

Simple HTTP server using 3 methods for processing incoming requests

Installation

  1. Clone git repostiory
  2. Init submodules - git submodule init
  3. Update submodules - git submodule update

Run

  1. Put executable file and config.cfg in one directory
  2. Edit config.cfg and set document_root and internal_root
  3. Move files from old internal folder to the new location
  4. Run httpserver -h for help
Previous:vp_to_ki