Comment 3 for bug 1988227

Revision history for this message
Lena Voytek (lvoytek) wrote (last edit ):

The error can also be reproduced by updating javascript-common normally. Using no-change version updates in my ppa I reproduced it with the following commands

# lxc launch images:ubuntu/jammy test-apache2
# lxc exec test-apache2 bash

# apt update && apt dist-upgrade -y
# apt install software-properties-common apport apache2 javascript-common -y
# rm /etc/apache2/conf-available/javascript-common.conf /etc/apache2/conf-enabled/javascript-common.conf
# add-apt-repository ppa:lvoytek/apache2-test-update
# apt update
# apt upgrade -y