Quote:
Originally Posted by quentusrex
TracError: The user www-data requires read _and_ write permission to the database file /var/clients/client1/web1/trac/testproject/db/trac.db and the directory it is located in.
Should I change the ownership of these files to www-data???
|
Either that or make it world redable.
Another solution might be to use python as cgi (if thats possible) instead of mod_python together with suexec so the file can be owned by the web user and nobody else needs permissions to this file.