Trying to get Pyramid running under Apache + mod_wsgi but it's failing
问题 I've got Apache2 running with mod_wsgi installed. I've confirmed that mod_wsgi actually works by following this. The problem comes when I try to get Pyramid running. I get an Internal Server Error and my Apache error log contains the exception: AssertionError: The EvalException middleware is not usable in a multi-process environment Here's my VHost: <VirtualHost *:80> ServerName pyramidtest.dev DocumentRoot /srv/pyramidtest.dev/www/ AssignUserID pyramidtest nogroup WSGIScriptAlias / /srv