> I got the "Location" directive from this page: > http://trac-hacks.org/wiki/LdapPlugin
Definitely *not* with a file system path... Check out the differences between Directory and Location on httpd.apache.org <Location /trac/project> Means "match http(s)://server/trac/project", which is not related to a physical directory on your hard drive (as C:/something is) Check out the Trac documentation to get the equivalent of mod_python's PythonOption with mod_wsgi. 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 -~----------~----~----~----~------~----~------~--~---
