So got hosting controller installed and running.
Filled in the information for the server in the server panel and *boom* broke the PHP (and Perl) for apache.
Because it renamed the conf files with an hc extension. So instead of php.conf had php.conf.hc and of course apache is trying to load files with .conf ending and not finding them.
Why did this happen? Because that was not very good.