The community site was down. The WSGI process was using the system
(/usr/bin) Python which led to modules missing.

mod_wsgi (pid=25638): Target WSGI script
'/var/www/www.opencsw.org/osqa/osqa/osqa.wsgi' cannot be loaded as
Python module.
mod_wsgi (pid=25638): Exception occurred processing WSGI script
'/var/www/www.opencsw.org/osqa/osqa/osqa.wsgi'.
Traceback (most recent call last):
  File "/var/www/www.opencsw.org/osqa/osqa/osqa.wsgi", line 10, in <module>
     import django.core.handlers.wsgi
  ImportError: No module named django.core.handlers.wsgi

I fixed it by adding the WSGIPythonHome directive near the top of the
httpd-vhosts.conf configuration file:

# Must not be inside a VirtualHost directive.
WSGIPythonHome /opt/csw

Maciej
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to