From 9c5a100d1939beeaa06faf1018a8ed63e57c21ac Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 18 Sep 2009 01:46:34 +0000 Subject: Add a mod_wsgi configuration tutorial. --- docs/glossary.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 995049ca9..eb63e2490 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -422,4 +422,9 @@ Glossary Using a renderer can make writing views that require templating or other serialization less tedious. See :ref:`views_which_use_a_renderer` for more information. + mod_wsgi + `mod_wsgi `_ is an Apache + module developed by Graham Dumpleton. It allows :term:`WSGI` + applications (such as applications developed using + :mod:`repoze.bfg`) to be served using the Apache web server. -- cgit v1.2.3