Chris McDonough
2012-05-11 49ebfee8804717e9e6d3346eff71a20f34ed6256
add link to explanation
1 files modified
3 ■■■■ changed files
docs/tutorials/modwsgi/index.rst 3 ●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst
@@ -99,7 +99,8 @@
    .. code-block:: apache
       # Use only 1 Python sub-interpreter.  Multiple sub-interpreters
       # play badly with C extensions.
       # play badly with C extensions.  See
       # http://stackoverflow.com/a/10558360/209039
       WSGIApplicationGroup %{GLOBAL}
       WSGIPassAuthorization On
       WSGIDaemonProcess pyramid user=chrism group=staff threads=4 \