Hello, i have installed php FPM 8.2 modules. Then i can't access to " E-Mails" Tab in ispconfig administration. I can't go to https://5.250.176.81:8080/webmail/ to connect to my mailboxes How can i debug this please ? Thank you. Regards.
Hello, i have used this tutorial : https://www.howtoforge.com/perfect-server-debian-12-buster-apache-bind-dovecot-ispconfig-3-2/ Indeed, it's ok with port 8081. But i don't understand why i have the hourglass when i click on " email-tab" in ispconfig pannel Thank you for your help. regards.
You must have set a global alias for /mail instead of using /webmail in the apache config. Change this global alias you added back to /webmail and restart Apache.
Thank you very much, i change Alias /mail /var/www/ispconfig/mail by Alias /webmail /var/www/ispconfig/mail in /etc/apache2/sites-available/ispconfig.vhost file now it's ok, i can access to "email" tab in ispconfig pannel thank you very much. regards.