The error occurs when a WSGIDaemonProcess directive with the same name, e.g.: 'mumble-django' in:
WSGIDaemonProcess mumble-django threads=25 appears more than once. If you are confident that only appears in one file and only once, then likely your Apache config is somehow screwed up such that you are including that file more than once. Graham On 06/08/2013, at 10:33 AM, Artie D <[email protected]> wrote: > how do i track down this issue with apache and wsgi? "Name duplicates > previous WSGI daemon definition"..... service --status-all doesnt show > mumble-django (the process that is failing i believe) running... just > mumble-server > > i cant find another process running, but I am new to linux so who knows > > Here is what my host file looks like in apache > > https://privatepaste.com/56e831e712 > > BTW, when running > > "apt-get install mumble-django" > > mumble-django was pushed into /usr/share/ instead of /srv/ as your > instructions seemed to intend. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
