Hello. My Apache2 failing to start. Nginx seems to be running on all the ports, thinking of re-configuring Nginx, i felt i should seek help first before making any changes. For more context, i did this: sudo ss -4 -tlnp | grep 80 and this was the output:
LISTEN 0 511 Server IP:80 0.0.0.0:* users:(("nginx",pid=240468,fd=52),("nginx",pid=240467,fd=52),("nginx",pid=240466,fd=52),("nginx",pid=240465,fd=52),("nginx",pid=240464,fd=52))
LISTEN 0 511 0.0.0.0:8083 0.0.0.0:* users:(("hestia-nginx",pid=7245,fd=6),("hestia-nginx",pid=7244,fd=6))
LISTEN 0 80 127.0.0.1:3306 0.0.0.0:* users:(("mariadbd",pid=964,fd=232))
LISTEN 0 511 127.0.0.1:8084 0.0.0.0:* users:(("nginx",pid=240468,fd=54),("nginx",pid=240467,fd=54),("nginx",pid=240466,fd=54),("nginx",pid=240465,fd=54),("nginx",pid=240464,fd=54))
I follwed up with: ss -napl | grep -i 443
Output:
nl UNCONN 4352 0 4:443967 *
nl UNCONN 0 0 9:443766 *
tcp LISTEN 0 511 Server IP:443 0.0.0.0:* users:(("nginx",pid=240468,fd=53),("nginx",pid=240467,fd=53),("nginx",pid=240466,fd=53),("nginx",pid=240465,fd=53),("nginx",pid=240464,fd=53))
I will appreciate the right help to get this done.