Hello,
i just updated to froxlor 2.1.0-1 and ran into the same problem. The subdomain, I had configured to use for my froxlor frontend only shows:
Domain not configured
This domain requires configuration via the froxlor server management panel, as it is currently not assigned to any customer.
But it worked before for many versions...
And the hostname in my system settings is correct, so unfortunately the solution for cscholz does not work for me...
The sub domain is pointing to /var/www/html/froxlor and there should be the froxlor installation also? It works, when I use http://IP/froxlor
Any other ideas, why the configured subdomain does not work any more?
--- here the corresponding vhost (anonymised)
# 34_froxlor_normal_vhost_fl.DOMAIN.conf
# Created 07.10.2023 13:45
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
# Domain ID: 29 - CustomerID: 1 - CustomerLogin: NAME
<VirtualHost IP-ADRESS:80>
ServerName fl.DOMAIN
ServerAdmin Michael@DOMAIN
DocumentRoot "/var/www/html/froxlor"
php_admin_value sendmail_path "/usr/sbin/sendmail -t -f Michael@DOMAIN"
php_admin_value open_basedir "/var/www/html/fl:/tmp"
Alias /webalizer "/var/customers/webs/NAME/webalizer"
LogLevel warn
ErrorLog "/var/customers/logs/NAME-error.log"
CustomLog "/var/customers/logs/NAME-access.log" combined
</VirtualHost>