LAMP a Ubuntu 16.04
La revisió el 21:36, 22 maig 2017 per Ismael.bautista (discussió | contribucions)
LAMP es com s'anomena en Linux el que comunament coneixem com XAMPP als sistemes operatius Windows. Aquest es un acrònim de LinuxApacheMysqlPhp
Instal·lem Apache2
#apt-get update #apt-get install -y apache2
Comprovem que tot s'ha configurat correctament amb
#apache2ctl configtest
Si després surt aquest error no os preocupeu, nomès heu d'afegir la línea que afegiré a continuació de l'error a l'arxiu /etc/apache2/apache2.conf
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message Syntax OK
#nano /etc/apache2/apache2.conf ServerName la.vostre.ip.o.FQDN
Reiniciem apache2 rere el canvi i no apareixerà més l'error
service apache2 restart
Ara podem accedir a la nostre web desde
http://la.teva.ip