Ticket #6224 (new enhancement)
Opened 11 months ago
Add support for FCGI to tracd (standalone.py)
| Reported by: | josh@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/tracd | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
By adding fcgi as an option to flup (http, scgi, ajp are already there), trac can easily be used with web servers that don't support spawning an fcgi process (such as nginx) but will communicate with an already running fcgi server. See attached diff.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


