Error installing Apache with the SSL procedure

Hello,
I’m trying to install SSL cert. according https://xibo.org.uk/docs/setup/xibo-with-docker-ubuntu-16-04 specially at Apache2 installation
Now protect that Container with an Apache server and a LetsEncrypt SSL certificate:

apt-get install apache2
a2enmod proxy
a2enmod proxy_http

I’m getting this error

Edit the default apache config file to create a reverse proxy to our container:

nano /etc/apache2/sites-available/000-default.conf
```  I cant pass this since the cnf file is not there.

Please any hints ?

According to your screenshot, the operation is being Aborted, which is why the file is not there.

Can you try running apt-get install apache2 on its own and confirm what happens please?

Many Thanks.

DanBW,

That did the trick !!

I’m a linux newbie.

Thanks very much for your kind support.

CF

That’s great news, glad to hear you can proceed with the setup.

Many Thanks.