Skip to content

Instantly share code, notes, and snippets.

View Hidduh's full-sized avatar
🍣
Hi! I'm Hidde.

Hidde IJzerman Hidduh

🍣
Hi! I'm Hidde.
  • Netherlands
  • 05:32 (UTC +02:00)
View GitHub Profile
@Hidduh
Hidduh / instructions.md
Created May 17, 2019 11:01
Restore Homebrew apache2 after updating macOS

Fix apache2 (via Homebrew) after updating macOS

  1. Disable & remove the default apache2 service macOS ships with using the following commands:
$ sudo apachectl stop
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null
  1. Restore the old httpd.conf file with the following commands:
$ cd /etc/apache2/