> On 16 Jan 2020, at 8:19 pm, Gabriel Mstowski <
gabriel....@gmail.com> wrote:
>
> I'd like to reset the mod_wsgi-express configuration with the python manage.py runmodwsgi command. What should I do ? Is it enough to delete the configuration folder for apache? I mean the folder that I set with the --server-root = / ... / flag. I will be grateful for your help.
If you mean you previously range python manage.py runmodwsgi with the —setup-only option and then used apachectl script it generated, just run it again with —setup-only and any changed options and it will replace the prior config.
Graham