After update to ISP Config 3.0.5.2 I can't access my control panel, I just get a white page. I get the same problem when I try to install ISP Config 3.0.5.2 on a new server. The server has Debian 6, Apache 2.2, PHP 5.4 and MySql 5.5.
Take a look at the apache error.log. Did you follow the perfect server guide exactly to prepare your server for ispconfig?
check the sym link into /etc/httpd/conf/sites-enabled/, during my update the 000-ispconfig.vhost are not link with /etc/httpd/conf/sites-available/ispconfig.vhost, then I have: # rm /etc/httpd/conf/sites-enabled/ispconfig.vhost # ln -s /etc/httpd/conf/sites-available/ispconfig.vhost /etc/httpd/conf/sites-enabled/000-ispconfig.vhost and restart httpd
It works now, don't know what was wrong but now I can access the control panel. All though before with ISP Config 3.0.4.6 I could access it on: myip/ispconfig Now with 3.0.5.2 what doesn't work so I have to use: myip:8080
Yes, thats intended as access trough ip/ispconfig is insecure and we had o block that for security reasons.