Renew failures on an instance that is running wordpress using apache2

Hello @jay.mojnidar, welcome back. :slightly_smiling_face:

I don't have any solutions, but to jump start other (I know these will be asked).

Show the output of each

  • sudo apachectl -t -D DUMP_VHOSTS
  • sudo netstat -pant | grep -E ':443|:80' | grep -i listen
    Use sudo ss -pant ... if you don't have netstat
2 Likes