Skip to main content

Error Package Requires: httpd24-httpd

Comments

3 comments

  • cPanelMichael
    Hello, Manually installing third-party Apache-related RPMs with EasyApache 4 is unsupported and won't automatically integrate. If you need wsgi on EasyApache 4, you could setup the EA4 experimental repo using the instructions at: The Experimental Repository - EasyApache 4 - cPanel Documentation Then, install wsgi using the following command:
    yum install ea-apache24-mod_wsgi
    Thank you.
    0
  • babbler
    Thanks for that suggestion. Does ea-apache24-mod_wsgi work with Python 3? I have a team developing an app that uses Python3.
    0
  • cPanelMichael
    Hello, You can use the following command to see which Python library mod_wsgi is associated with after it's installed:
    ldd /usr/lib64/apache2/modules/mod_wsgi.so
    Note that Python 3 is not included with CentOS 7 by default. You will need to first install Python 3 on the server (this is unsupported and untested). Thank you.
    0

Please sign in to leave a comment.