Roundup Tracker - Issues

Message6269

Author rouilj
Recipients rouilj, schlatterbeck, tekberg
Date 2018-10-09.21:49:12
Message-id <20181009214849.A08FF4C031B@itserver6.localdomain>
In-reply-to <1539109581.88.0.545547206417.issue2551005@psf.upfronthosting.co.za>
Hi Tom:

In message
<1539109581.88.0.545547206417.issue2551005@psf.upfronthosting.co.za> ,
Tom Ekberg writes:
>New submission from Tom Ekberg:
> [...]
>In docs/installation.txt, section 'Configure a Web Interface' mod_python
>is listed [...]
>which has a link to this page:
>
>http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html
>
>The first 2 lines in the body of the second link's page are:
>
>Thursday, June 17, 2010
>The mod_python project is now officially dead.
>
>The first link says that mod_python has "multiple security, performance and 
>stability issues". The module mod_wsgi is the recommended alternative.
>
>Since mod_python was declared dead in June 2010, and has problems
>with security, performance and stability, should it be listed as an
>alternative web interfaces in roundup's doc/installation.txt?

Yeah we should probably remove it, or at least list it last and
suggest mod_wsgi as an alternative.

Were you able to successfully deploy roundup under mod_wsgi using the
installation instructions?

If not, do you have updates to the doc with something that works?

It looks like there may be a few variations of issues with the wsgi
setup/docs. From a 1.4 setup issues were discussed at:

  https://stackoverflow.com/questions/12408871/setup-roundup-with-wsgi-and-apache

  https://community.webfaction.com/questions/4165/roundup-issue-tracker-install

These:

  https://groups.google.com/forum/#!topic/modwsgi/FS4sClyxkCM
  https://groups.google.com/forum/#!topic/modwsgi/VAz3bSF9bH4

suggest dropping

    httpd = make_server('', 8917, app)
    httpd.serve_forever()

at the end of the doc example. I don't have a setup here to test with
and I am not familiar with wsgi so ...

Have a great day.
History
Date User Action Args
2018-10-09 21:49:12rouiljsetrecipients: + rouilj, schlatterbeck, tekberg
2018-10-09 21:49:12rouiljlinkissue2551005 messages
2018-10-09 21:49:12rouiljcreate