diff options
Diffstat (limited to 'docs/topics/install.txt')
| -rw-r--r-- | docs/topics/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 7dab429319..b1cf677914 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -7,7 +7,7 @@ This document will get you up and running with Django. Install Python ============== -Django is a Python Web framework. See :ref:`faq-python-version-support` for +Django is a Python web framework. See :ref:`faq-python-version-support` for details. Get the latest version of Python at https://www.python.org/downloads/ or with @@ -34,9 +34,9 @@ memory when the server starts. Code stays in memory throughout the life of an Apache process, which leads to significant performance gains over other server arrangements. In daemon mode, mod_wsgi spawns an independent daemon process that handles requests. The daemon -process can run as a different user than the Web server, possibly +process can run as a different user than the web server, possibly leading to improved security. The daemon process can be restarted -without restarting the entire Apache Web server, possibly making +without restarting the entire Apache web server, possibly making refreshing your codebase more seamless. Consult the mod_wsgi documentation to determine which mode is right for your setup. Make sure you have Apache installed with the mod_wsgi module activated. |
