mod-wsgi
What's wrong with my Beaker, WSGI, Apache2, Python?
Okay so my code is below. I\'m working with apache2, mod_wsgi, beaker, python def application(environ, start_response):[详细]
2023-03-01 15:57 分类:问答Apache with mod_wsgi with Django to develope
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[详细]
2023-03-01 12:29 分类:问答Problems with getting mod_wsgi to work with Apache
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.[详细]
2023-02-28 15:49 分类:问答speeding up django server
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):[详细]
2023-02-28 08:44 分类:问答Apache2 mod_wsgi, 500 Internal Server Error
I setup, django App with Apache2, 1) Virtual host: <VirtualHost *:80> ServerAdmin webadmin@publisy.com[详细]
2023-02-27 03:38 分类:问答django print information on production server
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 .[详细]
2023-02-25 13:00 分类:问答Pointing subdomain to specific url in Django
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[详细]
2023-02-25 10:18 分类:问答openID in wsgi with Python 3
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[详细]
2023-02-24 06:31 分类:问答Django StaticFiles APP and Wsgi
It\'s not so easy questions as others.. at least. it\'s not a problem to setup simple one-dir-based static files location..[详细]
2023-02-22 10:57 分类:问答Issue with installing mod_wsgi on a CentOS 5
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![详细]
2023-02-22 06:32 分类:问答