stsaz / fserv

Fast asynchronous server

Home Page:http://fserv.firmdev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---------------
OVERVIEW
---------------
fserv is a fast HTTP server for Linux, FreeBSD and Windows.

---------------
MODULES
---------------
Default modules:
	. log.so: log
	. cache.so: mem, file
	. net.so: connect, listen, resolve
	. http.so: http, static-file, dir-index, errdoc, gzip, status
	. http-proxy.so: proxy
	. ssl.so: ssl
	. broadcast.so: icy
External modules are loaded from mod/ directory.

---------------
HOW TO CONFIGURE
---------------
To run fserv you have to set its root directory in the configuration file.
By default, the configuration file is "conf/fserv.conf".  Set "root" to the directory you unpacked fserv to.

For example, on Linux it may look like:
root "/usr/local/fserv"

And on Windows:
root "C:/Program Files/fserv"

---------------
HOMEPAGE
---------------
http://fserv.firmdev.com/

About

Fast asynchronous server

http://fserv.firmdev.com/


Languages

Language:C 98.4%Language:HTML 1.0%Language:C++ 0.4%Language:Makefile 0.2%Language:Shell 0.1%Language:Batchfile 0.0%