File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ Apache HTTP Server with mod_wsgi
511511
512512This is a work in progress thanks to Garth Jensen.
513513
514- See the main web site for `mod_wsgi`_ whcih include directions for
514+ See the main web site for `mod_wsgi`_ which include directions for
515515using mod_wsgi-express which is easier if you are not used to apache
516516configuration. Also there is the
517517`main mod_wsgi <https://modwsgi.readthedocs.io/en/develop/>`_ for more
@@ -556,9 +556,12 @@ method.
5565561. The `mod_wsgi`_ PyPi page lists prerequisites for various types of
557557 systems. For Ubuntu, they are apache2 and apache2-dev. To see
558558 installed apache packages, you can use ``dpkg -l | grep apache``.
559- If apache2 or apache2-dev are not installed, they install them with:
559+ If apache2 or apache2-dev are not installed, they install them
560+ with:
561+
560562 - ``sudo apt update``
561563 - ``sudo apt install apache2 apache2-dev``
564+
5625652. If ``pip`` is not already installed, install it with
563566 ``sudo apt install python-pip``
564567
You can’t perform that action at this time.
0 commit comments