Lines 14-19
Link Here
|
14 |
# spawn_fcgi_bindsocket |
14 |
# spawn_fcgi_bindsocket |
15 |
# spawn_fcgi_web_server_addrs |
15 |
# spawn_fcgi_web_server_addrs |
16 |
# spawn_fcgi_allowed_env |
16 |
# spawn_fcgi_allowed_env |
|
|
17 |
# spawn_fcgi_command_interpreter |
17 |
|
18 |
|
18 |
. /etc/rc.subr |
19 |
. /etc/rc.subr |
19 |
|
20 |
|
Lines 50-55
else
Link Here
|
50 |
_spawn_fcgi_chroot="" |
51 |
_spawn_fcgi_chroot="" |
51 |
fi |
52 |
fi |
52 |
|
53 |
|
|
|
54 |
if [ -n "${spawn_fcgi_command_interpreter}" ]; then |
55 |
command_interpreter=${spawn_fcgi_command_interpreter} |
56 |
fi |
57 |
|
53 |
command="/usr/local/bin/spawn-fcgi" |
58 |
command="/usr/local/bin/spawn-fcgi" |
54 |
command_args="-u ${spawn_fcgi_username} -g ${spawn_fcgi_groupname} ${_spawn_fcgi_bind} ${_spawn_fcgi_chroot} -P ${spawn_fcgi_pidfile} -- ${spawn_fcgi_app} ${spawn_fcgi_app_args}" |
59 |
command_args="-u ${spawn_fcgi_username} -g ${spawn_fcgi_groupname} ${_spawn_fcgi_bind} ${_spawn_fcgi_chroot} -P ${spawn_fcgi_pidfile} -- ${spawn_fcgi_app} ${spawn_fcgi_app_args}" |
55 |
pidfile=${spawn_fcgi_pidfile} |
60 |
pidfile=${spawn_fcgi_pidfile} |