Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates a symlink to the .so file in postint for mod_wsgi #5443

Closed
wants to merge 1 commit into from

Commits on Aug 11, 2020

  1. Creates a symlink to the .so file in postint for mod_wsgi

    On Focal, mod_wsgi expects a shared library for the python
    module at:
    $VENV/lib/python3.8/site-packages/mod_wsgi/server/mod_wsgi-py38.so
    
    But, the real shared library path is
    
    $VENV/lib/python3.8/site-packages/mod_wsgi/server/mod_wsgi-py38.cpython-38-x86_64-linux-gnu.so"
    
    So we are creating a symlink with the proper path if we are using
    Python 3.8
    kushaldas committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    b9e0d5b View commit details
    Browse the repository at this point in the history