lighttpd

Lightweight, high-performance web server with low memory footprint

brewmacoslinux
Try with needOr install directly
Source

About

Small memory footprint, flexible web-server

Commands

lighttpd

Examples

Start lighttpd server with default configuration$ lighttpd -f /etc/lighttpd/lighttpd.conf
Run lighttpd in foreground mode for debugging$ lighttpd -D -f /etc/lighttpd/lighttpd.conf
Test configuration file for syntax errors$ lighttpd -t -f /etc/lighttpd/lighttpd.conf