[modwsgi] 2 Apache instances using different mod_wsgi versions

2020-11-19 Thread Nadia Anastopoulou
Hello, Python 3.7 project is already served under apache (Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1 mod_wsgi/4.7.1 Python/3.7 configured). I want to create a second project with Python 3.8 and apache to be able to serve both python versions in parallel. My understanding is that apache with mod_wsgi

[modwsgi] configure: error: Apache tool 'apxs' or 'apxs2' is required to build mod_wsgi but httpd24-httpd-devel.x86_64 is installed

2022-12-12 Thread Nadia Anastopoulou
Hello, On Redhat 7.9 server we have currently runnign Python 3.8 with wsgi. I wanted to install also Python 3.10 and I build it from source. Then tried to install mod_wsgi by using pip but got the below error: RuntimeError: The 'apxs' command appears not to be installed or is not executable.