Explorați Cărți electronice
Categorii
Explorați Cărți audio
Categorii
Explorați Reviste
Categorii
Explorați Documente
Categorii
sudo apt-get update -y #using the -y option will automatically accept the conditions of the
source update
sudo apt-get install apache2 -y #install apache
sudo systemctl start apache2.service #start apache
sudo sh -c "apt-get update -y; apt-get install apache2 -y; systemctl start apache2.service"
Verify that Apache was installed without errors by accessing it from your local browser. Enter
Verifica daca Apache a fost instalat fara erori accesandul din browser: http://localhost/
sau: hostname -l pentru a obtine adresa ip al serverului http://SERVER_IP/.
sudo /usr/bin/mysql_secure_installation