Hey there I have set up a local server, Debian 8 and ISPConfig 3, and currently testing django deployment. Followed this tutorial to learn how, and everything is a-okay up until i try visiting the site. Then i get the message ERROR 500 - Internal Server. There is no error message in /var/log/ispconfig/httpd/testsite.local/error.log This all there is in /var/log/apache2/error.og Code: [Wed Jan 24 10:57:07.054911 2018] [wsgi:warn] [pid 18269] mod_wsgi: Compiled for Python/3.4.2rc1+. [Wed Jan 24 10:57:07.054915 2018] [wsgi:warn] [pid 18269] mod_wsgi: Runtime using Python/3.4.2. [Wed Jan 24 10:57:07.057350 2018] [mpm_prefork:notice] [pid 18269] AH00163: Apache/2.4.10 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 Phusion_Passenger/4.0.53 OpenSSL/1.0.1t mod_wsgi/4.3.0 Python/3.4.2 configured -- resuming normal operations I've seen that it may be a file permission error, but i uploaded the files as the FTP user configured for the site, and all file permissions are for that user. Don't know where else to look. Any ideas?