Hey guys, I have problems connecting to the ISPCONFIG interface via https after a failed "apt-get upgrade" on my squeeze box. All errors are fixed and everything runs normal, except for the ispconfig webinterface. When I connect to ip:8080/index.php it gives me: HTML: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. My apache error log: HTML: [Thu Jul 05 01:31:01 2012] [error] [client ip] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot [Thu Jul 05 01:31:01 2012] [error] [client ip] Premature end of script headers: index.php Any idea how I can fix this problem?
Seeems as if mod_php is not active or installed anymore so that suphp is used now which will not work for the ispconfig interface or suphp has added a global php settings that overrides mod_php. Check that mod_php is enabled and then check the apache suphp configuration file in /etc/apache2/mods-available/ and comment out lines that assign suphp for .php files globally. Then restart apache.