Edgewall Software

Changes between Version 2 and Version 3 of TracOnMandriva


Ignore:
Timestamp:
Jan 3, 2006, 3:02:22 PM (18 years ago)
Author:
kariem
Comment:

trac-cgi

Legend:

Unmodified
Added
Removed
Modified
  • TracOnMandriva

    v2 v3  
    1212
    1313# AUTH : file to use for authentication
    14 # format :  project,digestfile,realm
     14# format :  project,digestfile,realm
    1515AUTH="project1,/path/to/project1.htdigest,project1 --auth project2,/path/to/project2.htdigest,project2 --auth project3,/path/to/project3.htdigest,project"
    1616
     
    2929
    3030Remember to '''service tracd restart''' your Trac-Server, this must run without errors (of course!).
     31
     32
     33== trac-cgi with Mandriva Linux 10.2 LE 2005 ==
     34
     35The alternative to the trac standalone installation above is to install trac as CGI (as described in TracCgi). For Mandriva, this frontend is also available, the package name is trac-cgi. For the installation type the following as privileged user:
     36
     37{{{
     38# urpmi trac-cgi
     39}}}
     40
     41This should install the necessary components, which is in fact only a separate configuration for apache (`trac.conf` in the apache webapps directory) and the `trac.cgi` itself to `/var/www/cgi-bin`.
     42
     43In addition the apache configuration is reloaded.
     44
     45After creating your project environment (see TracInstall) you will need to customize the `trac.conf` to fit your needs.