In a harrowing attempt to get mod_wsgi to run on CentOS 5.4, I\'ve added Python 2.6 as an option开发者_StackOverflowal library following the instructions here. The configuration seems fine except that
I\'m running CentOS 5, and am trying to get a django application working with mod_wsgi. I\'m using .wsgi settings I got working on Ubuntu. I\'m also using an alternate installation of python (/opt/pyt
Hey, I\'ve been doing some changes to my django develpment env, as some of you suggested. So far I\'ve managed to configure and run it successfully with postgres.
How do I go about redirecting all requests for domain.com/... to www.domain.com/... with a 301 in a django site?
We are deploying django application, I found in 开发者_StackOverflow社区the documentation that it is recommended to use WSGI appoach for doing that.
I\'m reading http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode but it seems like way too much work, I\'ve been restarting my apache2 server gracefully whenever I make tweaks 开发者_JAVA技巧to
My Django app, deployed in mod_wsgi under Apache using Django\'s standard WSGIHandler, authenticates users via form login on the Django side. So to Apach开发者_开发百科e, the user is anonymous. This m
The issue I\'m having is my wsgi file can\'t import the wsgi handlers properly. /var/log/apache2/error.log reports:
I have this line in my wsgi.conf file: WSGIScriptAlias /trunk \"c:/app/trunk/app.wsgi\" Inside of my django settings file, I need to know t开发者_如何学Che alias \"/trunk\" to get LOGIN_URL to work
So I am trying to make Django r开发者_Python百科unning with mod-wsgi for the first time. I have configured Apache as shown in examples and I am pretty sure I did everything right.