Ciao, sto cercando di installare Discourse sul mio V-Server, ma il problema è che la porta 80 è occupata.
E se provo ad eseguire l’installer, si interrompe con questo messaggio:
La porta 80 sembra essere già in uso.
Questo comando ti mostrerà quale processo sta utilizzando la porta 80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
apache2 6045 root 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6050 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6051 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6052 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6053 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6054 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6055 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
apache2 6619 www-data 4u IPv6 573533480 0t0 TCP *:http (LISTEN)
Se stai cercando di eseguire Discourse contemporaneamente a un altro server
web come Apache o nginx, dovrai associarlo a una porta diversa.
Consulta https://meta.discourse.org/t/17247
Se stai riconfigurando un'istanza di Discourse già configurata, usa
./launcher stop app
per fermare Discourse prima di riconfigurarla e riprovare.
E non ho un file app.yml per modificare la porta.
Scusa per il mio inglese, sono della Germania.
- Lars Jänsch