site enable and disable in apache ubuntu

$ sudo a2ensite domain.conf
$ sudo a2dissite domain.conf
$ sudo  systemctl reload apache2

Enable the site

Enable the site as follows:

sudo a2ensite domain1.com

Disable the site

$ sudo a2dissite domain.conf

The output of the command is as follows:

Site domain1.com installed; run /etc/init.d/apache2 reload to enable.

Run the recommended command:

sudo /etc/init.d/apache2 reload
sudo systemctl restart apache2.service

Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe to get the latest posts sent to your email.



Leave a Reply

Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe now to keep reading and get access to the full archive.

Continue reading