blob: ced4b938bb11f158e68c7239cb515b4f9d5f9dda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
-=*** FCGI::Spawn and fcgi_spawn are installed ***=-
For the first time, check all the docs supplied wwith the package.
To run the fcgi_spawn on boot time, create the system user for it, and group,
too. After that, assuming you name them "fcgi", add this to your rc.conf:
fcgi_spawn_enable="YES"
fcgi_spawn_username="fcgi"
fcgi_spawn_groupname="fcgi"
You may want to set fcgi_spawn_flags also according to taste.
|