Ah, okay.. the problem is, I am using SSL for this domain... and so my Apache Directives are placed twice in the vhost file..
Because of this the following line is also duplicated:
Code:
WSGIDaemonProcess myDaemon threads=15 maximum-requests=10000
And that's the problem...
Is there anything I can do to fix this?