Apache can serve LaiRu sites by proxying dynamic requests to LaiRu FPM.
A minimal Apache virtual host can rewrite friendly URLs and proxy LaiRu pages to FPM.
The built-in HTTP server runs a site directly from the LaiRu binary.
nginx serves static files and forwards LaiRu requests to LaiRu FPM through FastCGI.
A minimal nginx configuration can serve static files directly and pass LaiRu pages to FPM.