Created
March 19, 2015 03:09
-
-
Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.
Revisions
-
brendo renamed this gist
Mar 19, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
brendo created this gist
Mar 19, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ - 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`