@@ -12,7 +12,7 @@ The first way of installing mod_wsgi is the traditional way that has been
1212used by many software packages. This is where it is installed as a module
1313directly into your Apache installation using the commands ``configure ``,
1414``make `` and ``make install ``, a method sometimes referred to by the
15- acyronym CMMI. This method works with most UNIX type systems. It cannot
15+ acronym CMMI. This method works with most UNIX type systems. It cannot
1616be used on Windows.
1717
1818The second way of installing mod_wsgi is to install it as a Python package
@@ -49,7 +49,7 @@ they never fixed those problems either. This time there is no easy
4949workaround as they no longer supply certain tools which are required to
5050perform the installation.
5151
52- The ``pip install `` method along with manual configuration of Apache
52+ The ``pip install `` method along with the manual configuration of Apache
5353is also the method you need to use on Windows.
5454
5555System Requirements
@@ -59,7 +59,7 @@ With either installation method for mod_wsgi, you must have Apache
5959installed. This must be a complete Apache installation. It is not enough to
6060have only the runtime packages for Apache installed. You must have the
6161corresponding development package for Apache installed, which contains the
62- Apache header files, as these are required to be able compile and install
62+ Apache header files, as these are required to be able to compile and install
6363third party Apache modules.
6464
6565Similarly with Python, you must have a complete Python installation which
@@ -156,7 +156,7 @@ Note that nothing will be copied into your Apache installation at this
156156point. As a result, you do not need to run this as the root user unless
157157installing it into a site wide Python installation rather than a Python
158158virtual environment. It is recommended you always use Python virtual
159- environments and never install any Python package direct into the system
159+ environments and never install any Python package directly into the system
160160Python installation.
161161
162162On a UNIX type system, to verify that the installation was successful, run
@@ -233,7 +233,7 @@ additional steps.
233233
234234The first thing you must do is supply the ``--user `` and ``--group ``
235235options to say what user and group your Python web application should run
236- as. Most Linux distributions will pre define a special user for Apache to
236+ as. Most Linux distributions will predefine a special user for Apache to
237237run as, so you can use that. Alternatively you can use any other special
238238user account you have created for running the Python web application::
239239
@@ -344,7 +344,7 @@ use the ``--setup-only`` option to the ``runmodwsgi`` management command.
344344 --user www-data --group www-data \
345345 --server-root=/etc/mod_wsgi-express-80
346346
347- This will setup all the required files and you can use ``apachectl `` to
347+ This will set up all the required files and you can use ``apachectl `` to
348348start and stop the Apache instance as explained previously.
349349
350350Connecting into Apache installation
0 commit comments