Hello,
I get errors in nginx and httpd.
I used "fuser -k 80/tcp",
nginx worked, my web site is running but it keeps giving errors in the background.
How can i solve this?
nginx
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:443 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:443 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
httpd
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Netstat info
tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 7209/varnishd
tcp 0 0 78.47.239.123:443 0.0.0.0:* LISTEN 10314/nginx: master
tcp 0 0 127.0.0.1:6082 0.0.0.0:* LISTEN 7209/varnishd
tcp 0 0 78.47.239.123:80 0.0.0.0:* LISTEN 10314/nginx: master
tcp6 0 0 :::82 :::* LISTEN 7209/varnishd
tcp6 0 0 :::8181 :::* LISTEN 10168/httpd
tcp6 0 0 :::8443 :::* LISTEN 10168/httpd
System is up to date.
Web Servers: nginx-varnish-apache
Apache version: Apache/2.4.39