Mike Branderhorst
Results
3
comments of
Mike Branderhorst
use let if compile is used (which makes var from let) else use var
``` # stop shipped apache and remove from autostart sudo apachectl stop sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist # install homebrew apache with port 80 enabled brew install httpd24 --with-privileged-ports --with-http2...