

Step 3: Next Install the repositories for OpenJDK by using the below command. Processing triggers for man-db (2.9.4-2). Get:15 bullseye/main Translation-en Ĭreating config file /etc/php/7.4/apache2/php.ini with new version Get:13 bullseye-updates/main Translation-en T-2022. Get:12 bullseye-updates/main amd64 Packages T-2022. Get:10 bullseye-updates/main Translation-en.diff/In Get:9 bullseye-updates/main amd64 Packages.diff/Ind Get:8 bullseye-updates/main Sources.diff/Index [11. Step 2: Next, update the system package by using the below command. Step 1: Check the OS Version by using the below command :~#] lsb_release -aĭescription:ĝebian GNU/Linux 11 (bullseye) In this tutorial, we will cover the installation of Apache GUI on Debian 11.3 Installation Procedure: The functionality of the Apache GUI application includes: editing, Searching, and Validating your Configurations and Manage Virtual Hosts. You may change the domain name as per your domain.To Install Apache GUI on Debian 11.3 IntroductionĪpache GUI is a free and open-source web interface tool that is developed to help Administrate the Apache Web Server. Sudo echo "hello " > /var/Then create Virtualhost configuration file and edit in editor: sudo vim /etc/apache2/sites-available/Īdd the following content in configuration file. Here we will create a Virtual host for on port 80.Ĭreate a sample index file in a directory: sudo mkdir -p /var/www/ For the tutorial, we are using sample domain “”. Let’s create the first virtual host on your Apache server. It means Apache web server has successfully installed on your Debian 10 system. You will see a default Apache page on web browser. Now access your Apache server using the server’s IP address or a domain pointed to the server IP. You can view the installed Apache version details using the following command. Here is the other commands to stop, start or restart Apache service via command line. After installation, use the following command to check the status of Apache service. Then install Apache2 HTTP server packages as below: sudo apt updateĪpache service is managed with systemctl command line.

Advertisement Install Apache on Debian 10įirst of all, Login to your Debain 10 system via SSH and update the Apt cache.
