mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
15becf23a9
commit
516051bfd2
24 changed files with 206 additions and 48 deletions
|
@ -288,6 +288,19 @@ You can also run multiple Django installations on the same site simply by
|
|||
specifying multiple entries in the ``fastcgi.server`` directive. Add one
|
||||
FastCGI host for each.
|
||||
|
||||
Cherokee setup
|
||||
==============
|
||||
|
||||
Cherokee is a very fast, flexible and easy to configure Web Server. It
|
||||
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, SSI,
|
||||
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly
|
||||
encoding, Load Balancing, Apache compatible log files, Data Base Balancer,
|
||||
Reverse HTTP Proxy and much more.
|
||||
|
||||
The Cherokee project provides a documentation to `setting up Django`_ with Cherokee.
|
||||
|
||||
.. _setting up Django: http://www.cherokee-project.com/doc/cookbook_django.html
|
||||
|
||||
Running Django on a shared-hosting provider with Apache
|
||||
=======================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue