Skip to content

Instantly share code, notes, and snippets.

@brendo
Created March 19, 2015 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.
Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.
Notes to me on upgrading from Mavericks to Yosemite
  • Remove the httpd.conf file and replace it with the prexisting one
  • Remove the NameVirtualHost setting form the httpd.conf
  • Remove the symlink for authz_host.load from mods-enabled
  • Update the authz_host.load to include: LoadModule authz_core_module /usr/libexec/apache2/mod_authz_core.so (at the top)
  • Remove PHP 5.6, and reinstall with Homebrew
  • Symlink mod_filter ln -s ../mods-available/filter.load filter.load
  • Update deflate.conf and replace the mod_deflate with mod_filter
  • Update status.conf and remove the Order stuff (don't even bother adding it back? Not sure what I'm even using this for)
  • Create a unixd.load file in mods-available with the contents: LoadModule unixd_module /usr/libexec/apache2/mod_unixd.so
  • Symlink this into mods-enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment