INSTALLER APACHE2 SOUS LINUX (Serveur WEB)
commandes :
apt-get install apache2
créer public_html dans le dossier utilisateurs :
su “votre mdp”
création du rep :
mkdir public_html
chmod 777 public_html
activer la visibilité de public_html sur le réseau pour chaques utilisateurs
a2enmod userdir
reboot apache
/etc/init.d/apache2 restart
Ouvrir un client web
On accède de cette façon : localhost-ou-ip/~user
contact : http://brlnd-tech.fr
by Brlndtech
linux web server