Latest firmware still vulnerable

Yes it was either me or someone else who suggested one could stop the Apache2/HTTPD service. Don’t know how effective that would be at securing the device though.

One can stop the Apache2/HTTPD service using SSH to issue the following command:
service apache2 stop
To restart the service:
service apache2 start

One could further modify the My Cloud startup files to stop the service from starting or turning it off after it starts.