On 04/13/2011 10:00 AM, Hajo Locke wrote:
is there a possibility to reload a separate fcgid-application
(mod_fcgid) if something has changed?
Hi,
You could issue a "kill <pid>" of your fcgi-wrapper process that handles
your specific vhost (i distinguish mine through the use of different
users via suexec, so i can do a "pkill -u <username>"), apache will
spawn a new process when it recieves the next request. However, note
that this is not graceful, any tasks that the process is up will be
stopped.
There might very well be better ways to do this, if anyone has a better
idea, please let me/us know :-)
/Björn
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org