summaryrefslogtreecommitdiffhomepage
path: root/webapp-runner.1
blob: 724cff591c66856d4b26132273b53adc4d0f7b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>