launching php-fcgi when the webserver start
regisr
26 October 2008, 11:29
 Is it possible to run php-fcgi (or others) from hiawatha configuration? I want when I start the webserver, or when the first php script is requested, launching the daemon.
I can add it in the script which start/stop the server but this need to modify the standard script or add another.
 
 
Hugo Leisink
26 October 2008, 16:43
 No, sorry. That is not possible. You have to start php-fcgi manually. It is wise to start php-fcgi when your server boots (at the same time all your other daemons start).
 
This topic has been closed.