I have a wsgi application running as a mod_wsgi daemon process (in daemon mode). My setup is such that each daemon restarts after 1000 requests, as shown in the mod_wsgi configuration guidelines:
I actually had mod_wsgi working with python3.1, but after updating some software... it no longer works.
I\'ve this problem with my django code. TypeError at /conto/partitario/cerca/ unsupported operand type(s) for +: \'Decimal\' and \'Decimal\'
On 开发者_运维知识库http://code.google.com/p/modwsgi/ one can read this statement Daemon mode of mod_wsgi will however
I have a Django site in production running Django 1.2.5 using Python 2.7/mod_wsgi 3.3. For the most part everything works great, but it seems that the site is throwing errors totally at random. They a
The scenario is: I current have an old website that run开发者_StackOverflow社区s on PHP. Over time, that code has become hacked up and messy. It\'s due for a rewrite. However, I don\'t have time to do
I\'m using ModWsgi for deploying my app. I have a WSGIScriptAlias which points to my cms project. WSGIScriptAlias /cmsapp \"/home/hari/dev/cmsproj/apache/django.wsgi\"
I have no experience setting up a web server, i need some guidance for this setup, any good articles would be appreciated.
I have a simple webapp to build, and I am just beginning to mess around with mod_wsgi. In various tutorials, the first hello world app looks something like the following:
I have written a custom filefield AudioFileField. For this i created a check if a file really is a valid audiofile. To be able to do that, i use the sox commandlinetool, so i have to create a file on