.TH webapp-runner 1 "12 Jan 2023" "Version 1.18" "Webserver Manual" .SH NAME webapp-runner \- A FastCGI application runner .SH SYNOPSIS webapp-runner webapp-runner .SH DESCRIPTION .B webapp-runner starts the specified executable FastCGI application and connects it to the specified unix domain socket or local host:port address. Addresses can be specified in IPv4 or IPv6 format. .SH EXAMPLES webapp-runner ::1:6543 ./fcgi1 webapp-runner fcgi-socket0 ./fcgi1 .SH AUTHOR Roland Reichwein