-On [20071218 19:51], João Macaíba ([EMAIL PROTECTED]) wrote: > File > "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_authz.py", > line 76, in __init__ >MissingSectionHeaderError: File contains no section headers. >file: /opt/trac_projects/.trac.htpasswd, line: 1 > >Any ideas about this 'MissingSectionHeaderError' ?
I think it is expecting a SVN authz file and not a htpasswd. Perhaps you have this in trac's trac.ini set? [trac] authz_file = authz_module_name = On my FreeBSD system I have no problems whatsoever using your Apache's config lines. But looking at svn_authz.py being the one to complain, I think that's where it goes wrong. >I'm using 'Trac 0.10.4 on a FreeBSD system. And yet you are using /opt on a BSD system? Ick. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ In every stone sleeps a crystal... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
