File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,28 @@ privileges to create databases.
631631Configure a Web Interface
632632-------------------------
633633
634- There are multiple web interfaces to choose from:
634+ There are multiple ways to deploy the web interface. If your
635+ tracker will be heavily used and accessible from the internet, we
636+ suggest using Apache or Nginx in WSGI mode or as a reverse proxy
637+ to the stand alone web server or WSGI server like gunicorn.
638+
639+ A FastCGI deployment with an alternate web server is suitable for
640+ lower traffic sites.
641+
642+ If you already run Zope, Roundup should deploy nicely in that
643+ framework.
644+
645+ If you are internet accessible, but expect a few users, or are on
646+ a hosted web server, using cgi-bin is a reasonable deployment.
647+
648+ Using a true HTTP server provide tools including: DOS prevention,
649+ throttling, web application firewalls etc. that are worth having
650+ in an internet facing application.
651+
652+ If you are running on an internal intranet, you can use the
653+ stand alone server: roundup-server, but even in this environment,
654+ using a real web server to serve static files and other resources
655+ will perform better.
635656
636657.. contents::
637658 :depth: 1
You can’t perform that action at this time.
0 commit comments