2008/12/18 Frédéric Sidler <[email protected]>: > I upgraded to 2.3 > I put the directive in apache2.conf at the end of the file like that > WSGIImportScript /home/mixint/webapps/django/mixin/_lib/deploy/mixin.wsgi > process-group=mixint application-group=%{GLOBAL} > > Apache restart without any problem, but I try to access the first page. It > always take a long time to load. It seems that it is not loaded at apache > restart, but always at web request. > > As you can see I'm using Ubuntu/Apache2/Django1/wsgi. Any other direction I > should look at ?
Post all the bits of the Apache configuration related to mod_wsgi. Use first recipe in: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Tracking_Request_and_Response to wrap Django application entry point. When request made against application, then look in Apache error logs to see what: mod_wsgi.process_group mod_wsgi.application_group are set to. If these are not the same as WSGIImportScript then your configuration isn't correct. Graham Graham 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 -~----------~----~----~----~------~----~------~--~---
