Installer un serveur web sur votre VPS (LAMP/LEMP)
14 vues · Mis à jour le 20/05/2026
Serveur web sur VPS
LAMP (Apache + MySQL + PHP)
apt update
apt install apache2 mysql-server php php-mysql php-curl php-gd php-mbstring -y
systemctl enable apache2 mysql
LEMP (Nginx + MySQL + PHP)
apt update
apt install nginx mysql-server php-fpm php-mysql -y
systemctl enable nginx mysql
Certificat SSL
apt install certbot python3-certbot-apache -y
certbot --apache -d votredomaine.ca
Cet article vous a-t-il été utile?
Articles similaires