Sunday, January 8, 2012

Apache: Syntax error on line 33 of <conf_file>: Name duplicates previous WSGI daemon definition.

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.

Source

No comments:

Post a Comment

Leave your thoughts ...

---
If you are having trouble with copy/pasting in comments, you need to sign in or click 'Preview'.

For more information about this Firefox bug, see here.