comparison 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
comparison
equal deleted inserted replaced
5890:020e1d1bf5ba 5891:6e341009593b
24 ~~~~~~~~~~~~~~~~~~~~~~~~~ 24 ~~~~~~~~~~~~~~~~~~~~~~~~~
25 25
26 Yep, it sure is. It has to start up Python and load all of the support 26 Yep, it sure is. It has to start up Python and load all of the support
27 libraries for *every* request. 27 libraries for *every* request.
28 28
29 The solution is to use the built in server (or possibly the mod_python 29 The solution is to use the built in server (or possibly mod_wsgi
30 or WSGI support). 30 or other WSGI support).
31 31
32 To make Roundup more seamless with your website, you may place the built 32 To make Roundup more seamless with your website, you may place the built
33 in server behind apache and link it into your web tree (see below). 33 in server behind apache and link it into your web tree (see below).
34 34
35 35

Roundup Issue Tracker: http://roundup-tracker.org/