The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 views

installing Django on a remote server not working

I am attempting to install Django on a remote server. I have yum installed the following: apache mod_wsgi Django mysql (python is already installed) I have uploaded my project to the directory: ...
-1
votes
1answer
115 views

Problems installing apache2 on ubuntu 10.04

I have apache installed manually from the source code, but I require now to install it using apt-get, because it seems this will make stuff easier to install mod_wsgi from apt-get also (it will see ...
1
vote
1answer
450 views

500 Errors when communicating with Firefox Sync Server through mod_wsgi and Apache2

I recently set up the new version of the Firefox Sync Server written in Python. I used the tutorial which can be found here: http://docs.services.mozilla.com/howtos/run-sync.html After I completed the ...
0
votes
1answer
219 views

Why would I want to connect nginx to uWSGI?

I'm reading about running uWSGI behind nginx: http://projects.unbit.it/uwsgi/wiki/RunOnNginx Why wouldn't you just expose the uWSGI application directly -- why would you put it behind nginx? (Is ...
1
vote
2answers
720 views

Apache+WSGI+Python+Django giving me some strange errors

Here's a summary of what I've done I moved my django project to /pymodules/honstreams I've installed apache2 and apache2-dev I've installed pythonbrew, installed Python-2.7.2 and switched to it I've ...