Mam problem z nginx. Próbowałem różnych rozwiązań, ale dla mnie nic nie działa. To jest mój błąd:Nginx nie uruchamia się (adres już jest w użyciu)
4 [email protected] ~ # sudo service nginx restart :(
Restarting nginx: nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address already in use)
nginx: [emerg] still could not bind()
nginx.
Czy możesz mi pomóc?
Wypróbuj niektóre z zamieszczonych tutaj odpowiedzi [nginx - nginx: \ [emerg \] bind() na \ [:: \]: 80 nie powiodło się (98: Adres alrea w użyciu)] (http://stackoverflow.com/questions/14972792/nginx-nginx-emerg-bind-to-80-failed-98-address-already-in-use) –
Wygląda na to, że https jest już w posługiwać się. Użyj 'netstat -tulpn', aby dowiedzieć się, co go używa. – Donal
w 'netstat -tulpn' nic nie słychać na porcie 443. I wypróbowałem wszystkie te metody w komentarzu. – Herbert89