I’m using FastCGI to expose a C++ binary (written using the Wt framework) as a web app. However, after I have modified the app and recompiled it, in order for new sessions to see the changes (active sessions keep using the old version until they expire), I have to reload Apache.
Is it possible to configure the system in such a way that doesn’t require to reload Apache in order to make the newly compiled FastCGI app available to users? Thanks.
Quote from the FAQ:
So, you either enable automatic update in the configuration, or your program does the reloading itself by some mechanism you like best.