summaryrefslogtreecommitdiff
path: root/docs/narr/vhosting.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-06 03:22:35 -0400
committerChris McDonough <chrism@plope.com>2011-10-06 03:22:35 -0400
commitf8869cb0664506204b22aa791003a6d5f8ded58c (patch)
tree7fad521744fa2414252827646740d92f52454f9c /docs/narr/vhosting.rst
parentcfb2b5596b8ef366aeef3bce5b61eafc7a2f175d (diff)
downloadpyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.tar.gz
pyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.tar.bz2
pyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.zip
remove stray references to Paste
Diffstat (limited to 'docs/narr/vhosting.rst')
-rw-r--r--docs/narr/vhosting.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/vhosting.rst b/docs/narr/vhosting.rst
index 8697df6a0..d37518052 100644
--- a/docs/narr/vhosting.rst
+++ b/docs/narr/vhosting.rst
@@ -25,11 +25,11 @@ can host a :app:`Pyramid` application as a "subset" of some other site
(e.g. under ``http://example.com/mypyramidapplication/`` as opposed to
under ``http://example.com/``).
-If you use a "pure Python" environment, this functionality is provided
-by Paste's `urlmap <http://pythonpaste.org/modules/urlmap.html>`_
-"composite" WSGI application. Alternately, you can use
-:term:`mod_wsgi` to serve your application, which handles this virtual
-hosting translation for you "under the hood".
+If you use a "pure Python" environment, this functionality can be provided by
+Paste's `urlmap <http://pythonpaste.org/modules/urlmap.html>`_ "composite"
+WSGI application. Alternately, you can use :term:`mod_wsgi` to serve your
+application, which handles this virtual hosting translation for you "under
+the hood".
If you use the ``urlmap`` composite application "in front" of a
:app:`Pyramid` application or if you use :term:`mod_wsgi` to serve