summaryrefslogtreecommitdiff
path: root/docs/tutorials/modwsgi
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-13 02:54:44 -0400
committerChris McDonough <chrism@plope.com>2012-09-13 02:54:44 -0400
commit8a939c76f43b58c5216eca2428adef9838c50c35 (patch)
tree41e030ee9fc8cbc01fcb6f77e032e97c448df9ac /docs/tutorials/modwsgi
parentb262065e9b0805d2fe6245e31295d63bdc3183ef (diff)
downloadpyramid-8a939c76f43b58c5216eca2428adef9838c50c35.tar.gz
pyramid-8a939c76f43b58c5216eca2428adef9838c50c35.tar.bz2
pyramid-8a939c76f43b58c5216eca2428adef9838c50c35.zip
remove selinux caveat
Diffstat (limited to 'docs/tutorials/modwsgi')
-rw-r--r--docs/tutorials/modwsgi/index.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index b08383580..a22f12610 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -11,10 +11,7 @@ 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.
+specific path information for commands and files.
.. note:: Unfortunately these instructions almost certainly won't work for
deploying a :app:`Pyramid` application on a Windows system using