Hi Rene-Luc On Thu, Feb 8, 2018 at 7:58 PM, René-Luc Dhont <[email protected]> wrote: > > The problem with Apache is that the QGIS Server processes are regularly > reset. So the QGIS Server cache is regularly cleaned, and the project is > regularly reloaded. So the project is not loading every time a request is > being made but some time.
Any idea why the QGIS processes are regularly reset? mod_fcgi has config option FcgidMaxRequestsPerProcess that terminates FastCGI process after processing certain number of requests, but that should be zero (= disabled) by default. Then there is FcgidProcessLifeTime option which is set to 1 hour by default, so it should not really affect the tests. Or is it possible that the processes crash sometimes and that is why they are restarted? Cheers Martin _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
