Skip to content

Commit 116a494

Browse files
Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into develop
2 parents c79b637 + 0f7384a commit 116a494

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The first way of installing mod_wsgi is the traditional way that has been
1212
used by many software packages. This is where it is installed as a module
1313
directly 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
1616
be used on Windows.
1717

1818
The 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
4949
workaround as they no longer supply certain tools which are required to
5050
perform 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
5353
is also the method you need to use on Windows.
5454

5555
System Requirements
@@ -59,7 +59,7 @@ With either installation method for mod_wsgi, you must have Apache
5959
installed. This must be a complete Apache installation. It is not enough to
6060
have only the runtime packages for Apache installed. You must have the
6161
corresponding 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
6363
third party Apache modules.
6464

6565
Similarly 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
156156
point. As a result, you do not need to run this as the root user unless
157157
installing it into a site wide Python installation rather than a Python
158158
virtual 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
160160
Python installation.
161161

162162
On a UNIX type system, to verify that the installation was successful, run
@@ -233,7 +233,7 @@ additional steps.
233233

234234
The first thing you must do is supply the ``--user`` and ``--group``
235235
options 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
237237
run as, so you can use that. Alternatively you can use any other special
238238
user 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
348348
start and stop the Apache instance as explained previously.
349349

350350
Connecting into Apache installation

0 commit comments

Comments
 (0)