mod-wsgi
How do I pass values from one class to another; each running potentially on different threads?
I have a file called filterspecs.py that contains 3 things: tls = threading.local() class A which inherits from django.contrib.admin.views.main.ChangeList[详细]
2023-03-27 22:04 分类:问答python + django: unable to find module with Popen
I use subprocess.Popen in one of the my views: path = os.path.join(os.path.dirname(__file__), \'foo/bar.py\')[详细]
2023-03-27 01:08 分类:问答How to add python to XAMPP
I\'ve used all the time XAMPP to test my PHP applications and I got used to it. Now, I would like to start my adventure with Python. I\'ve heard that good solution is using mod_wsgi, but it doesn\'t w[详细]
2023-03-26 09:26 分类:问答How can I run django with mod_wsgi and use the multiprocess module?
The workflow I am dealing with (user-wise) looks like this: User submits information and files with a form[详细]
2023-03-25 00:53 分类:问答Django static files in an egg file
I\'m want to deploy my django project as an egg file which I am able to. The problem is when serving static files, how do I setu开发者_运维技巧p apache (using mod_wsgi) to serve content from an egg fi[详细]
2023-03-24 16:52 分类:问答Snow Leopard: Apache + mod_wsgi + django problem
i tried to set up apache + mod_wsgi + django on my snow leopard, but it kept gave me the same errors which listed below. i tried to follow every tutorial on the web that i could found, but still could[详细]
2023-03-24 12:34 分类:问答Apache ImportError when loading django module WSGI
I am following the integration with django tutorial on the mod_wsgi site, and I am receiving the following error when trying to load my site, I had the test script in the previous tutorial working fin[详细]
2023-03-23 00:18 分类:问答Debugging Django with Werkzeug under WSGI/Passenger - problems
I\'m trying to use the werkzeug debugger, but despite installing it as recommended, I just get the normal django error page.[详细]
2023-03-22 18:05 分类:问答Python Linking Problem while running Django on Apache with mod_wsgi: symbol not found __cg_jpeg_resync_to_restart
I get this error when I try to run my django site on apache. The site works on the development server:[详细]
2023-03-22 10:20 分类:问答How to get environ in sub class of DefineBase of soaplib module?
I am working with WSGI with mod_wsgi module. I was check some example on that and i get environ, start_response in each wsgi request.[详细]
2023-03-21 19:47 分类:问答