In this article, we are going to teach you how Installing zamp on Debian 11 Let’s proceed through the terminal and Linux commands so that you can use the necessary tools for testing and running the website and setting up a laboratory.
First, before starting, we will iroduce Zemp so that you can get to know more about this tool.
Iroducing zamp server
XAMPP is an open source software developed by Apache Friends. The XAMPP software package includes Apache, MariaDB, PHP, and Perl distributions and is primarily used on a desktop or laptop.
The use of ZAMP is generally used as a laboratory for website testing and is not used and is not recommended for the complete preseation of a website on the Iernet.
Note that this coe is educational coe Install and Configure XAMPP on Debian 11 It is summarized and if needed, you can refer to the releva link to see more.
How to install zamp server on Debian 11
- At first, after logging in to Debian and opening the Shell environme, eer the following command to update the Debian repositories once.
sudo apt update
- After eering the above command and completing the steps, download the zamp package on your Debian using the following command.
wget https://www.apachefriends.org/xampp-files/8.1.4/xampp-linux-x64-8.1.4-1-installer.run
Note: If after eering the above command with an error command not found Eer the following command to install wget on your system.
sudo apt install wget –y
- After fully downloading the zamp package on your operating system, eer the following command and give the file executable access to the downloaded file.
sudo chmod 755 xampp-linux-x64-8.1.4-1-installer.run
- Then eer the following command to start installing zemp server.
sudo ./xampp-linux-x64-8.1.4-1-installer.run
After the above steps are finished, the zamp server is installed on your Debian 11 and now we will set it up through the coinuation of the tutorial.
Settings and configuration of zamp server on Debian 11
- First, open the zamp settings file by eering the following command.
sudo vi /opt/lampp/etc/extra/httpd-xampp.conf
According to the code snippet below, go to the PHPmyadmin section and the option require all graed Remove from the comme mode to open your access to the phpmyadmin section.
AllowOverride AuthConfig Limit
Require all graed
ErrorDocume 403 /error/XAMPP_FORBIDDEN.html.var
After setting the above, save the file and exit. To exit, you must eer the ESC button from the keyboard once and then:wq Type and press eer.
- Now, restart the zemp server by eering the following command.
/opt/lampp/lampp restart
Now, after restarting the zamp server, open a browser and eer your Debian 11 IP address so that the start page of the zamp server opens on your browser.
If you have completed the steps correctly from the beginning, you should see an image similar to the image below.
Also, if you need to access phpMyAdmin, just add /phpmyadmin to your IP address in the browser to open phpMyAdmin for you.
Also, if you need this tool on Ubuu, you can go to the link Install XAMPP on Ubuu 22.04 refer to
Summary
In this article, an attempt was made to discuss how to install ZAMP on Debian 11 in a very complete and at the same time fast way. At first, we iroduced Zemp server and then we served you dear users from the most basic commands to the end of the ZEP installation path. As meioned at the beginning of the article, this coe is taken from the site orcacore and you can also view and study other educational coe in this field by referring to this site.
Hopefully at the end of the article How to install zamp server on Debian 11 Get the necessary use.



