Edgewall Software

Changes between Version 64 and Version 65 of TracMultipleProjects


Ignore:
Timestamp:
Oct 18, 2005, 11:07:39 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v64 v65  
    264264'''User Contribution (using fastcgi)''':[[BR]]
    265265 * Create a project directory and put your environments in it
    266  * Add "ScriptAlias /projects /var/www/localhost/cgi-bin/trac.fcgi"
    267  * Add "FastCgiConfig -initial-env TRAC_ENV_PARENT_DIR=/var/www/localhost/htdocs/trac/projects/"
     266 * Add to your httpd.conf
     267{{{
     268    ScriptAlias /projects /var/www/localhost/cgi-bin/trac.fcgi
     269    FastCgiConfig -initial-env TRAC_ENV_PARENT_DIR=/var/www/localhost/htdocs/trac/projects/
     270}}}
    268271 * Add the <Location "/projects/projectname/login"> directive as mentioned above for each project (I have two Location directives for each project, one for /projects/projectname/login and one for /cgi-bin/trac.fcgi/projectname/login)
    269272 * Add the following mod_rewrite rules: