mod-wsgi
Need help identifying a memory leak involving matplotlib and flask
I have written a small webapp using the flask framework that involves plotting using matplotlib. The problem is that every time I create the plot, the process consumes more memory.[详细]
2023-04-12 17:41 分类:问答Multiple Domains for one Django App, with and without SSL
I want to point multiple Domains (each with and whitout ssl) to a single Django App, using mod_wsgi with Apache 2.[详细]
2023-04-11 05:41 分类:问答File writing permission denied in mod_wsgi deployed app
I\'m trying to deploy a Pyramid app using mod_wsgi on Apache. I get IOError: [Errno 13] Permission de开发者_如何学Cnied on templates folder, where mako caches his templates, even if I grant write per[详细]
2023-04-11 03:09 分类:问答Python/C Raw Socket Operations using Django, Mod_WSGI, Apache
I\'m currently writing a web application using Django, Apache, and mod_wsgi that provides some FreeBSD server management and configuration features, including common firewall operations.[详细]
2023-04-10 07:30 分类:问答Django returns blank pages
Suddenly I started getting开发者_JAVA百科 HTTP 200 with zero byte content for every request handled by Django.[详细]
2023-04-10 00:21 分类:问答Relative path in settings.py in django
for various settings(MEDIA_ROOT,TEMPLATE_DIRS) in setting.py it is instructed to give absolute path.I have configured apache with mod_wsgi.I have a wsgi script in the folder named apache that redirect[详细]
2023-04-09 19:04 分类:问答Django/Apache freezing with mod_wsgi
I have a Django application that is running behind 2 load balanced mod_wsgi/Apache servers behind Nginx (static files, reverse proxy/load balance).[详细]
2023-04-08 13:05 分类:问答How to control Apache via Django to connect to mongoose(another HTTP server)?
I have been doing lots of searching and reading to solve this. The main goal is let a Django-based web management system connecting to a device which runs a http server as well. Django will handle use[详细]
2023-04-08 03:53 分类:问答How to access mod_ssl environment variables from django using mod_wsgi?
I\'m trying to get the client\'s certificate and sign an xml file using it. I have added the following to my virtual hosts:[详细]
2023-04-07 02:44 分类:问答Error when deploying django app
I built an app using Django 1.3 and am now attempting to deploy to ubuntu 10.10 on linode using postgresql. I am using nginx on the front end and for static media and sending app requests to the app s[详细]
2023-04-06 00:23 分类:问答