fcgistarter - Man Page

Start a FastCGI program

Synopsis

fcgistarter -c command -p port [ -i interface ] -N num

Summary

Note

Currently only works on Unix systems.

Options

-c command

Absolute path of the FastCGI program  

-p port

Port which the program will listen on  

-i interface

Interface which the program will listen on  

-N num

Number of instances of the program  

Info

2020-02-08 Apache HTTP Server