@@ -376,8 +376,8 @@ There are multiple web interfaces to choose from:
3763762. `cgi-bin for limited-access hosting`_
3773773. `stand-alone web server`_
3783784. `Zope product - ZRoundup`_
379- 5. `Apache HTTP Server with mod_python`_
380- 6. `WSGI handler`_
379+ 5. `WSGI handler`_ (to be written ` Apache HTTP Server with mod_wsgi`_)
380+ 6. `Apache HTTP Server with mod_python`_ (deprecated)
381381
382382You may need to give the web server user permission to access the tracker home
383383- see the `UNIX environment steps`_ for information. You may also need to
@@ -505,9 +505,23 @@ code tree lib/python/Products.
505505When you next (re)start up Zope, you will be able to add a ZRoundup object
506506that interfaces to your new tracker.
507507
508+ Apache HTTP Server with mod_wsgi
509+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
510+
511+ This needs to be developed by somebody. See:
512+ https://issues.roundup-tracker.org/issue2550566 to see if there has
513+ been something developed.
514+
515+ See the main web site for `mod_wsgi`_.
516+
508517Apache HTTP Server with mod_python
509518~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
510519
520+ As of roundup 2.0, mod_python support is deprecated. The apache.py
521+ file is still available, but may be limited to working for Python 2
522+ only. Using mod_wsgi with Apache is the recommended way to deploy
523+ roundup under apache.
524+
511525`Mod_python`_ is an `Apache`_ module that embeds the Python interpreter
512526within the server. Running Roundup this way is much faster than all
513527above options and, like `web server cgi-bin`_, allows you to use HTTPS
@@ -1119,6 +1133,7 @@ from installation and scripts.
11191133.. _apache: http://httpd.apache.org/
11201134.. _flup: https://pypi.org/project/flup/
11211135.. _mod_python: http://modpython.org/
1136+ .. _mod_wsgi: https://pypi.org/project/mod-wsgi/
11221137.. _MySQLdb: https://pypi.org/project/mysqlclient/
11231138.. _Psycopg: http://initd.org/psycopg/
11241139.. _pysqlite: https://pysqlite.org/
0 commit comments