Skip to content

Instantly share code, notes, and snippets.

@brendo
Created March 19, 2015 03:09
Show Gist options
  • Select an option

  • Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.

Select an option

Save brendo/ac0a813a46e43cd357e4 to your computer and use it in GitHub Desktop.

Revisions

  1. brendo renamed this gist Mar 19, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. brendo created this gist Mar 19, 2015.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original 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`