Name: Anonymous 2007-08-24 22:13 ID:o5gVaD4j
- installed/running lighttpd
- compiled/installed fastcgi
- configured mod_fcgi
- had problems, figured out i needed to invoke spawn-fcgi to start program, which was the "echo" program from the fastcgi distribution. so i did
- awesome, script is now called per configuration in mod_fcgi
- question is, how do i make it stop? what exactly was spawn-fcgi do to lighttpd to make it spawn the processes even when restarted? i'm concerned that whatever spawn-fcgi did to lighttpd will persist even if i change my config file. anyone of you EXPERT UNIX PROGRAMMERS happen to know?
- compiled/installed fastcgi
- configured mod_fcgi
- had problems, figured out i needed to invoke spawn-fcgi to start program, which was the "echo" program from the fastcgi distribution. so i did
- awesome, script is now called per configuration in mod_fcgi
- question is, how do i make it stop? what exactly was spawn-fcgi do to lighttpd to make it spawn the processes even when restarted? i'm concerned that whatever spawn-fcgi did to lighttpd will persist even if i change my config file. anyone of you EXPERT UNIX PROGRAMMERS happen to know?