Hi,
I have been unable to get Trac 10.4 working for multiple projects as set
out in the installation instructions.
I am using Mod_Python with Apache 2.0. I have two Subversion
repositories - main and Test located in D:\SVN_Repositories. I have
created Trac projects in a directory called trac beneath both Main and
Test.
The apache entry is this:
<Location /projects>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir D:/SVN_Repositories/
PythonOption TracUriRoot /projects
PythonDebug on
</Location>
<LocationMatch "/projects/[^/]+/login">
AuthType Basic
AuthName "Trac"
AuthUserFile d:/trac/htpasswd
Require valid-user
</LocationMatch>
In IE6, when I navigate to http://localhost:8080/projects, I get the
following:
Available Projects
* Main: Error
([Errno 2] No such file or directory:
'D:\\SVN_Repositories\\Main\\VERSION')
* Test: Error
([Errno 2] No such file or directory:
'D:\\SVN_Repositories\\Test\\VERSION')
Obviously, it can't find the trac subdirectory which is where VERSION is
but how do I do this?
I have tried all kinds of variations in Location and Locationmatch but
none seem to work.
If anybody could provide me with some assistance, I would be most
grateful.
Michael Morrissey,
Database Systems Administrator,
Great Southern Ltd,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---