2008/9/30 Van Gale <[EMAIL PROTECTED]>: > > Graham Dumpleton wrote: >> Also, tracker_home probably should be an absolute path. I think that >> example in their documentation assumes you are running in parent >> directory of where stuff installed. That will not be the case with >> Apache/mod_wsgi. > > Thanks for the quick answer Graham. I had looked at the roundup > sourceforge page and had tried dropping the last two lines and was met > with dead silence :) I was hoping someone had already worked this out > before I dig into how WSGI works... or maybe I'll just find another > issue tracker. First I'll try making tracker_home an absolute path, so > thanks for that hint!
Just make sure mod_wsgi is working first by following instructions in: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide The just substitute out hello world script with that snippet. Provided that hello world example worked, when replaced with roundup example, you should at least get errors in Apache error log if something wrong with it when you make a request against it. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
