Edgewall Software

Changes between Version 59 and Version 60 of TracOnDebian


Ignore:
Timestamp:
May 18, 2005, 6:49:00 AM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v59 v60  
    121121{{{
    122122Alias /trac "/usr/share/trac/htdocs"
    123 ScriptAlias /cgi-bin/ /usr/share/trac/cgi-bin/
    124 <Location "/cgi-bin/trac.cgi">
     123ScriptAlias /proj /usr/share/trac/cgi-bin/trac.cgi
     124<Location "/proj">
    125125 SetEnv TRAC_ENV "/var/trac/project"
    126126</Location>
     
    148148apache2 -k restart
    149149}}}
    150    Finally, test by going to !http://servername.foo.com/cgi-bin/trac.cgi
     150   Finally, test by going to !http://servername.foo.com/proj/
    151151
    152152On my installation, I do get some errors ("Python C API version mismatch for module ''blah''") when I run trac-admin at the commandline. Apache also logs similar errors. This is probably because I didn't upgrade to Python2.2 until ''after'' I installed Trac. Hopefully these errors will be avoided by upgradng Python first (as I have advised above), but in any case they don't seem to hurt Trac at all. Everything (except email notifications which I don't need anyway) works perfectly!