If I add a new Apache site at /etc/apache2/sites-enabled/newsite.conf
, how to I load that new configuration without bringing down any other sites currently being hosted by Apache?
As far as I know, sudo apachectl graceful
and sudo service apache2 restart
and sudo service apache2 reload
all cause a brief outage to all sites, with the outage being shorter for reload
.