Edgewall Software

Changes between Version 17 and Version 18 of TracOnUbuntu


Ignore:
Timestamp:
May 20, 2005, 2:47:57 AM (19 years ago)
Author:
wikitastic@…
Comment:

added the a2ensite to turn on a new vhost

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v17 v18  
    158158AddHandler cgi-script .cgi
    159159}}}
    160 And there you have it.  Now you have your normal site left as before, running at www.example.com and your trac project running at trac.example.com.  Feel free to go and play with the rewrite rules to pretty it up further, but now, back to the rest of the setup.
     160
     161Then, use {{{ sudo a2ensite trac }}} and restart apache, and you're good to go.  Now you have your normal site left as before, running at www.example.com and your trac project running at trac.example.com.  Feel free to go and play with the rewrite rules to pretty it up further, but now, back to the rest of the setup.
    161162
    162163I installed my Subversion repository at {{{/var/svn/YourProjectNameHere}}}. So I did a quick starting config of subversion with the following commands: