Edgewall Software

Changes between Version 45 and Version 46 of TracMultipleProjects


Ignore:
Timestamp:
Apr 2, 2005, 9:13:56 PM (19 years ago)
Author:
JoachimNilsson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v45 v46  
    117117}}}
    118118
    119 But here comes the magic. For each directory found in {{{/var/lib/trac/}}}, we create the appropriate {{{<Location>}}} section in the Apache configuration, using an automated Perl loop(mod_perl is required) :
     119But here comes the magic. For each directory found in {{{/var/lib/trac/}}}, we create the appropriate {{{<Location>}}} section in the Apache configuration, using an automated Perl loop(mod_perl is required). Paste in the following right after the {{{<Directory>}}} section in you Apache config file:
    120120
    121121{{{
     
    164164   }}}
    165165
    166 For the project listing, we will create another Perl script which will do basically the same as in the Apache configuration :
     166For the project listing, we create another Perl script which will basically do the same as in the static Apache configuration above. Cut and paste the following into /var/www/projects/index.cgi:
    167167
    168168{{{