| 1 | Index: docs/fastcgi.txt
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- docs/fastcgi.txt (revision 4229)
|
|---|
| 4 | +++ docs/fastcgi.txt (working copy)
|
|---|
| 5 | @@ -255,6 +255,14 @@
|
|---|
| 6 | Running Django on a shared-hosting provider with Apache
|
|---|
| 7 | =======================================================
|
|---|
| 8 |
|
|---|
| 9 | +.. admonition:: Note
|
|---|
| 10 | +
|
|---|
| 11 | + If any is avaliable please consult documentation regarding django or
|
|---|
| 12 | + fastcgi provided by your hosting provider in addition to the
|
|---|
| 13 | + following. This is important as some providers will place restrictions
|
|---|
| 14 | + or require you to do things in a certain way for django to work
|
|---|
| 15 | + correctly.
|
|---|
| 16 | +
|
|---|
| 17 | Many shared-hosting providers don't allow you to run your own server daemons or
|
|---|
| 18 | edit the ``httpd.conf`` file. In these cases, it's still possible to run Django
|
|---|
| 19 | using Web server-spawned processes.
|
|---|