diff options
Diffstat (limited to 'webapp-runner.1')
-rw-r--r-- | webapp-runner.1 | 23 |
1 files changed, 23 insertions, 0 deletions
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 <host:port> <executable-command> + +webapp-runner <unix-domain-socket> <executable-command> + +.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 <mail@reichwein.it> |