I\'ve got a ubuntu vps and apache mod wsgi installed and serving my django sites. however i have to restart all of apache rather than the site i have amended and its going to be a bit shonky if i tel
I\'ve followed a couple of examples for Django + nginx + wsgi + ssl, but I can\'t get them to work.I simply get an error in my browser than I can\'t connect.
What could be causing this error: $ sudo tail -n 100 /var/log/apache2/开发者_开发技巧error.log\'
I\'m trying 开发者_高级运维to set up mod_wsgi for use with Django. I have apache2, apache2-dev, python2.6, python2.6-dev all installed, but I\'m getting this error when running configure:
I\'ve written a django application, and put it on a CentOS server. It is definitely okay when I use django development web server.
My Apache (mod_wsgi) Django app only lists the files of my website/project instead of the actual running website/application. My guess is that it\'s mod_wsgi that is the culprit but I\'m not really su
long time reader first time poster. I\'ve recently been tasked with incorporating some python into a webpage for my employer. After doing some research it seemed that mod_wsgi and Django were the way
I have a VPS running a fresh install of Ubuntu 10.04 LTS. I\'m trying to set up a live application using the Flask microframework, but it\'s giving me trouble. I took notes while I tried to get it run
Apache & mod_wsgi are configured correctly (I\'ve created a hello world .html apache file and a hello world mod_wsgi application with
I\'m using virtual env with mod_wsgi and django. I set my virtual env at \'/home/project_name\' I cannot get apache to find my settings.py.Any ideas?