Web Servers

Apache

Apache can serve LaiRu sites by proxying dynamic requests to LaiRu FPM.

LaiRu HTTP server

The built-in HTTP server runs a site directly from the LaiRu binary.

nginx

nginx serves static files and forwards LaiRu requests to LaiRu FPM through FastCGI.

nginx FastCGI example

A minimal nginx configuration can serve static files directly and pass LaiRu pages to FPM.