Skip to content

Slityak/vohttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vohttpd

Simple, Flexible, Fast, Embedded httpd.

http://vonger.cn

##Compile##

###Compile vohttpd###

$ cd src
$ make

Then you will get vohttpd executable file in current directory.

###Compile Plugin##

$ cd src
$ make plugins

.so files will be generated in ./plugins

###Clean###

$ make clean

###Cross Compile###

$ cd src
$ make CROSS_COMPILE=mipsel-openwrt-linux-uclibc-
$ make plugins CROSS_COMPILE=mipsel-openwrt-linux-uclibc-

###TODO List###

  1. auth plugin.
  2. add https to vohttpd.
  3. main control plugin, used to load plugin and its related html files.

About

Simple, Flexible, Fast, Embedded httpd.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 84.5%
  • JavaScript 14.5%
  • Makefile 1.0%