Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 625 Bytes

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.