Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running the following command from a host that is public from the point of view of your Open edX instance is useful

Code Block
nmap -Pn  -p- edx.mydomain.info

The fewer ports that are open the better.  You should be concerned if more than 80 (http), 443 (https) and 22 (ssh) are open.  Ideally 22, ssh, would also be limited to networks that you control.

...