10765 shaares
18 résultats
taggé
apache
LAMP is a short name that stands for Linux, Apache, MySQL and PHP. Developers need a combination of these open source software to do developments on their local machines before their websites go live. This tutorial explains how to install LAMP Stack (Apache MySQL and PHP) in a Linux operating system computer. Apache is a web server, MySQL is for database while PHP is the language used for programming.
Lire aussi les commentaires
sudo apt-get install lamp-server^ -y
Alternative au serveur Web Apache
.htaccess rewrite examples and tips