Mercurial > p > roundup > code
diff doc/FAQ.txt @ 5891:6e341009593b
Deprecate mod_python issue2551005
Planning deprecation of mod_python. Intent it to replace with
mod_wsgi, but we have no good docs for it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 18:13:25 -0400 |
| parents | f0ca4daf6a18 |
| children | b2eb59ada444 |
line wrap: on
line diff
--- a/doc/FAQ.txt Wed Oct 02 18:04:13 2019 -0400 +++ b/doc/FAQ.txt Wed Oct 02 18:13:25 2019 -0400 @@ -26,8 +26,8 @@ Yep, it sure is. It has to start up Python and load all of the support libraries for *every* request. -The solution is to use the built in server (or possibly the mod_python -or WSGI support). +The solution is to use the built in server (or possibly mod_wsgi +or other WSGI support). To make Roundup more seamless with your website, you may place the built in server behind apache and link it into your web tree (see below).
