What is the difference between the ‘sites-enabled’ and ‘sites-available’ directory? [closed]
The difference is that virtual sites listed in the sites-enabled directory are served by Apache. In the sites-available directory there are the virtual sites that exist on your server, but people can’t access them because they are not enabled yet. sites-available: this directory has configuration files for Apache 2 Virtual Hosts. Virtual Hosts allow Apache 2 to … Read more