gyozo nyari wrote:
> 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,
> 
The PythonPath is wrong, but should be harmless. Check the apache error
log for more information.

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to