I installed mod_wsgic on RPi 2 following the instructions from https://wiki.archlinux.org/index.php/Mod_wsgi . The test wsgi_app.py application is called from apache but the response in the browser is:
Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
robo23
Apache/2.4.12 (Unix) mod_wsgi/4.4.8 Python/3.4.3
Any help on this would be greatly appreciated. Thanks.