On Thu, 2006-06-15 at 11:31 -0400, [EMAIL PROTECTED] wrote: > My permissions were already set to 0755, and the owner of the entire > project directory is apache. I am not sure which file you are > referring to. If you mean the VERSION file, there isn't one in > the /srv/trac/ directory.
Then /srv/trac is not a Trac project. You need to create a Trac project and set TRAC_ENV to its location: http://projects.edgewall.com/trac/wiki/TracInstall#CreatingaProjectEnvironment > >Check your permissions, I had the same issue and had to do chmod 0775 on > >that file. Also make sure the owner is the www-data user or whatever you > >run apache under. > > > >Christian > > > >-----Original Message----- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] On Behalf Of > >[EMAIL PROTECTED] > >Sent: Thursday, June 15, 2006 9:27 AM > >To: [email protected] > >Subject: [Trac] install problems > > > >Hi, > > > >I have followed the instructions on the "TracOnFedoraCore" page, but I > >get errors when I try to get it up and running. When I test it with the > >stand alone server (tracd) it works nicely. However, when I try to > >access it through Apache, I get the following error: ...snip... > >IOError: [Errno 2] No such file or directory: '/srv/trac/VERSION' > > > > > >I installed using yum, so all dependencies and everything should be in > >place. I have added the line to load the mod_python module in the > >Apache configuration file (httpd.conf) > > > >My trac.conf file looks like this: > > > ><LocationMatch /cgi-bin/trac\.f?cgi> > > SetEnv TRAC_ENV /srv/trac > ></LocationMatch> > ><IfModule mod_python.c> > ><Location /434CanadaInc> > > SetHandler mod_python > > PythonHandler trac.web.modpython_frontend > > PythonOption TracEnv /srv/trac > > PythonOption TracUriRoot /434CanadaInc > > PythonPath "sys.path + ['/opt/trac']" > ></Location> > ></IfModule> > > > > > >Any help here would be greatly appreciated. > > > >Thanks. > >_______________________________________________ > >Trac mailing list > >[email protected] > >http://lists.edgewall.com/mailman/listinfo/trac > >_______________________________________________ > >Trac mailing list > >[email protected] > >http://lists.edgewall.com/mailman/listinfo/trac > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
