Edgewall Software

Changes between Version 3 and Version 4 of Ubuntu-11.10


Ignore:
Timestamp:
Jan 7, 2012, 1:16:32 AM (12 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-11.10

    v3 v4  
    7676  WSGIScriptAlias ^/([^/]+) /var/trac/projects/$1/deploy/cgi-bin/trac.wsgi
    7777  <Directory /var/trac/projects>
    78     Options Indexes FollowSymLinks MultiViews
     78    WSGIApplicationGroup %{GLOBAL}
     79    Options Indexes +ExecCGI +SymLinksIfOwnerMatch
    7980    AllowOverride None
    8081    Order allow,deny
    8182    allow from all
    8283  </Directory>
    83 
    84    
    85 
    8684
    8785... trac unrelated stuff...
     
    9593^/([^/]+)
    9694}}}
    97  line with
     95line with
    9896{{{
    9997^/trac/([^/]+)
    10098}}}
    101 (there's just added 'trac/')
     99(there's just added 'trac/'). And make sure that /var/trac/projects is in DocumentRoot.
    102100
    103101'''reload apache configuration'''