Documentation
¶
Overview ¶
Package fcgi provides FastCGI protocol support for the Kahi supervisor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgramConfig ¶
type ProgramConfig struct {
SocketPath string // Unix socket path or TCP address
Protocol Protocol // "tcp" or "unix"
SocketOwner string // chown target (user:group)
SocketMode os.FileMode // chmod for socket
}
ProgramConfig holds FastCGI-specific configuration for a program.
type Socket ¶
type Socket struct {
// contains filtered or unexported fields
}
Socket manages a FastCGI listener socket.
func NewSocket ¶
func NewSocket(cfg ProgramConfig) *Socket
NewSocket creates a FastCGI socket from config.
Click to show internal directories.
Click to hide internal directories.