Bug 1345725 - python3-mod_wsgi: site.addsitedir() fails if multiple directories in python-path
Summary: python3-mod_wsgi: site.addsitedir() fails if multiple directories in python-path
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: mod_wsgi
Version: 24
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-13 04:23 UTC by Richard Chan
Modified: 2017-08-08 14:50 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-08-08 14:50:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Debian BTS 811077 0 None None None 2016-06-13 07:09:48 UTC
Github GrahamDumpleton mod_wsgi issues 92 0 None None None 2016-08-09 19:41:16 UTC

Description Richard Chan 2016-06-13 04:23:47 UTC
Description of problem:

When multiple directories are specified in python-path, mod_wsgi will fail to start


Version-Release number of selected component (if applicable):
python3-3.5.1-7.fc24.x86_64
python3-mod_wsgi-4.4.8-4.fc24.x86_64


How reproducible:
Always

Steps to Reproduce:
1. Create mod_wsgi app
2. WSGIDaemonProcess example.com python-path=/srv/httpd/django/lib1:/srv/httpd/django/lib2 processes=2 threads=15 user=example group=example
3.

Actual results:
mod_wsgi (pid=5175): Call to 'site.addsitedir()' failed for '(null)', stopping.
mod_wsgi (pid=5175): Call to 'site.addsitedir()' failed for '/srv/httpd/django/lib2'

Expected results:
App loads normally


Additional info:
Upstream issue:
https://github.com/GrahamDumpleton/mod_wsgi/issues/92

Workaround: use single directory in python-path=

## app.wsgi
import site
site.addsitedir('/srv/httpd/django/lib2') in app.wsgi

Comment 1 Richard Chan 2016-06-13 04:28:41 UTC
From upstream:
Fix released with 4.4.15. Report if still issues.

Comment 2 Richard Chan 2016-06-13 04:32:34 UTC
This breaks F23 to F24 dnf system upgrades if the user has running wsgi apps.

Comment 3 Fedora End Of Life 2017-07-25 21:05:11 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 4 Fedora End Of Life 2017-08-08 14:50:33 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.