Category: other web servers
-
ABYSS – Tiny HTTP/1.1 Web Server For Serving Static Files
ABYSS Web Server ABYSS is a micro HTTP/1.1 compliant web server written by Moez Mahfoudh. It was designed in to be fast, portable and consume very low resources. # create build directory mkdir -p ~/build/abyss cd ~/build/abyss # download and build abyss wget http://abyss.sourceforge.net/abyss-0.3.tar.gz tar -xvf abyss-0.3.tar.gz cd abyss/src make cd .. # Config File:…