Skip to content

Vonger/vohttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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

Watchers

Forks

Releases

No releases published

Packages

No packages published