The path (I think this is what you are asking for) is
/opt/tracdb/journal

There are records in my Apache httpd.conf file like:

<Directory "/usr/share/trac/htdocs">
  Options Indexes MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>

<Location "/cgi-bin/trac.cgi">
  SetEnv TRAC_ENV /opt/tracdb/journal
</Location>

<Location "/cgi-bin/trac.cgi/login">
  AuthType Basic
  AuthName "trac"
  AuthUserFile /etc/httpd/conf/trac.htpasswd
  Require valid-user
</Location>

What other config information is relevant?

Do you need my trac.ini?


Regards
Marty


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to