aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI-Spawn/pkg-message
blob: ef32fe38a9264e56db9ea245fc9fb505b22a3dbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
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.
EOM
}
]