[all] Any good alternatives to uwsgi?

Radosław Piliszek radoslaw.piliszek at gmail.com
Wed Feb 22 12:30:31 UTC 2023


On Wed, 22 Feb 2023 at 13:19, Dmitriy Rabotyagov
<noonedeadpunk at 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. ;-)



More information about the openstack-discuss mailing list