Edgewall Software

Changes between Version 47 and Version 48 of TracCgi


Ignore:
Timestamp:
Jul 21, 2010, 2:20:19 AM (14 years ago)
Author:
gavin@…
Comment:

The existing documentation is incorrect. This new alias path works.

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v47 v48  
    6868Add the following snippet to Apache configuration '''before''' the `ScriptAlias` for the CGI script, changing paths to match your deployment:
    6969{{{
    70 Alias /trac/chrome/common /path/to/trac/htdocs
     70Alias /trac/chrome/common /path/to/trac/htdocs/common
     71Alias /trac/chrome/site /path/to/trac/htdocs/site
    7172<Directory "/path/to/www/trac/htdocs">
    7273  Order allow,deny