Michael Merickel
2018-10-16 8eed333343e4e9e7f11f3aee67299030d6bf2783
docs/tutorials/modwsgi/index.rst
@@ -32,14 +32,14 @@
    <https://code.google.com/archive/p/modwsgi/wikis/InstallationInstructions.wiki>`_
    for your platform into your system's Apache installation.
#.  Create a :app:`Pyramid` application. For this tutorial we'll use the
    ``starter`` :term:`cookiecutter`. See :ref:`project_narr` for more
    in-depth information about creating a new project.
#.  Create a :app:`Pyramid` application using our :term:`cookiecutter`. See
    :ref:`project_narr` for more in-depth information about creating a new
    project.
    .. code-block:: bash
        cd ~
        cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
        cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.10-branch
    If prompted for the first item, accept the default ``yes`` by hitting return.
@@ -53,6 +53,11 @@
        1 - jinja2
        2 - chameleon
        3 - mako
        Choose from 1, 2, 3 [1]: 1
        Select backend:
        1 - none
        2 - sqlalchemy
        3 - zodb
        Choose from 1, 2, 3 [1]: 1
#.  Create a :term:`virtual environment` which we'll use to install our
@@ -119,7 +124,7 @@
         WSGIProcessGroup pyramid
         Require all granted
        </Directory>
#.  Restart Apache
    .. code-block:: bash