It's likely in your vhost conf file that you've got the same daemon process already defined somewhere.
WSGIDaemonProcess twig processes=10 threads=3 display-name=%{GROUP}
Ensure that "twig" part is UNIQUE by renaming it to something more project specific.