I tried a chown to make all trac and python directories owned by the user httpduser and group everyone. But this didn't help. I'd also expect to see error messages if files could not be access due to user rights.
I then did the configuration of the mod-wshi in my apache.conf from scratch as mentioned in the link you posted. I now have a much leaner configuration, but the result is the same. I found out one thing though: If I don't explicitely import trac.db.sqlite_backend in my wsgi-script, I get complaints from trac that sqlite is unknown. So I wonder: do I have to import more packages in my wsgi script? This is my new wsgi script: --- import trac.web.main import trac.db.sqlite_backend import trac.wiki.web_ui application = trac.web.main.dispatch_request --- Here is a screenshot that should explain the problem that I am facing (sorry I need to split the url, otherwise the message cannot be posted) http://img854 DOT imageshack DOT us/img854/1918/ bildschirmfoto20120128u.png -- 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.
