Answers for "how to disable big sur apache"

0

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
Posted by: Guest on May-05-2021

Code answers related to "how to disable big sur apache"

Browse Popular Code Answers by Language