Hi,
on a VM, that I have not yet put into production, I did the upgrade by using the git stable channel
I've seen that i-MSCP now uses a different port for the admin panel and uses ngix as webserver
It 'a great choice to use a separate web server for administration panel and another for the actual hosting sites, however, in my case, involves a problem.
I have configured the I-MSCP using SSL and now after the update works on port 4443, I have created a generic certificate using StartSSL. I have created the redirects for web services such as webmail, ftp, mysql.
Now I think that those who have used the webmail on the VM that I have in production, he saved that address in your browser's favorites and if I did the update on these servers could create problems for users because they can no longer find the address of the webmail
The redirect is set to this simple work
http://webmail.example.com ---> https://my_imscp_url/webmail
In doing so I can use a single certificate for all areas that require secure access
With the new configuration of I-MSCP I can also use a single certificate but all the addresses have changed because they use a different port
The cost of a multi-domain certificate is high but still not solve the problem.
IMHO the solution that may be the best and that does not create too much inconvenience to users, would be to manage I-MSCP using ngix and other services using apache
Example:
I-MSCP Control Panel: https://my_imscp_url:4443 (ngix)
Default site on I-MSCP: http://my_imscp_url (apache)
Webmail: https://my_imscp_url/webmail (apache)
What do you think about?
Thank you very much
Sorry for my bad english