Changes between Version 1 and Version 2 of TracCgi
- Timestamp:
 - Jul 16, 2011, 1:00:36 PM (14 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
TracCgi
v1 v2 68 68 Add the following snippet to Apache configuration '''before''' the `ScriptAlias` for the CGI script, changing paths to match your deployment: 69 69 {{{ 70 Alias /trac/chrome/common /path/to/trac/htdocs 70 Alias /trac/chrome/common /path/to/trac/htdocs/common 71 Alias /trac/chrome/site /path/to/trac/htdocs/site 71 72 <Directory "/path/to/www/trac/htdocs"> 72 73 Order allow,deny 73 74 Allow from all 74 75 </Directory> 76 }}} 77 78 If using mod_python, you might want to add this too (otherwise, the alias will be ignored): 79 {{{ 80 <Location "/trac/chrome/common/"> 81 SetHandler None 82 </Location> 75 83 }}} 76 84  
![(please configure the [header_logo] section in trac.ini)](/ceasy/chrome/site/your_project_logo.png)