Try copying this into the terminal.
netstat -an -ptcp | grep LISTEN | grep "\.80\|\.443"
That should show everything listening on port 80 or 443.
Try copying this into the terminal.
netstat -an -ptcp | grep LISTEN | grep "\.80\|\.443"
That should show everything listening on port 80 or 443.