Chris McDonough
2012-09-13 75633b695b50fa97ccd49be703a1b645f558cf77
remove chmod
1 files modified
7 ■■■■ changed files
docs/tutorials/modwsgi/index.rst 7 ●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst
@@ -90,12 +90,7 @@
    `logging` module to allow logging within your application.
    See :ref:`logging_config`.
#.  Make the ``pyramid.wsgi`` script executable.
    .. code-block:: text
       $ cd ~/modwsgi/env
       $ chmod 755 pyramid.wsgi
    There is no need to make this script executable.
#.  Edit your Apache configuration and add some stuff.  I happened to
    create a file named ``/etc/apache2/other/modwsgi.conf`` on my own