Skip to content

Instantly share code, notes, and snippets.

@jalvarado91
Created November 12, 2014 18:30
Show Gist options
  • Save jalvarado91/8d9b4dcf4878d01bb4bb to your computer and use it in GitHub Desktop.
Save jalvarado91/8d9b4dcf4878d01bb4bb to your computer and use it in GitHub Desktop.
Php fpm on apache.
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/vagrant/hyperboot/public/
ProxyPassMatch ^/(.*\.htm(/.*)?)$ fcgi://127.0.0.1:9000/vagrant/hyperboot/public/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment