Administration… Apache Toolcase 28 Nov 202129 Dec 2022 Install Install apache2 via APT sudo apt install apache2 Manage Apache service You can view status, start, stop and restart the service: sudo service apache2 status sudo service apache2 start…
Administration… Apache virtual hosts example 28 Nov 202128 Nov 2021 Overview To setup virtual hosts on Apache the standard procedure is the following: First, create the directories of the document root for each siteIn the directory /etc/apache2/sites-available, create a configuration…