Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
On 12/12/2022 11:32 am, Jason wrote: https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems reloadi

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems reloading is problematic because >When you g

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
On 12/12/2022 1:33 am, Jason wrote: AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? With Ubuntu 2020.04 and the version of Apache which came with that, reload worked fine and I always thought that was the right way to redeploy. The new

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? Templates are picked up because they're not evaluated and compiled, rather they're processed dynamically so any changes there do not require a restart. On Saturday, December 10, 2022 at 9:34