Chris McDonough
2012-09-13 b9065f5cbeeccac0d47f6571b28b32d99f09dc9a
mention non-support of SELinux-enabled systems
1 files modified
16 ■■■■■ changed files
docs/tutorials/modwsgi/index.rst 16 ●●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst
@@ -7,12 +7,14 @@
It allows :term:`WSGI` programs to be served using the Apache web
server.
This guide will outline broad steps that can be used to get a
:app:`Pyramid` application running under Apache via ``mod_wsgi``.
This particular tutorial was developed under Apple's Mac OS X platform
(Snow Leopard, on a 32-bit Mac), but the instructions should be
largely the same for all systems, delta specific path information for
commands and files.
This guide will outline broad steps that can be used to get a :app:`Pyramid`
application running under Apache via ``mod_wsgi``.  This particular tutorial
was developed under Apple's Mac OS X platform (Snow Leopard, on a 32-bit
Mac), but the instructions should be largely the same for all systems, delta
specific path information for commands and files.  A caveat: this tutorial
doesn't anticipate use of systems like Fedora and/or Red Hat Enterprise Linux
or other with SELinux enabled by default; those systems will need "special
loving" that are outside the scope of this short tutorial.
.. note:: Unfortunately these instructions almost certainly won't work for
   deploying a :app:`Pyramid` application on a Windows system using
@@ -90,7 +92,7 @@
    `logging` module to allow logging within your application.
    See :ref:`logging_config`.
    There is no need to make this script executable.
    There is no need to make the ``pyramid.wsgi`` 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