Changes between Version 3 and Version 4 of TracWsgiPlugin


Ignore:
Timestamp:
Apr 9, 2007, 5:05:11 AM (17 years ago)
Author:
anonymous
Comment:

Multiple environments

Legend:

Unmodified
Added
Removed
Modified
  • TracWsgiPlugin

    v3 v4  
    3131path = /path/to/your/trac/env
    3232}}}
     33To serve all projects from /path/to/trac/env/parent via HTTPS use:
     34{{{
     35[app:projects]
     36use = egg:WSGITrac#tracs
     37path = /path/to/trac/env/parent
     38secure = true
     39}}}
    3340
    3441To run 'myapp' on http://example.com/trac/something and 'thirdapp' on /trac/foobar, put into your trac.ini file: