Appearance
lighttpd (pronounced /lighty/) is a secure, fast, standards compliant, and very flexible web server that has been optimized for high-performance environments. lighttpd supports a wide variety of features while using memory and CPU efficiently, making lighttpd an ideal web server for all systems, small and large.
Documentation Overview
Quick Start
mod_setenv modifies request headers (from clients), response headers (to clients), and the environment (for CGI).
setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" ) setenv.add-response-header += ( "Access-Control-Allow-Methods" => "GET, POST, OPTIONS, PUT, DELETE" )