Report this

What is the reason for this report?

How To Install Webmin on Ubuntu 18.04

Posted on March 25, 2020
KFSys

By KFSys

System Administrator

Hi all,

recently we got a feedback related to How To Install Webmin on Ubuntu 18.04

It seems people where getting the following error when they tried to secure their websites with Let’s Encrypt

sudo a2ensite example.net
ERROR: Site example.net does not exist!


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
0

Accepted Answer

The above was an issue reported by @mifu7913.

It seems like you didn’t create an Apache Vhost file or the name of the configuration file is different.

  • To create a vhost after apache has been installed I’ll recommend checking the following article

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04#step-4-—-setting-up-virtual-hosts-(recommended)

It’s already added to the intial tutorial but in case you missed it, please do check it out.

  • Chaning the name of the configuration file
mv /etc/apache2/sites-available/your_domain.conf /etc/apache2/sites-available/NewName.conf

Please be sure to change the your_domain.conf and NewName.conf with the real values.

Regards, KDSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.