summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-19 04:17:17 -0400
committerChris McDonough <chrism@plope.com>2011-07-19 04:17:17 -0400
commit02fe94acabd76ccb35b10f20534b6ec46f392773 (patch)
treed2064e281657a96e1a178986e6ed021f0784427e /docs/tutorials
parentad508e672af22d9631bcfd1164c6c3b71e1c3084 (diff)
downloadpyramid-02fe94acabd76ccb35b10f20534b6ec46f392773.tar.gz
pyramid-02fe94acabd76ccb35b10f20534b6ec46f392773.tar.bz2
pyramid-02fe94acabd76ccb35b10f20534b6ec46f392773.zip
remove process=1 option; see http://stackoverflow.com/questions/6703850/cant-get-pyramid-to-work-with-mod-wsgi
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/modwsgi/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 6e3e4ce37..485eec169 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -102,8 +102,7 @@ commands and files.
# play badly with C extensions.
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
- WSGIDaemonProcess pyramid user=chrism group=staff processes=1 \
- threads=4 \
+ WSGIDaemonProcess pyramid user=chrism group=staff threads=4 \
python-path=/Users/chrism/modwsgi/env/lib/python2.6/site-packages
WSGIScriptAlias /myapp /Users/chrism/modwsgi/env/pyramid.wsgi