Catalina - Disable the Built-in Web Server

Information

The built-in web server is a non-essential service built into macOS and _MUST_ be disabled.

NOTE: The built in web server service is disabled at startup by default macOS.

Solution

[source,bash]
----
/bin/launchctl disable system/org.apache.httpd
----

See Also

https://github.com/usnistgov/macos_security