Hello, I have upgraded my ISPConfig to 3.1, before the update the Webmail and PhpMyAdmin was working fine at https://myserver:8080/webmail/ and https://myserver:8080/phpmyadmin/. After the upgrade I got a error 500. When I try to visit PhpMyAdmin, my browser try to download a file. When I try to visit the Webmail, I got this at the error log : Caused by KeyNotFoundException in Configuration.cpp:234: Handler "application/x-httpd-suphp" not found May you help me ? Many thanks !
Hello, I found a solution for this here : https://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p4 Just edit the file : /etc/apache2/mods-available/suphp.conf Comment the lines : #<FilesMatch "\.ph(p3?|tml)$"> # SetHandler application/x-httpd-suphp #</FilesMatch> and add the line : AddType application/x-httpd-suphp .php .php3 .php4 .php5 .phtml Now all seems to be working fine !