Edgewall Software

Changes between Version 3 and Version 4 of TracOnDebian


Ignore:
Timestamp:
May 1, 2004, 3:52:48 PM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v3 v4  
    3434I then set up a trac.conf in my /etc/apache/conf.d folder like so
    3535
    36 <VirtualHost local.trac>
     36<V''''''irtualHost local.trac>
    3737    alias /trac/ "/usr/share/trac/htdocs/"
    3838    ServerAdmin youremail@yourdomain.tld
     
    4444    <Location "/cgi-bin/trac.cgi">
    4545      SetEnv TRAC_DB "/home/tim/myTrac/tracdb/mydb"
    46       Options FollowSymLinks +ExecCGI
    47       AllowOverride None
     46      Options F''''''ollowSymLinks +ExecCGI
     47      A''''''llowOverride None
    4848    </Location>
    4949</VirtualHost>