Skip to content

Instantly share code, notes, and snippets.

@peschee
Last active October 13, 2017 07:57
Show Gist options
  • Save peschee/52b644292a4be170a69f11cc7e0d3e7b to your computer and use it in GitHub Desktop.
Save peschee/52b644292a4be170a69f11cc7e0d3e7b to your computer and use it in GitHub Desktop.
MacOS High Sierra Migration Issues

MacOS High Sierra Migration Issues

Apache

<FilesMatch "\.php$">
    SetHandler  "proxy:fcgi://localhost:9000/"
</FilesMatch>

<Proxy "fcgi://localhost:9000/" enablereuse=on max=10>
</Proxy>

Ruby + rbenv

  • Issues when compiling ruby versions using rbenv + ruby_build (rbenv/ruby-build#377 (comment))
  • use CONFIGURE_OPTS as a prefix when installing ruby versions
CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl`" rbenv install 2.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment