On Dec 12, 3:18 pm, Michael Best <[EMAIL PROTECTED]> wrote: > yml wrote: > > Hello Steve, > > > Sometimes ago when I first try to use mod_wsgi I have written a wiki > > page there: > > *http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi > > It is a step by step procedure that I have followed to configure > > mod_wsgi. It might help you to get your application up and running > > with mod_wsgi. > > > Good luck > > I've tried my best to get this working on Linux (Centos 5), but I find > that my Apache vhost just hangs and never returns any pages. > > Any tips would be great.
Probably better to go to: http://groups.google.com/group/modwsgi and post question there as sounds more specific to mod_wsgi than Django. Ensure that you have first tried simple hello world example from mod_wsgi configuration guidelines: http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines If using daemon mode, run same example in daemon mode as well to make sure that works before even attempting to set up Django. Also look at: http://code.google.com/p/modwsgi/wiki/InstallationIssues http://code.google.com/p/modwsgi/wiki/ApplicationIssues Especially take note of shared library conflicts described in that document. Make sure you have set Apache LogLevel directive to 'debug' to capture as much log output as possible so you can provide information when requested. The official mod_wsgi/Django documentation is actually at: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango Even then, there can be more to it than that depending on how you are trying to set it up. In going to other list, make sure you provide as much information as possible, such as mod_wsgi version, Apache configuration for setting up mod_wsgi that you used, relevant messages from Apache error log from time of restart up to and including the request you made. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---