Edgewall Software

Changes between Version 60 and Version 61 of TracModPython


Ignore:
Timestamp:
Feb 23, 2006, 7:40:08 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v60 v61  
    104104}}}
    105105
     106If your images and CSS are not applying properly add this within the !VirtualHost directives
     107{{{
     108    Alias /trac /usr/share/trac/htdocs
     109    <LocationMatch /trac/>
     110        SetHandler None
     111    </LocationMatch>
     112}}}
     113
    106114For a virtual host that supports multiple projects replace 'TracEnv' /var/trac/myproject with 'TracEnvParentDir' /var/trac/
    107115