On Jul 2, 11:51 pm, Graham Dumpleton <[email protected]> wrote:
> > $ /etc/init.d/apache reload > > Syntax error on line 5 of /etc/apache2/sites-enabled/example.com: > > Name duplicates previous WSGI daemon definition. > > failed! > > Which means that you must have multiple WSGIDaemonProcess directives > for same name in your Apache configuration file. That or if using > include to include your snippet, you are including it twice somehow. > Either way, a WSGIDaemonProcess for same name is being seen twice. Ahh, I had two symlinks in my /etc/apache2/sites-enabled directory, a 000-default one and an example.com one. I've ditched the latter and now it's working :-) Thanks for helping me to realise this mistake, and for the other tips too. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
