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}
Thanks,
Seth
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---