22 Feb
2023
22 Feb
'23
4:30 a.m.
On Wed, 22 Feb 2023 at 13:19, Dmitriy Rabotyagov <noonedeadpunk@gmail.com> wrote:
So what is `mod_wsgi-express start-server wsgi.py --port 8080` then? I mean - yes, it will still use apache libraries, but it does resolve the main issue of restarting apache that causes all services restart.
It will run the httpd daemon, just installed by pip, not the distro's package manager. That's it. It supplies the config to make it quicker to start from scratch. I mean, if the other's goal is to get rid of httpd for some reason (like it being bloated or whatever), then this does not solve that particular problem. ;-)