From c0d9d61e3330d4f69a9547cc3d0e62970fb7427e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 13 Jan 2023 17:40:09 +0100 Subject: Added webapp-runner --- webapp-runner.1 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 webapp-runner.1 (limited to 'webapp-runner.1') diff --git a/webapp-runner.1 b/webapp-runner.1 new file mode 100644 index 0000000..724cff5 --- /dev/null +++ b/webapp-runner.1 @@ -0,0 +1,23 @@ +.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 -- cgit v1.2.3