- Remove the
httpd.conf
file and replace it with the prexisting one - Remove the
NameVirtualHost
setting form thehttpd.conf
- Remove the symlink for
authz_host.load
frommods-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 themod_deflate
withmod_filter
- Update
status.conf
and remove theOrder
stuff (don't even bother adding it back? Not sure what I'm even using this for) - Create a
unixd.load
file inmods-available
with the contents:LoadModule unixd_module /usr/libexec/apache2/mod_unixd.so
- Symlink this into
mods-enabled
Created
March 19, 2015 03:09
-
-
Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.
Notes to me on upgrading from Mavericks to Yosemite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment