Ciao,
ho ricevuto questo errore:
Error response from daemon: driver failed programming external connectivity on endpoint app (2cf9494e875c2910beaf80edc21a16c997aba51b23504f26bd58e381b167f45f): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
Error: failed to start containers: app
Qualcuno sa come risolvere il problema?
Falco
(Falco)
23 Febbraio 2020, 6:40pm
2
Stai cercando di installare Discourse su un server già utilizzato per altre applicazioni?
Discourse si lega alle porte web predefinite, quindi ti consiglio di utilizzare un nuovo server dedicato a Discourse.
Cosa intendi per server nuovo di zecca?
Remah
(Just another happy Discourse user)
23 Febbraio 2020, 6:41pm
4
Potresti cercare quell’errore, ovvero che la porta è già in uso.
Quindi non stai seguendo il metodo di installazione ufficiale discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub
E probabilmente ti serve questo argomento:
@pfaffman edited this heavily 2022.02.24. Blame me if it’s broken.
If you want to run other websites on the same machine as Discourse, you need to set up an extra NGINX or HAProxy proxy in front of the Docker container.
NOTE: This is for advanced admins
This guide assumes you already have Discourse working - if you don’t, it may be hard to tell whether or not the configuration is working.
You cannot use ./discourse-setup to set up Discourse if another server is using port 80 or 443. You will…
Ho seguito il metodo di installazione ufficiale
C’è un modo per cambiare le porte? Se sì, come e in cosa dovrei cambiarle?
Dice che la pagina non è valida o è privata
Remah
(Just another happy Discourse user)
23 Febbraio 2020, 6:47pm
8
Ho preso questo link da Google: eseguire altri siti Web sulla stessa macchina di Discourse:
@pfaffman edited this heavily 2022.02.24. Blame me if it’s broken.
If you want to run other websites on the same machine as Discourse, you need to set up an extra NGINX or HAProxy proxy in front of the Docker container.
NOTE: This is for advanced admins
This guide assumes you already have Discourse working - if you don’t, it may be hard to tell whether or not the configuration is working.
You cannot use ./discourse-setup to set up Discourse if another server is using port 80 or 443. You will…
Anche io ricevo questo errore
nginx: [emerg] BIO_new_file(“/var/discourse/shared/standalone/ssl/ssl.crt”) fallito (SSL: error:02001002:system library:fopen:No such file or directory:fopen(‘/var/discourse/shared/standalone/ssl/ssl.crt’,‘r’) error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: test del file di configurazione /etc/nginx/nginx.conf fallito
Ho notato che tutta la cartella ssl è vuota, come posso risolvere?
Inoltre, è arrivato anche questo:
nginx: [avviso] la direttiva “ssl” è deprecata, usa invece la direttiva “listen … ssl” in /etc/nginx/sites-enabled/discourse.conf:12
Falco
(Falco)
23 Febbraio 2020, 7:15pm
12
Se le porte del tuo server sono bloccate, non sarà nemmeno in grado di generare certificati.
Si tratta di un droplet di Digital Ocean? Consiglio di crearne uno nuovo con Ubuntu 18.04.
Non ho Digital Ocean installato
pfaffman
(Jay Pfaffman)
24 Febbraio 2020, 1:25pm
14
Dove si trova questo server?
Si consiglia di reinstallare il sistema operativo con un’installazione pulita e di assicurarsi che non siano installati server web (Apache o Nginx).
danb35
(Dan)
24 Febbraio 2020, 1:56pm
15
Se avessi seguito quel metodo, non avresti ottenuto quell’errore. Dove si trova il tuo server (o VPS) e quale sistema operativo (e versione) hai installato? Cosa altro hai installato su quel server?