1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-FCGI-Spawn/pkg-message
2010-04-14 14:12:41 +00:00

13 lines
417 B
Plaintext

-=*** 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.