Hello !
aaPanel works very well and simplifies the administration of several websites.
I love this product ;-)
I found a small bug with an installation on apache and with a domain that contains a hyphen(dash) in the domain name
when I add a new site, the site installs very well and everything works well.
On the other hand when I activate the SSL, there is an error in the apache conf and it goes wrong.
Looking at the conf, it's as if he adds a carriage return at the dash on the line.
Example domain : test-test.com
<VirtualHost *:443>
ServerAdmin webmaster@example.com
DocumentRoot "/home/wwwww/wwwwroot/test-test.com/"
ServerName SSL.test-test.com
ServerAlias www.test-test.com test-test.com
#errorDocument 404 /404.html
ErrorLog "/wwww/wwwlogs/test-test.com-error_log"
CustomLog "/wwww/wwwlogs/test
-test.com-access_log" combined
this only appears with domain that have a dash character.
aaPanel 6.8.7
Apache 2.4.46
Have a nice day!
F