mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed FastCGI support per deprecation timeline; refs #20766.
This commit is contained in:
parent
37b7776a01
commit
41f0d3d3bc
18 changed files with 13 additions and 883 deletions
|
@ -11,8 +11,7 @@ the deployment of a normal Django application. Please consult Django's
|
|||
GeoDjango uses the GDAL geospatial library which is
|
||||
not thread safe at this time. Thus, it is *highly* recommended
|
||||
to not use threading when deploying -- in other words, use an
|
||||
appropriate configuration of Apache or the prefork method
|
||||
when using FastCGI through another Web server.
|
||||
appropriate configuration of Apache.
|
||||
|
||||
For example, when configuring your application with ``mod_wsgi``,
|
||||
set the ``WSGIDaemonProcess`` attribute ``threads`` to ``1``, unless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue