Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 440 Bytes

这是原作者的描述,很简单:

User friendly webserver

weborf

The web server used by qweborf.

Can be used from inetd, supports WebDAV, caching, CGI, virtual hosts.

Compile

These are the steps to compile weborf.

autoreconf -f -i # Only if you cloned from git

make clean
./configure
make

如果你想要知道更多,阅读: izBlog的说明文章