Good afternoon,
I have been dealing with this issue for a few weeks now, and am at a
complete loss.
My django applications works perfectly using the Django web server, but I
cannot get it to run under Apache and WSGI.
I have tried everything I can find including building multiple virtual
environments and using two different Ubuntu Servers.
Please advise what steps I can take to work through the error, and what
information I can provide.
Here is my Apache Config:
Alias /static /home/development/django/ops/ops/opsproj/opsapp/static
<Directory /home/development/django/ops/ops/opsproj/opsapp/static>
Require all granted
</Directory>
<Directory /home/development/django/ops/ops/opsproj/opsproj>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess opsproj python-home=/home/development/django/env
python-path=/home/development/django/ops/ops/opsproj
WSGIProcessGroup opsproj
WSGIScriptAlias /
/home/development/django/ops/ops/opsproj/opsproj/wsgi.py
Thank you,
Derek
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.