I need enable php5 mod in apache
if I do:
a2enmod php5
I have this error
Warning: The Exception Writer `iMSCP_Exception_Writer_Browser` was unable to write the following message: `Unable to open the configuration file `/etc/imscp/imscp.conf` - at line: 194 in file: /var/www/imscp/gui/library/iMSCP/Config/Handler/File.php` Reason: Unable to find the message.tpl template file - at line: 550 in file: /var/www/imscp/gui/library/iMSCP/pTemplate.php in /var/www/imscp/gui/library/iMSCP/Exception/Handler.php on line 320
Then
a2dismod php5
it work fine. What I can do????