• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

nginx startet nicht.. ? Plesk Ubuntu 18.04

Mutti

Member
Hallo,

NGINX startet leider nicht und ist in Plesk in den Domaineinstellungen nicht sichtbar.

Logfile
Code:
2019/12/11 12:27:16 [emerg] 10471#0: bind() to [2a01:488:66:1000:5c33:a296:0:1]:80 failed (99: Cannot assign requested address)

In Plesk Komponeneten ist er aufgeführt.

nginx 1.16.1.3-ubuntu18.04.19111814

Danke voraus.
 
In der Konsole gibt es noch die Ausgabe

Code:
# sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Danke voraus.
 
2019/12/11 12:27:16 [emerg] 10471#0: bind() to [2a01:488:66:1000:5c33:a296:0:1]:80 failed (99: Cannot assign requested address)

Der Fehler ist doch eindeutig. Da läuft bereits ein Prozess, der den Port 80 belegt.
Bash:
 netstat -tlpn | grep 80

Möglicherweise läuft der Apache bereits auf dem Port 80.
 
Back
Top