It's been a while but I am running into an issue and could not find any answers elsewhere.
I pay for a dedicated server that is running Easy Apache 4 with Centos 7. I have root access to everything so no limitations.
I am in the process of deploying a Python/Django app on the server for a client. When trying to install mod_wsgi it errors out stating it needs the package httpd-mmn. I can install the httpd module using yum but I am worried about conflicts since the server is using Easy Apache 4.
Is this a relevant concern? I have a bunch of php sites on my server and I am afraid I'll break it.
For the record, I do not want to use the experimental easy apache mod wsgi as it's, well...experimental and a use at your own risk situation.
Any thoughts or recommendations would be great.