mod-wsgi
Django redirects missing out WSGIScriptAlias part of url
I have a django application set up using mainly the admin interface with a few of my own views. Everything is working corrctly开发者_开发问答 on the devlopment server on my local machine.[详细]
2023-03-30 23:45 分类:问答Apache mod_wsgi import error-No module found
I have been trying to get an application written in Django working with Apache 2.2 and mod_wsgi with Django 1.3 and Python 2.7.2 - but it is not working at all. I have been working on for some time to[详细]
2023-03-30 12:14 分类:问答apache server with mod_wsgi + python as backend, how can i be able to notified my connection status?
i\'m trying to build a web server using apache as the http server, mod_wsgi + python as the logic handler, the server was supposed to handler long request without returning, meaning i want to keep wri[详细]
2023-03-30 05:49 分类:问答Unknown Django (Postgis) exception in Apache errorlog with no Email report
I am running several Django sites using Apache + mod_wsgi. Now, I\'ve just seen the following error in one of the Apache error logs:[详细]
2023-03-29 16:08 分类:问答Trac, mod_wsgi, premature end of script headers
When running Trac on a server where mod_wsgi is configured in daemon road, Trac throws many errors of the form :\"Premature end of script headers\". I\'ve looked into this, and it seems that there is[详细]
2023-03-29 14:32 分类:问答Installing python cgi in wamp apache on windows 7
I\'m trying to install mod_wsgi on windows 7, but can\'t get it to work. I\'ve validated that everything is 32-bit, the filenames are correct and I\'ve installed python 2.7 for all users. The python p[详细]
2023-03-29 03:29 分类:问答Django site very slow to load after restart or period of inactivity
I\'m running a Django site on Apache, and am experiencing very slow intial page loads after a period of inactivity (about 1 hour).I can replicate by leaving for an hour, or bouncing the server.After t[详细]
2023-03-28 22:53 分类:问答how can I manage session with mod_wsgi with apache webserver?
I\'ve created a python script running under mod_wsgi with apache, I want to manage sessions, authentication and timeout.[详细]
2023-03-28 10:16 分类:问答Django Apache - Run script as Root
My django project calls a python file at a scheduled time using \"at\" scheduler. This is executed within my models.py[详细]
2023-03-28 06:26 分类:问答How does the apache lifecycle looks like?
As part of my learning process, I thought it would be good if I expand a little more knowledge on what I know about apache. I have several questions, and while I know some of the stuff may require a r[详细]
2023-03-27 22:10 分类:问答