Graham, Apparently I had a <VirtualHost X.X.X.X:80> and <VirtualHost X.X.X.X: 443> (for SSL) that were both trying to pull the file.
Thanks, Seth On Oct 5, 2:50 am, Graham Dumpleton <[email protected]> wrote: > 2009/10/5 Seth <[email protected]>: > > > > > > > I am running a server with multiple virtual hosts and want to put a > > couple of my TurboGears applications in mod_wsgi daemon mode (in > > separate vhosts). > > > Unfortunately, I am getting the error: Name duplicates previous WSGI > > daemon definition. > > > Is it not allowed to run multiple WSGI applications in different > > daemons? I have the following configuration: > > > WSGIDaemonProcess site1 processes=2 threads=10 display-name=site-1 > > WSGIProcessGroup site1 > > WSGIApplicationGroup %{GLOBAL} > > > and > > > WSGIDaemonProcess site2 processes=2 threads=10 display-name=site-2 > > WSGIProcessGroup site2 > > WSGIApplicationGroup %{GLOBAL} > > That can be done. > > When this has arisen before, it is because Apache configuration was > wrongly including snippet files twice. > > Double check all 'Include' directives anywhere in Apache configuration > and make sure they don't end up including same file more than once. > > 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 -~----------~----~----~----~------~----~------~--~---
