Hi I am trying to setup postgresql and apache mod_python modules of trac .( Fedora 5 )
I set up postgresql and was able to access using the tracd --port 8000 command . The initenv was set up as /var/lib/pgsql/data/initenv When I try to access this project from the browser http://<ip>/projects/trac I get the following error : IOError: [Errno 13] Permission denied: '/var/lib/pgsql/data/initenv/ VERSION' Assuming this to be a case of permission problems I did a chown and chgrp of the directory. I did chown -R apache /var/lib/pgsql/data and chgrp -R apache /var/lib/ pgsql/data I verified that the httpd service is indeed running as apache ( ps aux | grep httpd ) I did a restart of the httpd and the postgres services and still the same error continues Any help would be appreciated Thanks Regards Hari --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
