summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-13 02:46:20 -0400
committerChris McDonough <chrism@plope.com>2012-09-13 02:46:20 -0400
commitb262065e9b0805d2fe6245e31295d63bdc3183ef (patch)
treeced5f0ed96f50b4f33dad104552ed93476087bd6
parentb9065f5cbeeccac0d47f6571b28b32d99f09dc9a (diff)
downloadpyramid-b262065e9b0805d2fe6245e31295d63bdc3183ef.tar.gz
pyramid-b262065e9b0805d2fe6245e31295d63bdc3183ef.tar.bz2
pyramid-b262065e9b0805d2fe6245e31295d63bdc3183ef.zip
hailmary
-rw-r--r--docs/tutorials/modwsgi/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 8c1baf518..b08383580 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -93,6 +93,10 @@ loving" that are outside the scope of this short tutorial.
See :ref:`logging_config`.
There is no need to make the ``pyramid.wsgi`` script executable.
+ However, you'll need to make sure that *two* users have access to change
+ into the ``~/modwsgi/env`` directory: your current user (mine is
+ ``chrism`` and the user that Apache will run as often named ``apache`` or
+ ``httpd``). Make sure both of these users can "cd" into that directory.
#. Edit your Apache configuration and add some stuff. I happened to
create a file named ``/etc/apache2/other/modwsgi.conf`` on my own