[FASTCGI] Configuring FastCGI app
David Birnbaum
davidb at pins.net
Mon Oct 6 11:15:51 EDT 2008
On Fri, 3 Oct 2008, Alexander Galkin (Audible US) wrote:
> I have FastCGI app run on Apache 2.0 server on Solaris 10. How do I configure
> FastCGI to:
>
> 1. I want only once instance of the app to be running. If the instance
> crashes or is killed I want mod_fastcgi to restart it.
This is controlled with the FastCGI dynamic parameters (see the man page).
> 2. I want either start the app manually or let mod_fastcgi start it upon
> request but I do not want it to kill my app when apache server is shutting
> down.
You can't have mod_fastcgi manager you application and expect it to live when
Apache is shut down. You have to manage it on your own in that case.
David.
More information about the FastCGI-developers
mailing list