From b17af4f512232ae057e5d4ea3221aedac0524a86 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Sep 2009 06:10:50 +0000 Subject: Mention modwsgi. --- docs/narr/project.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 ----------------------- -- cgit v1.2.3