I've just recently installed Trac, and are having some issues
I can create the environment, and everything seems to work fine.
Using tracd, there is no problem at all.

But when I try to use mod_python on Apache, I get
Available Projects
myproject: Error
(unsupported file format)

[Fri Apr 07 18:55:33 2006] [error] [client 10.0.0.94] PythonHandler
trac.web.modpython_frontend: OperationalError: unsupported file format,
referer: http://10.0.0.3

The <VirtualHost> in apache looks like this
<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    ServerName trac.localdomain
    <Location />
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnvParentDir /home/www/projects/trac
        PythonOption TracUriRoot /
    </Location>
    ErrorLog /home/www/logs/trac.error.log
    CustomLog /home/www/logs/trac.access.log combined
</VirtualHost>

Using subversion 1.3.0
sqlite 3.3.4
Apache 2.0.54
mod_python 3.1.4
Python 2.4.1
Trac 0.9.4
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to