I'm just starting to look into mod_wsgi on my system running Lubuntu 22.04. This is a new install, so there's no need to worry about legacy processes.
I plan to use pip install to load mod_wsgi. It seems to me that I have two options:
first install an instance of Apache from the distro and then install mod_wsgi
second, install mod_wsgi-standalone which will bring along its own apache instance
Are there significant advantages to choose between the two? I'm guessing that mod_wsgi-standalone might have a better chance of having both apache and mod_wsgi agree with each other, and am inclined to go that way. Which do you recommend? Why?