how to disable big sur apache code example
Example: how to disable big sur apache
###first stop service
sudo apachectl stop
### prevent autostart
sudo launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null
###first stop service
sudo apachectl stop
### prevent autostart
sudo launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null