> -----Original Message----- > From: [email protected] On Behalf Of Roberto Lima > Sent: 03 July 2011 17:52 > To: [email protected] > Subject: [Trac] Couldn't create child (apache) > > Hi everybody, > > I'm transferring to another machine running windows and now > my apache says it's impossible to load the trac. SVN is > currently ok, only Trac is giving these errors: > > [Wed Jun 29 10:26:36 2011] [error] [client 192.168.10.238] > couldn't spawn child process: deploy_trac.cgi > > I'm using apache 2.2 with mod_python.
Please don't, mod_python is officially dead! Read up on mod_wsgi [1], [2] and rewrite your apache conf to use that instead. [1] http://trac.edgewall.org/wiki/TracModWSGI [2] http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac > Thanks for any help. I hope those pages help. If you are still having problems, feel free to ask again. Posting the relevant parts of your apache conf is also helpful in working out what is wrong... However, a common problem is making sure that the apache user has the right access rights to the relevant directories (although less of a problem on windoze than *nix). ~ mark c -- 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.
