On Friday, August 7, 2015 at 12:35:09 PM UTC-7, teter808 wrote: > > Yes, the old server has the PATH_INFO but the new one does not. I will try > to fix that. I also see that there is a version difference in the old > (1.0.1) and new (1.0.2) servers. The new server was existing and running > another instance of trac that was a sandbox. I wonder if an upgrade to > 1.0.8 will fix things. I would have to do the upgrade and learn how to do > the easy_install. >
Yeah, I would focus on the Apache configuration. The scenario you describe now of a server move is a bit different than "Trac stopped working out of the blue". There have been a number of MySQL performance improvements in 1.0.x. You also want to be sure that your storage engine is not MyISAM, but we should see an error if that was the case. http://trac.edgewall.org/ticket/12097 The MySqlDb page is worth reading: http://trac.edgewall.org/wiki/MySqlDb > I don't think I used easy_install to install it so I am not sure what to > do based on the tracupgrade wiki on the edgewall site. > Which part of the document do you find unclear? http://trac.edgewall.org/wiki/TracUpgrade#Instructions -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
