summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-09-30 06:10:50 +0000
committerChris McDonough <chrism@agendaless.com>2009-09-30 06:10:50 +0000
commitb17af4f512232ae057e5d4ea3221aedac0524a86 (patch)
treed8f728095a42317060f7e7ed615aaaf937c24a7f /docs
parent10ce0f807db93579e86c1a420ecbfd038b7d1f2e (diff)
downloadpyramid-b17af4f512232ae057e5d4ea3221aedac0524a86.tar.gz
pyramid-b17af4f512232ae057e5d4ea3221aedac0524a86.tar.bz2
pyramid-b17af4f512232ae057e5d4ea3221aedac0524a86.zip
Mention modwsgi.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 72d78d98a..1058c3eb0 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -254,6 +254,14 @@ port 6543.
development easier, as changes to Python code under
:mod:`repoze.bfg` is not put into effect until the server restarts.
+.. note:: You can also use :term:`mod_wsgi` to serve your
+ :mod:`repoze.bfg` application using the Apache web server rather
+ than the "pure-Python" server that is started as a result of
+ ``paster serve``. See :ref:`modwsgi_tutorial` for details.
+ However, it is usually easier to develop an application using the
+ ``paster serve`` webserver, as exception and debugging output will
+ be sent to the console.
+
Viewing the Application
-----------------------