Hello,
Thank you for the bug report. From your logs I see:
info: Executing deferred 'a2enconf javascript-common' for package javascript-common
ERROR: Conf javascript-common does not exist!
It seems that javascript-common may be a new dependency of some plugin for apache2, and since its not installed an error is reported. I was unable to reproduce the error with the default setup of apache2. Are there any additional modules or configuration modifications you use that may cause this?
In the meantime you may be able to fix this issue by installing javascript-common:
Hello,
Thank you for the bug report. From your logs I see:
info: Executing deferred 'a2enconf javascript-common' for package javascript-common
ERROR: Conf javascript-common does not exist!
It seems that javascript-common may be a new dependency of some plugin for apache2, and since its not installed an error is reported. I was unable to reproduce the error with the default setup of apache2. Are there any additional modules or configuration modifications you use that may cause this?
In the meantime you may be able to fix this issue by installing javascript-common:
sudo apt install javascript-common
Thanks!