Okay so my code is below. I\'m working with apache2, mod_wsgi, beaker, python def application(environ, start_response):
I have installed Django, Apache2 and even mod_wsgi. With a project, I have Django serving it. When i press the \"http://localhost:8000\" (which is django server) I have made sure that my websites main
This is probably a very basic question but I\'m not used to Apache and I can\'t seem to find my way around this.
My setup is django 1.3 and the default mod_wsgi and apache packages for ubuntu 10.04. I tested one view of my app on my development VM (DEBUG and debugging toolbar off):
I setup, django App with Apache2, 1) Virtual host: <VirtualHost *:80> ServerAdmin webadmin@publisy.com
I have some prints on my application for debug purpose. On the production server where these printed information goes? on apache log? I am usi开发者_开发知识库ng apache/mod_wsgi .
I have a Django site, working on mod_wsgi and Apache. (eg, example.com) I made a subdomain (eg, info.example.com) and want to point it to app in the existing project. Is it 开发者_开发问答possible, th
I have never done authentication stuff before, but would like to be able to track and authenticate users via openID.I saw a couple modules that allow for openID authentication with WSGI, but all are o
It\'s not so easy questions as others.. at least. it\'s not a problem to setup simple one-dir-based static files location..
i have to install the mod_wsgi library on a CentOS 64bits and python3.2, but now is giving me this mistake when i try to run the \'make\' command, anyone could help me, thanks in advance!