Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dqqjump/http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http

A custom, multi-threaded http web server.

Warning! This project is for fun and learning purposes only.

Compile

  • Under http folder do: gcc -o bin/httpd ./src/*.c (you may need to add -lpthread or -pthread).

Execute

  • Setup the httpd.conf config file.
  • Under http folder do ./bin/httpd -c ./config/httpd.conf.

About

A custom, multi-threaded HTTP web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 97.1%
  • ApacheConf 2.6%
  • HTML 0.3%