- Language: en
24 results for Apache in version 2.1
-
Authenticating against Django’s user database from Apache
- … Apache, you can configure Apache to authenticate against Django’s authentication system directly. This requires …
-
How to use Django with Apache and mod_wsgi
- … Apache and mod_wsgi Deploying Django with Apache and mod_wsgi is a tried and tested …
-
How to install Django
- … Apache installed with the mod_wsgi module activated. Django will work with any version of Apache …
-
Security in Django
- … Apache is configured such that your Django site is served from a non-default virtual …
-
Django’s cache framework
- … apache , make sure the directory /var/tmp/django_cache exists and is readable and writable by the user …
-
Deploying static files
- … Apache and mod_wsgi . You’ll probably want to automate this process, especially if you’ve got multiple …
-
How to deploy with WSGI
- … Apache and mod_wsgi Authenticating against Django’s user database from Apache How to use Django …
-
Deploying GeoDjango
- … Apache. For example, when configuring your application with mod_wsgi , set the WSGIDaemonProcess attribute threads …
-
GeoDjango Installation
- … Apache are also enabled by default, but are not required by GeoDjango and may be unchecked …
-
How to use Django with uWSGI
- … Apache) communicates with a django-uwsgi “worker” process to serve dynamic content. Configuring and starting …