Chris McDonough
2011-07-19 02fe94acabd76ccb35b10f20534b6ec46f392773
remove process=1 option; see http://stackoverflow.com/questions/6703850/cant-get-pyramid-to-work-with-mod-wsgi
1 files modified
3 ■■■■ changed files
docs/tutorials/modwsgi/index.rst 3 ●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst
@@ -102,8 +102,7 @@
       # 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