Fcgiwrap
services.fcgiwrap.<name>.process.group
Group as which this instance of fcgiwrap will be run.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.process.prefork
Number of processes to prefork.
Type: positive integer, meaning >0
Default
1
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.process.user
User as which this instance of fcgiwrap will be run.
Set to null
(the default) to use a dynamically allocated user.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.socket.address
Socket address. In case of a UNIX socket, this should be its filesystem path.
Type: string
Default
"/run/fcgiwrap-‹name›.sock"
Example
"1.2.3.4:5678"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.socket.group
Group to be set as owner of the UNIX socket. Defaults to the process running group.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.socket.mode
Mode to be set on the UNIX socket. Defaults to private to the socket's owner.
Type: null or string
Default
if config.socket.type == "unix" then "0600" else null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.socket.type
Socket type: 'unix', 'tcp' or 'tcp6'.
Type: one of "unix", "tcp", "tcp6"
Default
"unix"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix
services.fcgiwrap.<name>.socket.user
User to be set as owner of the UNIX socket. Defaults to the process running user.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/fcgiwrap.nix