Hi!
I've just installed an Ubuntu server, set up svn, then trac.
Everything seems working, but when I click on "Login", I receive: 500
Internal Server Error
Yes, I've checked the wiki/TracCgi#AddingAuthentication, and my apache
config contains :
<Location /trac>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /var/www/trac
PythonOption TracUriRoot /trac
PythonPath "sys.path + ['/var/www/trac']"
</Location>
What should I do? I've tried this config without PythonPath also.
Thanks,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---