summaryrefslogtreecommitdiff
path: root/docs/tutorials/modwsgi/index.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-13 02:26:53 -0400
committerChris McDonough <chrism@plope.com>2012-09-13 02:26:53 -0400
commit75633b695b50fa97ccd49be703a1b645f558cf77 (patch)
treedceb21a4dac91829211b8e34ef966d5fff6868de /docs/tutorials/modwsgi/index.rst
parentc3b9c428b9fd1b90471deb393bfedf51372e6bab (diff)
downloadpyramid-75633b695b50fa97ccd49be703a1b645f558cf77.tar.gz
pyramid-75633b695b50fa97ccd49be703a1b645f558cf77.tar.bz2
pyramid-75633b695b50fa97ccd49be703a1b645f558cf77.zip
remove chmod
Diffstat (limited to 'docs/tutorials/modwsgi/index.rst')
-rw-r--r--docs/tutorials/modwsgi/index.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index d11167344..301c6b4ed 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -90,12 +90,7 @@ commands and files.
`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