> > I also had to hack trac.cgi and add
> >    import os
> >    os.environ['TRAC_ENV_PARENT_DIR'] = "d:/trac"
> > because it doesn't seem to pick up on the enviroment directive in Location

There's something weird here: if you use ModPython, changing trac.cgi
should have no effect at all, as this file is not used w/ mod
python... (and SetEnv TRAC_ENV_PARENT_DIR "d:/trac" is useless as
well).

Can you show your complete Apache configuration file to see if no
other directive collides with the section you've attached to your
email ?

Meanwhile, you can try a simpler configuration with one configuration
section per project (i.e. do not use a common "parentdir" and the like
for all your projects, define a full contained configuration section
for each Trac project)

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to