Forum archive
Howto use turnkey roundup appliance for multiple trackers
Since roundup-server was deactivated in favor of Apache2, I am missing a guide to run multiple trackers with roundup appliance.
I need to run three trackers independently within the same virtual machine.
Is this possible in the way that it was with roundup-server?
The roundup installation notes describe the way Apache can be used as server.
See:
http://roundup.sourceforge.net/docs/installation.html#installation (in pararagraph "Apache HTTP Server with mod_python")
There is an example mod_python configuration. The problem is, that there is no file
/etc/apache2/mods-available/mod_python.conf
which I can edit the way descibed. If I create that file it is not used while restarting Apache2.
What am I missing?